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 named

Re: Relative Link Question

2006-04-15 Thread Hadraba Petr
Hi, maybe the base / 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. The

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 access

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

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 autodeployed

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

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 url-mapping

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

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