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
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
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
> 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
>
>
> 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
> 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://
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
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
> 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
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
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
> 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
-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
> 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
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
15 matches
Mail list logo