  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | RE: Cannot define Djava.library.path while using tomcat as a Wind
ows 2000 ser | RE: Cannot define Djava.library.path while using tomcat as a Wind
ows 2000 ser 2004-01-15 - By Bruchem, A. van (Alexander)
Back It is working ok for me when I don't use the library as well, but I need the library for my application to work.
It should not matter if it is CATALINA_HOME or CATALINE_BASE, tried them both with the same result.
Alexander __ ____ ____ ____ ____ ____ ___ Alexander van Bruchem Windows System Engineer ISD - N.V. Organon P.O. Box 20 5340 BH Oss The Netherlands Ext.: +31 (0) 412 665076 mailto:alexander.vanbruchem@(protected)
-- --Original Message-- -- From: Emile Coetzee [mailto:emile@(protected)] Sent: donderdag 15 januari 2004 12:55 To: 'Tomcat Users List' Subject: RE: Cannot define Djava.library.path while using tomcat as a Windows 2000 service.
Here is a copy of my service install batch file that's currently working (I don't use the library).
%CATALINA_HOME%\bin\tomcat -install "Jakarta Tomcat" %JAVA_HOME%\jre\bin\server\jvm.dll -Djava.class.path=%CATALINA_HOME%\bin\boo tstrap.jar;%JAVA_HOME%\lib\tools.jar -Dcatalina.home=%CATALINA_HOME% %CATALINA_OPTS% -Xrs -Xms64m -Xmx128m -start org.apache.catalina.startup.Bootstrap -params start -stop org.apache.catalina.startup.Bootstrap -params stop -out %CATALINA_HOME%\logs\stdout.log -err %CATALINA_HOME%\logs\stderr.log pause
I see that Djava.library.path="\"%CATALINA_BASE% where everywhere else you use CATALINA_HOME. Is that not possibly part of your problem?
Cheers Emile -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- This message, including attached files, may contain confidential information and is intended only for the use by the individual and/or the entity to which it is addressed. Any unauthorized use, dissemination of, or copying of the information contained herein is not allowed and may lead to irreparable harm and damage for which you may be held liable. If you receive this message in error or if it is intended for someone else please notify the sender by returning this e-mail immediately and delete the message. -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|
 |