RE: iSeries (AS/400) unusual JDK layout problem

2002-01-23 Thread GOMEZ Henri
Our iSeries are using now latest JDK 1.3.1 and the strange layout is still here :( /QIBM/ProdData/Java400/jdk13 The patch is really needed ;) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fing

Re: iSeries (AS/400) unusual JDK layout problem

2002-01-22 Thread costinm
On Tue, 22 Jan 2002, GOMEZ Henri wrote: > Choices : > > - Add code in tomcat to make iSeries case handled > (add tools.jar search in java.home/lib/ after java.home/../lib/) Unfortunately it doesn't seem to be iSeries specific - I've seen another similar problem on a hpux. The JAVA_HOME != java

iSeries (AS/400) unusual JDK layout problem

2002-01-21 Thread GOMEZ Henri
Hi to all, I've got a little problem with our AS/400 since they didn't respect the general layout for JDK 1.2/1.3 where java.home is xxx/jre or xxx/sdk and where tools.jar live in xxx/lib Sus Tomcat 3.3 couldn't find the needed tools.jar for JSP compilation Choices : - Add code in tomcat to m