Re: JspServlet classpath init param is ignored

2006-12-15 Thread Werner Loibl
pletely since this is probably a lot more work and touches more of tomcat's internals. I would appreciate your feedback whether this is complete nonsense or could somehow work. werner Mark Thomas wrote: werner loibl wrote: Mark, thanks for looking into this! I changed the classpath

Re: How make a Windows shortcut to to start and stop Tomcat servcie on windows

2006-12-15 Thread Werner Loibl
you can start/stop a windows service from the command line with net start "Service Name" net stop "Service Name" create a .bat file each and there are your shortcuts! hth, werner David Smith wrote: The Services section of the computer management mmc is the best suggestion I can offer. You

RE: JspServlet classpath init param is ignored

2006-12-15 Thread werner loibl
a reference to options.getClassPath(). Again thank you for your support! Werner Mark Thomas wrote:---- werner loibl [celumsolutions] wrote: > Does anyone know whether the classpath init param is meant to work resp. > to be used in this situation? Looking at the source I can't see any reason why

JspServlet classpath init param is ignored

2006-12-14 Thread werner loibl [celumsolutions]
Hi, I am trying to set a custom classpath for the JspServlet to allow JSPs to reference classes that are not located in one of the default locations (WEB-INF/classes, WEB-INF/lib). But I can't get this to work, it seems JspServlet ignores the servlet init param. From looking into the sources it s