On śro, lut 26, 2003 at 08:56:02 -0000, Richard In Public wrote:
> Hi Alex
> 
> Are you running tomcat as a service?  If so, try running it from the command
> line using the appropriate batch file (%CATALINA_HOME%\bin\startup.bat for
> windows).
> 
> If this helps, see my earlier post on this subject:
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg24914.html
I've succeeded to setup Tomcat as win32 service using this batch instructions

@SET GEMINI_JDK_HOME=c:\DevTools\j2sdk1.4.1_01
@SET GEMINI_TOMCAT_HOME=c:\DevTools\jakarta-tomcat-4.1.18-LE-jdk14
@SET GEMINI_JVM="%GEMINI_JDK_HOME%\jre\bin\client\jvm.dll"
@SET 
GEMINI_CLASSPATH=%GEMINI_TOMCAT_HOME%\bin\bootstrap.jar;%GEMINI_TOMCAT_HOME%\common\lib\servlet.jar
@SET GEMINI_ENDORSED=%GEMINI_TOMCAT_HOME%\common\endorsed
@SET GEMINI_LOG=%GEMINI_TOMCAT_HOME%\logs\stdout.log
@SET GEMINI_ERR_LOG=%GEMINI_TOMCAT_HOME%\logs\stdout.log

tomcat -uninstall Gemini
tomcat.exe -install "Gemini" %GEMINI_JVM% -Djava.class.path=%GEMINI_CLASSPATH% 
-Djava.endorsed.dirs=%GEMINI_ENDORSED% -Dcatalina.home=%GEMINI_TOMCAT_HOME% -start 
org.apache.catalina.startup.BootstrapService -params start -stop 
org.apache.catalina.startup.BootstrapService -params stop -out %GEMINI_LOG% -err 
%GEMINI_ERR_LOG%

no problem with endorsed libraries at all
        ouzo
-- 
            __
         | /  \ |        Leszek Gawron            //  \\
        \_\\  //_/      [EMAIL PROTECTED]          _\\()//_
         .'/()\'.     Phone: +48(600)341118     / //  \\ \
          \\  //  recursive: adj; see recursive  | \__/ |


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

Reply via email to