Re: Unable to start REPL in SISCweb
"Alessandro Colomba" <[email protected]> Wed, 4 Apr 2007 12:39:18 -0400
| Newsgroups | gmane.comp.java.sisc.user |
|---|---|
| Message-ID | <[email protected]> |
Marco, You're right. Jetty is not picking up the environment entries from JNDI. Which version of Jetty are you using? As I understand it, Jetty supports JNDI only starting from version 6, and even then you have to take extra steps, as documented in: http://docs.codehaus.org/display/JETTY/JNDI In short you have to: 1) place the war files in webapps-plus, 2) run Jetty with "java -jar start.jar etc/jetty.xml etc/jetty-plus.xml" This does the trick for me. It seems however that the continuation hash interferes with Jetty picking up the jsessionid path parameter, so you will see a glitch in SISCweb v0.4 even if you have cookies enabled. (It will take a couple of requests to get the examples rolling.) The glitch does not appear in SISCweb v0.5 (due for release within days), but you still need to keep cookies enabled. I'll see if I can fix this before releasing. Thank you for pointing me to Jetty. I had never had a chance to use it before. ___ Alessandro On 4/4/07, Marco Bakera <[email protected]> wrote: > Hey there, > > I have some problem starting the SISCWeb REPL. Perhaps there is > someone who can help me solving the problem. > > My setup consist of a jetty servlet container, the extracted example > war file of SISCWeb and eclipse with the SchemeScript plugin. > > Siscweb resides in jettys webapps folder and the repl has been > activated by setting the appropriate entry in the web.xml. > > However whenever I try to connect the REPL I get a "connection > refused" error. It seems as if Jetty or SISCWeb are ignoring the > environment variable. > > Any help or suggestions what went wrong? > > > Thanks and greetings from germany, > Marco. > > -- > ,----[ /X\arco -- www.bakera.de ]---- > | (Y F) = (F (Y F)) > `----[ cs.bakera.de ]---- > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Sisc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sisc-users > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV