You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Derek Stedman <ds...@onlinewebdesign.com> on 2002/03/30 16:41:54 UTC

WARP acronym?

In my meanderings around the web I  found that AJP is an acronym for
Apache JServ Protocol - this got me wondering -

Does anyone know if WARP is an acronym? and if so what does it stand for..

--Derek Stedman


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


tomcat with ssl

Posted by ak...@yahata.com.
I am configuring Tomcat with ssl.

my system is;

jakarta-tomcat-4.0.1
jsse-1_0_2-gl
j2sdk-1_3_1_03


I put  jcert.jar  jnet.jar  jsse.jar in $JAVA_HOME/jre/lib/ext.
My apache is OK with ssl, and also Tomcat without ssl.

When I take away <--- and --> from text below,

<!--
    <Connector className="org.apache.catalina.connector.http.HttpConnector"
               port="8443" minProcessors="5" maxProcessors="75"
               enableLookups="false"
               acceptCount="10" debug="0" scheme="https" secure="true">
      <Factory className="org.apache.catalina.net.SSLServerSocketFactory"
               clientAuth="false" protocol="TLS"/>
    </Connector>
-->

Tomcat seems ok to bootup, But can not connect from web browser, just
keeping
timeout.

Wnen I coment out the text below;

<!--
<Factory className="org.apache.catalina.net.SSLServerSocketFactory"
               clientAuth="false" protocol="TLS"/>
-->

Tomcat works, but not with SSL.

Please someone help me?

Akihiro


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


Re: WARP acronym?

Posted by Nikola Milutinovic <Ni...@ev.co.yu>.
> In my meanderings around the web I  found that AJP is an acronym for
> Apache JServ Protocol - this got me wondering -
> 
> Does anyone know if WARP is an acronym? and if so what does it stand for..

Web Application R????? Protocol.

Nix.

Re: WARP acronym?

Posted by Jacob Kjome <ho...@visi.com>.
Probably "Web Application Archive Protocol" since .war files are Web 
Application Archives

Jake

At 10:41 AM 3/30/2002 -0500, you wrote:

>In my meanderings around the web I  found that AJP is an acronym for
>Apache JServ Protocol - this got me wondering -
>
>Does anyone know if WARP is an acronym? and if so what does it stand for..
>
>--Derek Stedman
>
>
>--
>To unsubscribe:   <ma...@jakarta.apache.org>
>For additional commands: <ma...@jakarta.apache.org>
>Troubles with the list: <ma...@jakarta.apache.org>