Tomcat 5 plugin
Our servers are set-up to use an external classpath. This requires us to
use catalina.bat to start tomcat, not bootstrap.jar. Is there anyway to
modify this in the plugin?
--
Norris Shelton
Web Developer
Sun Certified Java Programmer
请先登录再写评论。
Norris Shelton wrote:
why not modify and add startup parameters?
R
I need to change the classpath. If you go through the jar, tomcat will
create it's own classpath. If you use the .bat, you can also make changes
to another file that allow tomcat to startup with the system classpath, in
addition to it's own classpath.
--
Norris Shelton
Web Developer
Sun Certified Java Programmer
"Robert S. Sfeir" <robert@codepuccino.com> wrote in message
news:bv8pmv$so4$1@is.intellij.net...
>
to
>
I think I have a workaround. I built a global library of all the .jar files
in all of the tomcat /lib directories and included in my project. Then I
said include the module libraries.
It's ugly, but it works.
--
Norris Shelton
Web Developer
Sun Certified Java Programmer
"Norris Shelton" <nshelton@appriss.com> wrote in message
news:bv90g7$u4d$1@is.intellij.net...
>
>
>
to
>
>