Re: Tomcat - disable servlet access
From: asaguden (asaguden_at_lycos.com)
Date: 03/05/05
- Previous message: nialltimpson: "Re: Ordering"
- In reply to: Daniel Tryba: "Re: Tomcat - disable servlet access"
- Next in thread: marcus: "Re: Tomcat - disable servlet access"
- Reply: marcus: "Re: Tomcat - disable servlet access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 5 Mar 2005 12:02:19 -0800
Daniel, thank you.
After your post I reread the hosting support info regarding jsp.
<quote>
...as JSP angine Tomcat is used, connected through AJP13 connector
and mod_jk to Apache...
</unquote>
I finally get it.
It is not Tomcat that refuses to deliver servlets,
those requests are filtered in Apache somehow. Can i 'fake' a servlet
as jsp and get away with it?
That is - can I write a servlet that does not get filtered?
I am thankful for all input.
Daniel Tryba wrote:
> asaguden <asaguden@lycos.com> wrote:
> > Thank you for a reply.
> > (i dont know what TOFU is..)
>
> Top Over Full Underquote.
>
> > Well asking the provider I could do - but for now my pride holding
me
> > back...
>
> :)
>
> > The thing is I do use jsp - for presentation. I would like to / and
do
> > use servlets
> [snip]
> > Then releasing to production - the problems arises, it is just a
> > pain... And since I have th same version of Tomcat againt the same
> > version of mysql locally as prod, the need for testing in prod is
> > minimal..
>
> You aren't answering the important question: is a browser accessing a
> jsp making a direct connection to tomcat?
>
> I ask this since you haven't made clear what happens when you try to
> access a servlet! The simplest way for a provider to block access to
> servlets is to simply filter those requests (trivial with a proxy or
> something like mod-jk), but that leaves full control to jsp
- Previous message: nialltimpson: "Re: Ordering"
- In reply to: Daniel Tryba: "Re: Tomcat - disable servlet access"
- Next in thread: marcus: "Re: Tomcat - disable servlet access"
- Reply: marcus: "Re: Tomcat - disable servlet access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|