Hey all.

I searched the archives, but didn't find any similiar problems. Has
anyone here experienced troubles running tomcat 4.02 on AIX 4.3.3 with
IBM Java 1.2.2 (Patch level 17).

I'm seeing 2 problems.

1. Tomcat won't start of java is exec'ed with the full path... Tomcat
seems to do something funny... if java was execed with the full path
(Which is what catalina.sh does), then I just get the wonderfully
informatove error messgae "Cannot create java virtual machine".
WOnderful. Just making sure the PATH is correct  & exec'ing java instead
of /usr/java_dev2/jre/bin/java works...

2. Tomcat 4.02 appears to be ignoring classes put onto the context lib
directory. Wor instance I have a servlet that uses the cryptix librraies
(Some old version from early last year). CHanges to the API mean I have
to run this still, yet when the servlet tries to call SSLConnect, I get
no class found exception errors for java/security/interfaces/RSAKey.
Only by specifying the actual jar file (cryptix31.jar) fully qualified
in the -classpath parameter when starting tomcat (Again changes to
catalina.sh) can I get this to work. Yet the logs clearly show the
cryptic31.jar being deployed, so I know that tomcat can at least see it.

Anyone got any ideas WHY this hapens? Although I finally have it
working, I am at a loss as to why these two mods should have had to have
been made. #1 appears to be specific to the Java 1.2.2 from IBM. #2
appears to be on several different JVM's, including the jre from iPlanet
(I was desperate), and IBM's Java 1.3.

TIA

Hamish.


--

I don't suffer from Insanity...         | Linux User #237369
        I enjoy every minute of it...   |
                                        |
http://www.travellingkiwi.com/          |




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to