> No just got busy with work. Given what you provided in your last
> post, it seems to come down to permissions or something overlooked.
> Are you running the security manager?
I don't think so. I'm rather new to this (this is the first webapp I've
attempted to deploy), but I don't see anyt
No just got busy with work. Given what you provided in your last
post, it seems to come down to permissions or something overlooked.
Are you running the security manager?
Have you checked file permissions?
Did you restart tomcat (or at least restart the webapp) after building
the .jar fi
Have we given up here? Do I need to have the packages in separate jars?
On Monday 19 February 2007 08:02, David Smith wrote:
> You don't need to tell tomcat to look in WEB-INF/lib/*.jar. Tomcat does
> that automatically per spec. I'm guessing there is something wrong with
> the way your jar was
Here's a snippet of my web.xml that shows the filter:
ReqMgr
infoIsland.ReqMgr
ReqMgr
/members/servlet/ReqMgr
CheckUser
infoIsland.CheckUser
loginPage
/login.jsp
CheckUser
/members/*
Interesting, though, th
You don't need to tell tomcat to look in WEB-INF/lib/*.jar. Tomcat does
that automatically per spec. I'm guessing there is something wrong with
the way your jar was created or a permissions problem.
Try testing the jar with
$JAVA_HOME/bin/jar tf whatever.jar
(linux/maxos syntax)
or
%JAVA_HOME\b
interdit
de le diffuser, de le distribuer ou de le reproduire.
- Original Message -
From: "aladdin" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Sunday, February 18, 2007 9:46 PM
Subject: Re: Can't find classes in jar files in WEB-INF
> Thanks fo
Thanks for the tip!
I don't think I'd have a conflict with all the classes in my application.
Although some of my classes have common names, like user.java (compiled,
of course, to user.class), they are all member of just one of three packages:
infoisland, dbMgr, and utils, so I don't think the
It should be noted there are only a couple of places .jar files are
allowed in tomcat:
1. WEB-INF/lib
2. common/lib of the tomcat installation directory
WEB-INF itself is not checked or scanned for .jar files at all. In
addition, any files in the classes directory will override their
equival