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
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
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
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