Thanks again for the suggestions. I tried both and in case it is useful to others this is what happened:
1) 3.3.2 nightly also didn't work (although with a different error) 2) After a bit of playing around (root does not seem to find .tomcatrc) I managed to get 3.3.1 up and running with the TOMCAT_OPTS setting. I have established a connection and will start testing my application. Thanks once again for all the help. John -----Original Message----- From: Bill Barker [mailto:[EMAIL PROTECTED]] Sent: 04 January 2003 08:04 To: [EMAIL PROTECTED] Subject: Re: Help with Tomcat on HP-UX 10.20 This looks like a bug in the 3.3.1 release. There should be a 3.3.2 release out in the near future. In the meantime there are two options for you at this point: 1) Use the 3.3.2-dev nightly release (not as bad as it sounds, since the 3.3 branch is mostly bug-fixes these days). 2) Set the '-Dtomcat.install=/u01/jc_keep/jakarta-tomcat-3.3.1' in the TOMCAT_OPTS environment parameter (e.g. by setting it in $HOME/.tomcatrc). The problem is that Tomcat's auto-detect doesn't work properly for certain (broken) 1.1.x JVMs. This has shown up for Mac/Classic systems (as well as others). For more information see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11177 "John Clark" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Thanks for your help. > > As you probably realised, the JDK version from HP is actually 1.1.8.07. > > I have now downloaded Tomcat 3.3.1. As root user, I do not get any errors > when I run startup.sh (but I cannot connect), but get the following error > when I run shutdown.sh: > > # ./shutdown.sh > Using classpath: ./../lib/tomcat.jar > Using JAVA_HOME: /opt/java > Using TOMCAT_HOME: /u01/jc_keep/jakarta-tomcat-3.3.1 > Jdk11Compat: Installing jar protocol handler > Guessed home=/u01/jc_keep/jakarta-tomcat-3.3.1/lib > Exception: java.lang.ClassNotFoundException: > org.apache.tomcat.startup.StopTomca > t > java.lang.ClassNotFoundException: org.apache.tomcat.startup.StopTomcat > at > org.apache.tomcat.util.compat.SimpleClassLoader.loadClass(SimpleClass > Loader.java:274) > at java.lang.ClassLoader.loadClass(ClassLoader.java) > at org.apache.tomcat.startup.Main.execute(Main.java:300) > at org.apache.tomcat.startup.Main.main(Main.java:140) > > Is this a config problem or version problem? > > Once again any help will be much appreciated. > > John Clark > > > -----Original Message----- > From: Jeanfrancois Arcand [mailto:[EMAIL PROTECTED]] > Sent: 03 January 2003 16:24 > To: Tomcat Users List > Subject: Re: Help with Tomcat on HP-UX 10.20 > > > > John Clark wrote: > > >I have spent some time looking at the FAQs, archives, etc. but cannot find > >the information I need, can anyone help. > > > >I have an intranet application (using JSP) that currently runs using Oracle > >9i (Apache built in) on Linux and using Oracle 8 and Tomcat on NT/2000. > > > >I now want to use it with Oracle 8 on HP-UX 10.20 and need answers to the > >following: > > > >1. Can I just use Tomcat, or do I also need Apache? > > > Yes, you can. > > >2. I have downloaded a version of JDK (1.18.07) from the HP website, will > >this work? > > > You need at least JDK 1.2 to run Tomcat 4.1.18. Tomcat 3.2.2 & 3.3 will > work with your current JDK. > > -- Jeanfrancois > > > > >Any help much appreciated. > > > > > >-- > >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]> -- 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]>
