I ported my Struts application from Tomcat 5.5.9 to Tomcat 5.5.16. When I
ran the application, I got the following
error:
org.apache.jasper.JasperException: Failed to load or instantiate
TagExtraInfo class:
org.apache.struts.taglib.tiles.UseAttributeTei
org.apache.jasper.servlet.JspServletWrap
Hi,
Do you really need that resource-ref in the web.xml. Your resource is
defined under Context so you shouldn't need one. Other than that
Your code looks fine and I can't see any problems with it.
Regards.
Hi,
Why have you got servlet-api.jar under your WEB-INF/lib. You should
Be using the se
On 4/15/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> On 4/15/06, Evan J <[EMAIL PROTECTED]> wrote:
>
> > But again, "ANY" classes that does not have "url mapping" in
> > WEB-INF/web.xml, would not be autodeployed even if Tomcat server is
> > restarted. So once again, any class that has an existing
Hi-
One possibility might be to make your application the default
application by moving it to the ROOT directory. Another might be to
configure it as a virtual host.
In the long run though, it's probably worth making all of your image
URLs relative. The result will be a more flexible applicatio
On 4/15/06, Evan J <[EMAIL PROTECTED]> wrote:
> But again, "ANY" classes that does not have "url mapping" in
> WEB-INF/web.xml, would not be autodeployed even if Tomcat server is
> restarted. So once again, any class that has an existing url-mapping
> in WEB-INF/web.xml, can be recompiled and auto
Hi,
First of all I just want to say that this issue has been dragging me
for the last 3 days and I've had it up to here. You have to excuse
my sophomoric knowledge of Tomcat as I've just started learning
servlet and thought Tomcat would be a suitable container for a novice.
Sorry for posting such
Info we need to help you:
1. Exact Tomcat version. I would be extremely surprised if this really
is the most recent release (5.5.17)
2. The content of your web.xml
3. Given that you are using Apache as well, the relevant Jk directives
from your httpd.conf file
Related to point 3, can you direct
Hello Tomcat Users.
I need your help regarding servlet mappings in our WEB-INF/web.xml file running
on an Apache webserver with a Tomcat container(most recent release) on a public
website. After putting our web.xml file in public\WEB-INF and asking our web
host to restart Tomcat, our servlet ma
The Apache Tomcat team is proud to announce the immediate availability
of Tomcat v5.5.17-beta. This release contains dozens of bug fixes and
a number of other updates. Please consult the change log below for
more details.
Release Notes: http://tomcat.apache.org/tomcat-5.5-doc/RELEASE-NOTES
Change
Sandeep N wrote:
> folderB is a softlink pointing to another folder outside of our context
> folder. The resources like images, reports etc stored under this folder is
> not accessible through URL whereas all the content stored under folderA can
> be accessed through url.Why I am not able to acc
Hi,
maybe the element will solve your problem...
PETR
On 4/15/06, Arshad Mahmood <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Hmm. What are you trying to do? Surely your images are not actually in a
> directory called "/webapp/images/...". Your images are probably at the top
> level of your docBase. T
Any clues about this issue?
Sandeep N <[EMAIL PROTECTED]> wrote: Hi,
We have a web application deployed on Tomcat 5.0.19 running on Solaris 9. Our
connection is https configured on port 8443. The web application runs fine.
Here is my issue.
We have two subfolders under the context folder name
12 matches
Mail list logo