[EMAIL PROTECTED] wrote:

> what do you mean about "the java command" in the tomcat startup script?

I assume you run Tomcat using some startup script (batch file), 
%CATALINA_HOME%\bin\startup.bat comes with the distribution. That script 
starts a Java application, where you can set an HTTP proxy using 
commandline parameters (-Dhttp.proxyPort etc...)

They made it easy to add those parameters since you can also store them 
in an environment variable called CATALINA_OPTS, which is added to the 
line in the %CATALINA_HOME%\bin\startup.bat that starts Tomcat:

%_STARTJAVA% %CATALINA_OPTS% -Dcatalina.base="%CATALINA_BASE%" 
-Dcatalina.home="%CATALINA_HOME%" org.apache.catalina.startup.Bootstrap 
%2 %3 %4 %5 %6 %7 %8 %9 start

OK now?

</Steven>
-- 
Steven Noels                            http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED]                      [EMAIL PROTECTED]


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to