Jasper Exception

2006-04-15 Thread Asad Habib
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

FW: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-15 Thread Arshad Mahmood
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

Re: Autodeployment of web.xml Does Not Work

2006-04-15 Thread Evan J
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

Relative Link Question

2006-04-15 Thread Terence M. Bandoian
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

Re: Autodeployment of web.xml Does Not Work

2006-04-15 Thread Wendy Smoak
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

Autodeployment of web.xml Does Not Work

2006-04-15 Thread Evan J
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

Re: servlet mapping request

2006-04-15 Thread Mark Thomas
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

servlet mapping request

2006-04-15 Thread Raymond P. Jones
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

[ANN] Apache Tomcat v5.5.17-beta Now Available

2006-04-15 Thread Yoav Shapira
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

Re: Tomcat 5.0.19 - softlink issue

2006-04-15 Thread Mark Thomas
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

Re: Relative Link Question

2006-04-15 Thread Hadraba Petr
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

Re: Tomcat 5.0.19 - softlink issue

2006-04-15 Thread Sandeep N
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