I am sorry but the following echoes I indeed already have in catalina.bat don't execute : don't echo anything... why ? I read the .bat many times. The logs don't show anything abnormal... and any echo.
echo Using CATALINA_BASE: %CATALINA_BASE% echo Using CATALINA_HOME: %CATALINA_HOME% echo Using CATALINA_TMPDIR: %CATALINA_TMPDIR% echo Using JAVA_HOME: %JAVA_HOME% ----- Original Message ----- From: "Raj Saini" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 10:26 AM Subject: Re: Loading a dll at startup... > Hi, > > You can echo your classpath by adding the following line in your > catalina.bat file. Search for a using string and you will find the > commands for echoing the CATALINA_HOME, BASE etc. Add this line just > below them. > > echo Using CLASSPATH: %CLASSPATH% > > > Raj Saini > > Barbara Post wrote: > > Hi, I use Tomcat 4.1.12, JDK 1.3.1, Windows NT4 SP6. > > My webapp uses a Windows custom dll which is called by a java class (native > > method). > > It worked with Tomcat 4.0.5 with modification of setclasspath.bat to > > include this dll in Tomcat's classpath and path, however it doesn't work > > anymore > > with Tomcat 4.1.12 : I have a blank string returned by this call. > > > > I cannot put this dll in Windows' classpath/path because of a version > > conflict. > > > > Thanks for any clue, I read Tomcat's .bat files but could not echo Tomcat's > > classpath in the startup window... so I feel really lost. > > > > Barbara > > > > > > > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > ______________________________________________________________________ > Etudiant: Wanadoo t'offre le Pack eXtense Haut D�bit soit 150,92 euros > d'�conomies ! Clique ici : http://www.ifrance.com/_reloc/mail.etudiant -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
