RE: Help with Tomcat on HP-UX 10.20

2003-01-07 Thread John Clark
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]>




Re: Help with Tomcat on HP-UX 10.20

2003-01-03 Thread Bill Barker
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]>




RE: Help with Tomcat on HP-UX 10.20 [RBS2003010300005612]

2003-01-03 Thread techassistance
Ahoy there!

This is an automated response, to let you know
that we have received your query and will answer
your email as soon as possible.

We know you'd like to get back to playing our
state-of-the-art online games. We'd therefore like
to assure you that we are determined to keep our
service at the level that you've come to expect
from The River Belle Online Casino.

Thank you for your patience and enjoy your day!

Best wishes,

Sebastian
First Mate

RIVER BELLE ONLINE CASINO


   RIVER BELLE CASINOS ONLINE


RIVER BELLE   ACES HIGH
Enjoy Southern HospitalityFast Paced Casino Action

www.riverbelle.com/a3099  www.aceshigh.com/a3181

24/7 toll-free support24/7 toll-free support

USA:1 888 615 2383USA:1 877 566 0482
CANADA: 1 888 552 4196CANADA: 1 877 776 0549
UK: 0 800 783 4381UK: 0 800 169 8796

E-mail support:   E-mail support
[EMAIL PROTECTED][EMAIL PROTECTED]

E.&O.E.

The River Belle Online Casino respects your online time
and privacy.  If you wish to be removed from our mailing
list and not receive any promotional e-mails from us,
please send an e-mail to [EMAIL PROTECTED] and
type UNSUBSCRIBE in the subject bar.




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Help with Tomcat on HP-UX 10.20

2003-01-03 Thread John Clark
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]>




Re: Help with Tomcat on HP-UX 10.20

2003-01-03 Thread Jeanfrancois Arcand


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:   
For additional commands, e-mail: 


 



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Help with Tomcat on HP-UX 10.20

2003-01-03 Thread John Clark
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?
2. I have downloaded a version of JDK (1.18.07) from the HP website, will
this work?

Any help much appreciated.


--
To unsubscribe, e-mail:   
For additional commands, e-mail: