You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kirill Maximov <ki...@actimind.com> on 2002/03/26 11:40:35 UTC

AJP vs WARP

  Hello!

  I tried to fing the information about the subject, but failed.
  I'd like to know, what are advantages and disadvantages of using
   AJP and warp connectors to TomCat 4.0.x. I need one of these
  connectors, because I'd like to use Apache httpd's SSL
  capabilities, and, if possible, I want Apache to process static
  content of my application.

   I'd appreciate any information about differences between AJP and WARP.

  With kind regards,
  KIR



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Libraries problem

Posted by RAYMOND Romain <ro...@c-s.fr>.
Yeah,
thanks a lot Mr. Kjome.

Jacob Kjome a écrit :
> 
> Hi Raymond,
> 
> Supposedly having the XML parser in the webapp itself is against the Sun
> classloading spec.  The spec was beginning to be implemented in 4.0.2 (in
> fact, if you look at 4.0.2-b2, you still get the 4.0.1 behavior).  4.0.3 is
> pretty much an exact copy of 4.0.2 except with a security fix.  4.0.4 betas
> are starting to get the classloading issues right (before you would see a
> lot of ClassNotFoundExceptions even if the lib was in the proper directory
> in Tomcat outside the webapp).
> 
> Here's the official bug on this behavior:
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6374 (note that it is
> fixed, btw)
> 
> Much of this has to do with the fact that j2sdk.4.0 now contains an XML
> parser by default.  You may have noticed the new lite builds without most
> of the libraries since 1.4.0 already includes them.
> 
> Jake
> 
> At 09:03 AM 4/2/2002 +0200, you wrote:
> 
> >Hello,
> >
> >I use TC 4.0.3, my web app used XML parser and transformer (throught the
> >XML Jakarta project FOP).
> >Before I was using TC 4.0.1, with this version my application was
> >working with all libraries (jar files)
> >used to run it who were inside my WEB-INF/lib.
> >I do not understand why now I am with TC 4.0.3, I have to put a
> >transformer jar (xalan) in my TC/common/lib
> >repository ?
> >
> >Any indications or documentation about this libraries incluson problem ?
> >
> >--
> >To unsubscribe:   <ma...@jakarta.apache.org>
> >For additional commands: <ma...@jakarta.apache.org>
> >Troubles with the list: <ma...@jakarta.apache.org>

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Libraries problem

Posted by Jacob Kjome <ho...@visi.com>.
Hi Raymond,

Supposedly having the XML parser in the webapp itself is against the Sun 
classloading spec.  The spec was beginning to be implemented in 4.0.2 (in 
fact, if you look at 4.0.2-b2, you still get the 4.0.1 behavior).  4.0.3 is 
pretty much an exact copy of 4.0.2 except with a security fix.  4.0.4 betas 
are starting to get the classloading issues right (before you would see a 
lot of ClassNotFoundExceptions even if the lib was in the proper directory 
in Tomcat outside the webapp).

Here's the official bug on this behavior:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6374 (note that it is 
fixed, btw)

Much of this has to do with the fact that j2sdk.4.0 now contains an XML 
parser by default.  You may have noticed the new lite builds without most 
of the libraries since 1.4.0 already includes them.

Jake



At 09:03 AM 4/2/2002 +0200, you wrote:

>Hello,
>
>I use TC 4.0.3, my web app used XML parser and transformer (throught the
>XML Jakarta project FOP).
>Before I was using TC 4.0.1, with this version my application was
>working with all libraries (jar files)
>used to run it who were inside my WEB-INF/lib.
>I do not understand why now I am with TC 4.0.3, I have to put a
>transformer jar (xalan) in my TC/common/lib
>repository ?
>
>Any indications or documentation about this libraries incluson problem ?
>
>--
>To unsubscribe:   <ma...@jakarta.apache.org>
>For additional commands: <ma...@jakarta.apache.org>
>Troubles with the list: <ma...@jakarta.apache.org>

Libraries problem

Posted by RAYMOND Romain <ro...@c-s.fr>.
Hello,

I use TC 4.0.3, my web app used XML parser and transformer (throught the
XML Jakarta project FOP).
Before I was using TC 4.0.1, with this version my application was
working with all libraries (jar files)
used to run it who were inside my WEB-INF/lib.
I do not understand why now I am with TC 4.0.3, I have to put a
transformer jar (xalan) in my TC/common/lib 
repository ?

Any indications or documentation about this libraries incluson problem ?

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: AJP vs WARP

Posted by Will Hall <su...@cableinet.co.uk>.
Tomcat 4, Apache 1.3, mod_webapp, NT 4.n/Windows  HANGS serving JSPs

This has been raised as a bug with the reference below:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3509


----- Original Message ----- 
From: "Kirill Maximov" <ki...@actimind.com>
To: <to...@jakarta.apache.org>
Sent: Tuesday, March 26, 2002 10:40 AM
Subject: AJP vs WARP


> 
>   Hello!
> 
>   I tried to fing the information about the subject, but failed.
>   I'd like to know, what are advantages and disadvantages of using
>    AJP and warp connectors to TomCat 4.0.x. I need one of these
>   connectors, because I'd like to use Apache httpd's SSL
>   capabilities, and, if possible, I want Apache to process static
>   content of my application.
> 
>    I'd appreciate any information about differences between AJP and WARP.
> 
>   With kind regards,
>   KIR
> 
> 
> 
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>
> 


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>