Re: Service start in Windows with java opts

2006-08-16 Thread Markus Schönhaber
Elias Chavarria wrote: > -DproxySet=true > -DproxyPort=80 > > However, when i start my application, it sends errors. Is there any way to > verify that this settings are being used? Drop that as a JSP into some webapp-dir on your tomcat: -snip- <%@ page language="java" contentType

Service start in Windows with java opts

2006-08-16 Thread Elias Chavarria
Hi!, I am using Tomcat 5.0 in Windows XP pro. The application i am using uses Ant in order to start tomcat with the following env keys: However, it always opens a new command window showing the info about tomcat starting up. I am interested in not having this window shown. I used the Tomcat M