Re: a problem of tomcat5 start

2007-09-03 Thread bajistaman
Did you replace the JVM for the SUN's? I had many problems using the Red Hat packaged tomcat and without installing tomcat again it worked fine just replacing the JVM. If you look at the following post "The Solution" maybe It could help you. http://www.nabble.com/Tomcat-5-%2B-Red-Hat-Linux.-Excep

Re: a problem of tomcat5 start

2007-09-03 Thread Hassan Schroeder
On 9/3/07, inputx <[EMAIL PROTECTED]> wrote: > > in opensuse10.2, i use command "service tomcat5 start" to start tomcat, > screen display "done" but i can't access http://lcalhost:8080 Check your JVM with `java -version`; if it's the Gnu version, download a working JVM from java.sun.com and set yo

Re: a problem of tomcat5 start

2007-09-03 Thread inputx
thanks, but i sre have a file jmx.jar in the /usr/share/tomcat5/bin/ but i also download "JMX 1.2.1 Reference Implementation" copy jmxri.jar and jmxtools.jar to the /usr/share/tomcat5/bin/. but problem also exist. Peter Boughton wrote: > >>> i sure i use jvm1.2 who can tell me where problem is

Re: a problem of tomcat5 start

2007-09-03 Thread Peter Boughton
>> i sure i use jvm1.2 who can tell me where problem is? Are you getting your acronyms mixed up? JMX is not JVM The errors are saying they can't find the JMX jar file and you need to download it and put it in the bin directory. If you definitely have a valid /usr/share/tomcat5/bin/jmx.jar file th