This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: trying to run Tomcat
- From: Anthony Green <green at redhat dot com>
- To: Per Bothner <per at bothner dot com>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 09 Nov 2005 01:43:54 -0800
- Subject: Re: trying to run Tomcat
- References: <43717600.4010309@bothner.com>
Hi Per,
fedora-devel-java-list@redhat.com is probably a better list for this,
but...
On Tue, 2005-11-08 at 20:07 -0800, Per Bothner wrote:
> # /sbin/service tomcat5 start
> Starting tomcat5: /usr/bin/rebuild-jar-repository: error: could not find
> jta Java extension for this JVM
> /usr/bin/rebuild-jar-repository: error: All detected jars were not found
> for this jvm
I don't see this. Can you confirm that you're using the gcj
"alternative"? I have....
# ls -l /usr/lib/jvm-exports/java/jta-1.4.2.0.jar
lrwxrwxrwx 1 root root 51 Nov 6 07:09 /usr/lib/jvm-exports/java/jta-1.4.2.0.jar -> /usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre/lib/jta.jar
AG