Re: Tomcat 6 64 bits, Java 6 64 bits and -Djava.library.path

2010-06-22 Thread Andrew Bruno
.@gmail.com] >> Subject: Re: Tomcat 6 64 bits, Java 6 64 bits and -Djava.library.path >> >> Everything can be set up via service.bat >> >> You should modify this file only. > > I'd strongly recommend using the tomcat6w.exe program to set any necessary > o

RE: Tomcat 6 64 bits, Java 6 64 bits and -Djava.library.path

2010-06-22 Thread Caldarale, Charles R
> From: Andrew Bruno [mailto:andrew.br...@gmail.com] > Subject: Re: Tomcat 6 64 bits, Java 6 64 bits and -Djava.library.path > > Everything can be set up via service.bat > > You should modify this file only. I'd strongly recommend using the tomcat6w.exe program to set any

Re: Tomcat 6 64 bits, Java 6 64 bits and -Djava.library.path

2010-06-22 Thread Andrew Bruno
Everything can be set up via service.bat You should modify this file only. This way when you install the service or remove the service, it works gracefully, and all libs, memory requirements, etc. are recorded in the registry. On Fri, Jun 18, 2010 at 12:44 AM, Katt wrote: > Hi all, > > I have

Tomcat 6 64 bits, Java 6 64 bits and -Djava.library.path

2010-06-17 Thread Katt
Hi all, I have some strange issues: Enviroment: Windows 2003 R2 64 bits with Tomcat6 6.0.24 and Java6 1.6.0_20 64bits. If I have some libraries that need to be loaded at startup so I've added in catalina.bat: JAVA_OPTS=%JAVA_OPTS% -Djava.library.path="C:\libs", start tomcat with startup.bat, every