> From: James Lampert [mailto:jam...@touchtonecorp.com] 
> Subject: Tomcat 7 in Java 6 on V5R4 (. . . 3 . . . 2 . . . 1 . . . 
> crash-on-takeoff)

> In catalina.sh, we have:
> > # Java 6 settings if needed                                                 
> >                                 
> > export -s JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit/jre          
> >                                 
> > export -s CATALINA_HOME=/wintouch/tomcat                                    
> >                                 
> > export -s JAVA_OPTS="-Dos400.awt.native=true -Djava.awt.headless=true 
> > -Djava.version=1.6 -Xms256m -Xmx512m" 

It's considered bad form to modify catalina.sh; create a setenv.sh script and 
put your environment changes there.

> # OS specific support.  $var _must_ be set to either true or false.           
>                               
> os400=true

Why was it necessary to force os400 to true?

> eval: 001-0014 Command 
> /QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit/jre/bin/java not found.

That's not a good sign, but it looks like some java executable was found.  What 
prints the above message with the odd prefix?

> java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina        
>            

The above would indicate that setclasspath.sh failed.

One thing you didn't tell us was exactly how you start Tomcat.  Have you tried 
starting Tomcat from a command prompt so you can see the display of the derived 
variables, such as CLASSPATH?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to