Re: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - Web application unable to execute properly

2010-07-04 Thread Pid
On 4 Jul 2010, at 23:02, rahul wrote: >> I guess there are and <%@ include file %> >> directives in you webapp. Check them for case sensitivity > > > There are only couple of directives - > <%@ taglib uri="/taglib.tld" prefix="salmon"%> > and > <%@ page errorPage="ErrorPage.jsp" extends="co

RE: EL expressions do not work in tag file (tomcat 6.26)

2010-07-04 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: EL expressions do not work in tag file (tomcat 6.26) > > All the "JSP" references were correct -- my only problem was that I > didn't specifically say "servlet" 2.5. That's what confused me - thanks for the clarifica

Re: EL expressions do not work in tag file (tomcat 6.26)

2010-07-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 7/4/2010 11:22 AM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: EL expressions do not work in tag file (tomcat 6.26) >> >>> http://java.sun.com/xml/ns/j2ee"; >>> xmlns:xsi

Re: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - Web application unable to execute properly

2010-07-04 Thread rahul
> I guess there are and <%@ include file %> > directives in you webapp. Check them for case sensitivity There are only couple of directives - <%@ taglib uri="/taglib.tld" prefix="salmon"%> and <%@ page errorPage="ErrorPage.jsp" extends="com.salmonllc.jsp.JspServlet"%> ErrorPage.jsp is perfec

[offtopic] Server dies suddenly

2010-07-04 Thread Ognjen Blagojevic
Whenever you have a hard time debugging your server crash, read this blog post from James Gosling: "We'd get core dumps and spend hours pouring over them. Some were just crazy, showing values in registers that were simply impossible given the preceeding instructions. We tried everything. Repla

Re: Rewrite context part in URL

2010-07-04 Thread daniel polonsky
It sounds great, I will just add tuckey filter in root web app and do whatever redirection needed there. thanks a lot :) On Sun, Jul 4, 2010 at 8:29 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: daniel polonsky [mailto:danpolon...@gmail.com] > > Subject: Re: Rewrite cont

RE: Rewrite context part in URL

2010-07-04 Thread Caldarale, Charles R
> From: daniel polonsky [mailto:danpolon...@gmail.com] > Subject: Re: Rewrite context part in URL > > As far as I understand tuckey can't help me in rewriting the > application directory (context), but rather the rest of url > following the context. Not my understanding. You'll need to have the

Re: Rewrite context part in URL

2010-07-04 Thread daniel polonsky
thanks for your reply ! I have downloaded it earlier today :) As far as I understand tuckey can't help me in rewriting the application directory (context), but rather the rest of url following the context. thx Daniel On Sun, Jul 4, 2010 at 6:40 PM, Caldarale, Charles R < chuck.caldar...@unisys.co

Re: Getting a servlet to work within static pages

2010-07-04 Thread David Kerber
David Kerber wrote: Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 7/3/2010 9:24 PM, David Kerber wrote: Yep, that's basically what's going on: /ginp is the root of the ginp context on my web site, and my ROOT context won't reach across the context bound

RE: Rewrite context part in URL

2010-07-04 Thread Caldarale, Charles R
> From: daniel polonsky [mailto:danpolon...@gmail.com] > Subject: Rewrite context part in URL > > How can I configure tomcat 6.0 to rewrite the context > part of URL so a range of contexts will be mapped to > one context. You can't configure Tomcat directly, but you can use this filter: http://

Rewrite context part in URL

2010-07-04 Thread daniel polonsky
> > Hi guys > > How can I configure tomcat 6.0 to rewrite the context part of URL so a > range of contexts will be mapped to one context. > > e.g. > http://localhost:8080/WEBAPP/ > http://localhost:8080/webapp/ > ... > > will all be mapped to > > http://localhost:8080/WebApp/ > > Note that i don't

RE: EL expressions do not work in tag file (tomcat 6.26)

2010-07-04 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: EL expressions do not work in tag file (tomcat 6.26) > > > http://java.sun.com/xml/ns/j2ee"; > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > > xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee >

Re: Getting a servlet to work within static pages

2010-07-04 Thread David Kerber
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 7/3/2010 9:24 PM, David Kerber wrote: Yep, that's basically what's going on: /ginp is the root of the ginp context on my web site, and my ROOT context won't reach across the context boundaries. Unfortunatel

RE: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-04 Thread Ralph Carlson
do you get this error upon first deployment or re-deploy? do you restart tomcat after you redeploy your jni app? From: users-return-214329-racarlson=mediacomcc@tomcat.apache.org [users-return-214329-racarlson=mediacomcc@tomcat.apache.org] On Behalf

Re: SSL Not working on tomcat 5.5.29

2010-07-04 Thread André Warnier
Hi. 502 Bad Gateway That is a strange error, in this context. Are you accessing this Tomcat directly, or through Apache or IIS or some load-balancer ? Try this anyway : Start Tomcat 5.5.28, open a command window, and enter "netstat -ano". With your setup, in the lines marked "LISTEN", you sho