RE: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

2009-03-14 Thread Martin Gainty
http://forums.sun.com/thread.jspa?threadID=486791 mismatch between wrong uri in jsp tlds (embedded in jsp( and the standard.jar/jstl.jar version you implemented in webapp's /WEB-INF/lib Follow these steps exactly: 1. If you like, download the latest standard.jar from http://www.apache.org/dis

Re: Cofiguring tomcat for trial certificate by trusted authorities like verisign not working.

2009-03-14 Thread Bill Barker
"Bhuvanesh Pattanashetti" wrote in message news:bce69da80903122202i384a040cj66e5089fc14f6...@mail.gmail.com... > HI All,thanks all for your suggestions. :-) > > Here are following some more details. > > I m using > > - tomcat 6.0, > - JDK 1.6, > - no i m not using keystore. > - I m running on X

Re: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

2009-03-14 Thread Gmail User
Sorry for wasting everyone's time. I found the problem and it was in my application, which for whatever reason still works under Tomcat 5.5.15. I was playing with Cocoon framework in the past and the paths were being routed through Cocoon servlet, which resulted in correct remapping for /index.jsp

Re: Extending JNDI

2009-03-14 Thread Ron McNulty
Thanks Mark That certainly looks like the place to start. Regards Ron - Original Message - From: "Mark Thomas" To: "Tomcat Users List" Sent: Saturday, March 14, 2009 11:38 PM Subject: Re: Extending JNDI Ron McNulty wrote: Hello I am running Apache Jetspeed Portal server (which

Re: [slightly OT] Tomcat for Dummies

2009-03-14 Thread André Warnier
To the people who have indicated their appreciation for the thread so far : I may have provided the pretext and the questions, but the answers were not mine. So don't forget Mark and Chuck and Chris and Peter and Ken and others. They are the non-dummies who wrote the intelligent stuff. Since th

Re: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

2009-03-14 Thread Gmail User
Mark, I think I understand what you are saying about path and docBase being invalid in my setup (per docs, they should not be set in context.xml, which is not the same as setting them to empty), however even with these changes, the outcome is exactly the same. I even added override="false" thinki

Re: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

2009-03-14 Thread Mark Thomas
Gmail User wrote: > Mark, > > The server.xml is 6.0.18 distribution version. I added host to it > (host name changed for privacy): > > unpackWARs="false" path="" autoDeploy="false" xmlValidation="false" > xmlNamespaceAware="false"> Path is not a valid attribute for a host element. That should n

Re: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

2009-03-14 Thread Gmail User
Mark, The server.xml is 6.0.18 distribution version. I added host to it (host name changed for privacy): www.example.com The corresponding /var/webapps/example.com/ROOT/META-INF/context.xml was copied over from the original 5.5.15 server.xml that still works:

Re: Tomcat for Dummies

2009-03-14 Thread Don Millhofer
Thanks André, my favorite thread ever. I got so much more from this then reading the spec. Don - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Extending JNDI

2009-03-14 Thread Mark Thomas
Ron McNulty wrote: > Hello > > I am running Apache Jetspeed Portal server (which sits on top of Tomcat) as a > development platform. We then deploy portlets to Websphere portal server for > production. > > One area of incompatibility that I would like to fix is JNDI branches. Tomcat > provides

Re: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

2009-03-14 Thread Mark Thomas
Gmail User wrote: > OK, I goofed and celebrated too early yet again. Now the memory of my > earlier attempt to upgrade is coming back. > > It does work correctly, IF deployed under localhost. If I deploy the > same application under a virtual host, it is still broken. What gives? Probably an erro

Re: Code/Design Mapping in Tomcat

2009-03-14 Thread Mark Thomas
Michael Vitousek wrote: > Greetings, > > First of all, this isn't a question about how to use Tomcat, but > rather a research question about its architecture, so if this should be > going to a different mailing list, please let me know. Here is fine. A few comments. Executors (shared thread p

Re: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

2009-03-14 Thread Gmail User
OK, I goofed and celebrated too early yet again. Now the memory of my earlier attempt to upgrade is coming back. It does work correctly, IF deployed under localhost. If I deploy the same application under a virtual host, it is still broken. What gives? Below is that stack trace related to the req