From: Timothy J H. <tjh...@br...> - 2005-06-03 20:53:33
|
Hi Peter, On Jun 3, 2005, at 4:17 PM, Peter Harman wrote: > hi, > > I'm having some issues getting the jscheme webapp to run on a > webserver (and the server administrator is getting frustrated with > me), I have the demo servlets installed, permissions set, Apache told > of the servlet mappings, but Tomcat is still spewing out a nice stack > trace: > http://wedding.deltatheta.com/demo0.servlet > Is there any chance someone could point me in the right direction > please? It looks to me as if you are using jscheme servlets on a tomcat server that is connected to an apache server using an org.apache.catalina.connector I have only ever tried running the servlets on a straight tomcat server (on port 8080 or 8088 or some such...) It appears that the servlet is running in a sandbox which disallows access to non-public classes..... How about just running a tomcat (or jetty or resin) servlet container on port 8080? If you have to do it through the connector, then we'll have to dig a little deeper to see what the java security model for the servlets are in that situation.... Best, ---Tim--- > > Sorry for being off-topic and for what is probably a real > schoolboy-error! > > Peter > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. How far can you > shotput > a projector? How fast can you ride your desk chair down the office > luge track? > If you want to score the big prize, get to know the little guy. Play > to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 > _______________________________________________ > Jscheme-user mailing list > Jsc...@li... > https://lists.sourceforge.net/lists/listinfo/jscheme-user |