@ Sean Hodges
Your method worked like a champ!
I did make one minor change which was to just add
"/usr/lib/jvm/java-6-openjdk" to the front of the JDK_DIRS env variable
(~25% the way down the page).
JDK_DIRS="/usr/lib/jvm/java-6-openjdk /usr/lib/jvm/java-6-sun ..."
Reinstalled just the tomcat5.
Workaround for people trying to install tomcat5.5 in Hardy:
~$ sudo apt-get install tomcat5.5
Let it finish, you will get an error message - but it has actually
installed. Now add the line below to /etc/init.d/tomcat5.5 near the top
of the file (just below "DEFAULT=..." is fine):
JAVA_HOME=/usr/
I'm also having this problem with Hardy. Cant install tomcat5.5 from
apt-get. Have tried:
JAVA_HOME=/usr/lib/jvm/java-6-openjdk
export JAVA_HOME
Still doesnt work.
--
Use the default Java packages in Tomcat configuration
https://bugs.launchpad.net/bugs/76567
You received this bug notification
The same problem on Hardy with openjdk and tomcat
Now that Openjdk is packaged by Ubuntu, this path should be replaced the
Java package one, like this :
#JAVA_HOME=/usr/lib/jvm/java-6-openjdk
--
Use the default Java packages in Tomcat configuration
https://bugs.launchpad.net/bugs/76567
You rece
Gutsy init script begins with
"/usr/lib/jvm/java-6-sun /usr/lib/jvm/java-1.5.0-sun"
which fixes this bug. If this behaviour is desired in older Ubuntu's,
please sign up to the "backport from gutsy" report.
** Changed in: tomcat5.5 (Ubuntu)
Status: Confirmed => Fix Released
--
Use the de
I personally have no use and no interest in GCJ, since Java is going to
be open source (some parts are already released). If Java versions on
Ubuntu use the alternatives process to select the proper JVM for the
user, then Tomcat should automatically follow the user's choice. (Even
if a configuratio
@ Simon
gcj and friends are dragged along as side effect of Bug #7
which is unfortunate :(
--
Use the default Java packages in Tomcat configuration
https://bugs.launchpad.net/bugs/76567
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for U
The same problem here with ubuntu feisty and tomcat..
--
Use the default Java packages in Tomcat configuration
https://bugs.launchpad.net/bugs/76567
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubunt
The above JDK_DIRS and JAVA_HOME changes are already in 5.5.20-4ubuntu1.
But I still encounter errors when installing tomcat 5.5 in feisty.
Setting up tomcat5.5 (5.5.20-4ubuntu1) ...
Adding system user `tomcat55' (UID 111) ...
Adding new user `tomcat55' (UID 111) with group `nogroup' ...
Not creat