Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Starting Tomcat with JDK 6 Update 11 with NetBeans 6.5

843840Jan 30 2009 — edited Jan 31 2009
I apologize for posting this in the incorrect thread. Heres's another try. Thanks.
I just installed JDK 6 update 11 wtih NB 6.5.
I installed this on a Gentoo Linux testing machine.

Where is Tomcat?

This is my java build.
$java -version
$java version "1.6.0_05"
$Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
$Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode)

I've added the following to /etc/bash/bashrc for the new java install
#cwc 090129
export JAVA_HOME=/usr/local/jdk1.6.0_11
export PATH=$PATH:$JAVA_HOME/bin
export CLASSPATH=:$JAVA_HOME/jre/lib/rt.jar

On the previous version of netbeans I set up Tomcat as follows:
#cwc add this 080410
export CATALINA_HOME=/opt/netbeans-5.5/enterprise3/apache-tomcat-5.5.17
export PATH=$PATH:$CATALINA_HOME/bin
Then I started tomcat with the startup.sh script. I never added Tomcat as a daemon.

How do I set up Tomcat with the build 1.6.0_05-b13 build. Thank you :)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 28 2009
Added on Jan 30 2009
3 comments
241 views