Re: Tomcat Native library for Windows

2008-11-12 Thread zmeeagain
I never set JAVA_HOME globally, I configure it explicitly for each different Tomcat. In this particular instance I have set: set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_07 in setclasspath.bat, i.e. the 64bit jdk. CATALINA_HOME is set in startup.bat (set CATALINA_HOME=%CURRENT_DIR%) and is the

Re: Tomcat Native library for Windows

2008-11-07 Thread Serge Fonville
Could you post your server xml (excluding comments) since I have the same situation working fine. On Fri, Nov 7, 2008 at 11:51 AM, zmeeagain [EMAIL PROTECTED] wrote: What I failed to report is that, now that the AprLifecycleListener is initialised and the library is loaded, I can't access

Re: Tomcat Native library for Windows

2008-11-07 Thread zmeeagain
My server.xml: http://www.nabble.com/file/p20379495/server.xml server.xml Serge Fonville wrote: Could you post your server xml (excluding comments) since I have the same situation working fine. On Fri, Nov 7, 2008 at 11:51 AM, zmeeagain [EMAIL PROTECTED] wrote: What I failed to

Re: Tomcat Native library for Windows

2008-11-07 Thread zmeeagain
What I failed to report is that, now that the AprLifecycleListener is initialised and the library is loaded, I can't access Tomcat anymore!!! Hitting localhost:8080 gives me (Firefox): Connection Interrupted The document contains no data. The network link was interrupted while negotiating a

Re: Tomcat Native library for Windows

2008-11-07 Thread Serge Fonville
I looked at your server.xml and compared it to mine. I see no difference that would cause this.I use tomcat 6.0.18 with JDK 5 Have you set all variables correctly JAVA_HOME,CATALINA_HOME,PATH Did you use the x64 tomca6.exe and tomcat6w.exe Have you tried other browsers (ie,opera,chrome,mozilla)

Re: Tomcat Native library for Windows

2008-11-06 Thread zmeeagain
. Go figure. Brian - Original Message From: Caldarale, Charles R [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, September 2, 2008 7:19:32 PM Subject: RE: Tomcat Native library for Windows From: Brian Clark [mailto:[EMAIL PROTECTED] Subject

Re: Tomcat Native library for Windows

2008-11-06 Thread Serge Fonville
PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, September 2, 2008 7:19:32 PM Subject: RE: Tomcat Native library for Windows From: Brian Clark [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat Native library for Windows Hmmm...on Windows, what is the difference between

Re: Tomcat Native library for Windows

2008-11-06 Thread zmeeagain
PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, September 2, 2008 7:19:32 PM Subject: RE: Tomcat Native library for Windows From: Brian Clark [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat Native library for Windows Hmmm...on Windows, what is the difference

Re: Tomcat Native library for Windows

2008-09-02 Thread Mark Thomas
Brian Clark wrote: Hello, I am getting the following error when starting up Tomcat 6.0.16 on Windows 2003: Sep 2, 2008 4:18:13 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production

RE: Tomcat Native library for Windows

2008-09-02 Thread Martin Gainty
endorse content contained within this transmission. Date: Tue, 2 Sep 2008 23:38:45 +0100 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Tomcat Native library for Windows Brian Clark wrote: Hello, I am getting the following error when starting up Tomcat 6.0.16 on Windows

Re: Tomcat Native library for Windows

2008-09-02 Thread Johnny Kewl
- Original Message - From: Brian Clark [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Wednesday, September 03, 2008 12:17 AM Subject: Tomcat Native library for Windows Hello, I am getting the following error when starting up Tomcat 6.0.16 on Windows 2003: Sep 2, 2008

Re: Tomcat Native library for Windows

2008-09-02 Thread Brian Clark
Native library for Windows Brian Clark wrote: Hello, I am getting the following error when starting up Tomcat 6.0.16 on Windows 2003: Sep 2, 2008 4:18:13 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance

Re: Tomcat Native library for Windows

2008-09-02 Thread Brian Clark
not necessarily endorse content contained within this transmission. Date: Tue, 2 Sep 2008 23:38:45 +0100 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Tomcat Native library for Windows Brian Clark wrote: Hello, I am getting the following error when starting up Tomcat

RE: Tomcat Native library for Windows

2008-09-02 Thread Caldarale, Charles R
From: Brian Clark [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat Native library for Windows Hmmm...on Windows, what is the difference between java.library.path and the Windows environmental variable PATH? By default, none. I have my Java Classpath set to this, which contains my

Re: Tomcat Native library for Windows

2008-09-02 Thread Brian Clark
: Tuesday, September 2, 2008 7:19:32 PM Subject: RE: Tomcat Native library for Windows From: Brian Clark [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat Native library for Windows Hmmm...on Windows, what is the difference between java.library.path and the Windows environmental variable PATH? By default