|
From: Ely A. <el...@bl...> - 2015-11-05 22:23:08
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> </head><body><p>Greetings,</p><p>I've encountered a snag with audio playback. It's recording and logging everything, but the url being generated for playback is missing the "/audio" after the host. If I paste the url in a browser and manually add "/audio", the <Context path="/audio" docBase="c:/oreka/audio/" ></Context> string does exactly as it should and I have the option to download or open the wav file. Dropping my audio folder in ROOT allows the files to play back without issue in OrkWeb, but I'd rather not muddy that up if I can help it. Any ideas how to get it properly generate the url so I can leave my audio files in c:\oreka\audio?</p><p>ex: "javascript:play('http://myhost:8080/2015/11/05/14/20151105_144425_KJKK.wav')"</p><p>Environment:</p><p>Server 2008 r2 Standard</p><p>Tomcat 7.0.27</p><p>Java 7u2</p><p>MySQL 5.7</p><p><br></p><div class="ox-2a81fb8f18-io-ox-signature"><p>Thank you,</p><p>Ely<br><br></p></div></body></html> |