Can't start Tomcat5 service on Windows Vista Home Premium

2009-09-06 Thread Barry Kimelman
My PC is running the 64 bit version of Windows Visa Home Premium. I am trying to get Tomcat 5.5.28 up and running. In years past I have been able to get older versions of Tomcat up and running on various versions of Windows. But now I am getting an error which I have not previously

Re: Can't start Tomcat5 service on Windows Vista Home Premium

2009-09-06 Thread André Warnier
Mark Thomas wrote: Barry Kimelman wrote: ... This is a 'feature' of newer versions of Java where the required dlls aren't placed where they are meant to be. I believe there is a fix in the works in commons-daemon to try and work around this. More details (including background and

Re: Can't start Tomcat5 service on Windows Vista Home Premium

2009-09-06 Thread Mark Thomas
Barry Kimelman wrote: I found the following text a Tomcat logfile: [2009-09-06 15:18:15] [info] Starting service... [2009-09-06 15:18:15] [197 javajni.c] [error] %1 is not a valid Win32 application. [2009-09-06 15:18:15] [994 prunsrv.c] [error] Failed creating java C:\Program Files

Re: Can't start Tomcat5 service on Windows Vista Home Premium

2009-09-06 Thread Mark Thomas
André Warnier wrote: Mark Thomas wrote: Barry Kimelman wrote: ... This is a 'feature' of newer versions of Java where the required dlls aren't placed where they are meant to be. I believe there is a fix in the works in commons-daemon to try and work around this. More details (including

RE: Can't start Tomcat5 service on Windows Vista Home Premium

2009-09-06 Thread Martin Gainty
i originally ported 32bit JDK/JRE install with same consequences once I installed 64bit JRE/JDK properly i was able to get TC operational click on details for %JRE_HOME%/bin/server/jvm.dll and you *should* see 64 bit server VM Martin Gainty __

Re: Realm configuration issues

2009-09-06 Thread Adam Posner
I tried commented out everything between the context tags in server.xml and put it in context.xml like this: ?xml version=1.0 encoding=UTF-8? Context !-- Resource name=jdbc/trailsDB auth=Container type=javax.sql.DataSource username=buzz password=99

Re: Monitor Tomcat Performance

2009-09-06 Thread Zaki Akhmad
On Fri, Sep 4, 2009 at 8:23 PM, Caldarale, Charles Rchuck.caldar...@unisys.com wrote: Congratulations.  Care to tell us the version of Tomcat and JVM you're using? I am using Tomcat6 and here's the JVM # update-alternatives --config java There are 4 choices for the alternative java (providing

Re: Query on Tomcat Server.xml

2009-09-06 Thread Bhuvanesh Pattanashetti
Hello chris, Thanks for your suggestions, this is service injected spring dM(spring and OSGI combination). This is same service/ tag present in server.xml , injected by spingdM in object format(instance of ). SpringDm or Spring does not support connector for tomcat. I wanted to create connector