You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Alex Sansom <al...@x-port.net> on 2005/07/14 13:06:29 UTC

Which is the latest 'stable' JK connector?

Hi,

Can someone please confirm which is the latest stable JK connector
please? I've been looking at the JK documentation located at
http://jakarta.apache.org/tomcat/connectors-doc/index.html but it is not
clear which is the most recent 'stable' release.

I'm currently using 1.2.10 for testing but I need to use > 1.2.11 as
there is a bug fix in that release that I require. The downloadable
binaries at
http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binaries/win32/
are for 1.2.6 1.2.8 1.2.10 1.2.13 and 1.2.14. Are these all stable
releases?

Thanks,

Alex



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Tomcat Configuration

Posted by Hari Saptoadi <ha...@indonesian-aerospace.com>.
----- Original Message -----
From: "Iin Nurhidayat" <i_...@yahoo.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>; "Bryan Scarbrough"
<1c...@gmail.com>
Sent: Thursday, July 14, 2005 7:58 PM
Subject: Re: Tomcat Configuration


>
> See nothing at all,
> get 404 resource /myapplication is not available ..
How about using absolute path (such as /home/your-name/your-app-directory/
or c:/your-app-directory/ ) instead of using relative path
(/webapps/myapplication ) for docbase in your context.

anyway may i see your tomcat log ?




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Tomcat Configuration

Posted by Iin Nurhidayat <i_...@yahoo.com>.
See nothing at all, 
get 404 resource /myapplication is not available ..

- IN -


--- Bryan Scarbrough <1c...@gmail.com> wrote:

> Will it load the Login.html file, or do you simply
> see nothing at all?
> 
> On 7/14/05, Iin Nurhidayat <i_...@yahoo.com>
> wrote:
> > 
> > Hi All,
> > 
> > I have a problem with my deployment.
> > 
> > I have some servlets and one Login.html.
> > I will put my servlets and Login.html on
> > /myapplication
> > 
> > Based on book i have read :
> > 
> > a) I configure the server.xml
> >    <Context path= "/myapplication" docBase=
> > "/webapps/myapplication"
> > reloadable= "true " crossContext= "true " >
> > 
> > <Logger className=
> > "org.apache.catalina.logger.FileLogger "
> > prefix= "localhost_myapplication_log. " suffix=
> ".txt
> > "
> > timestamp= "true " / >
> > </Context >
> > 
> > b) I put Login.html under myapplication directory.
> >    $CATALINA_HOME\webapps\myapplication
> > 
> > c) I put servlets under classes directory
> > 
> >
>
$CATALINA_HOME\webapps\myapplication\WEB-INF\classes.
> > 
> > But, Tomcat response is can not find
> /myapplication
> > (404).
> > 
> > Please advice ...
> > 
> > 
> > Thanks
> > 
> > - IN -
> > 
> > 
> > 
> >
> ____________________________________________________
> > Start your day with Yahoo! - make it your home
> page
> > http://www.yahoo.com/r/hs
> > 
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> tomcat-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail:
> tomcat-user-help@jakarta.apache.org
> > 
> >
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> tomcat-user-help@jakarta.apache.org
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Tomcat Configuration

Posted by Bryan Scarbrough <1c...@gmail.com>.
Will it load the Login.html file, or do you simply see nothing at all?

On 7/14/05, Iin Nurhidayat <i_...@yahoo.com> wrote:
> 
> Hi All,
> 
> I have a problem with my deployment.
> 
> I have some servlets and one Login.html.
> I will put my servlets and Login.html on
> /myapplication
> 
> Based on book i have read :
> 
> a) I configure the server.xml
>    <Context path= "/myapplication" docBase=
> "/webapps/myapplication"
> reloadable= "true " crossContext= "true " >
> 
> <Logger className=
> "org.apache.catalina.logger.FileLogger "
> prefix= "localhost_myapplication_log. " suffix= ".txt
> "
> timestamp= "true " / >
> </Context >
> 
> b) I put Login.html under myapplication directory.
>    $CATALINA_HOME\webapps\myapplication
> 
> c) I put servlets under classes directory
> 
> $CATALINA_HOME\webapps\myapplication\WEB-INF\classes.
> 
> But, Tomcat response is can not find /myapplication
> (404).
> 
> Please advice ...
> 
> 
> Thanks
> 
> - IN -
> 
> 
> 
> ____________________________________________________
> Start your day with Yahoo! - make it your home page
> http://www.yahoo.com/r/hs
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Which is the latest 'stable' JK connector?

Posted by Bryan Scarbrough <1c...@gmail.com>.
If you look at the following link it only says that the 1.2.14 version
is still awaiting approval to be specified as stable.


http://jakarta.apache.org/tomcat/connectors-doc/news/20050101.html#20050713.1

Bryan

On 7/14/05, Alex Sansom <al...@x-port.net> wrote:
> Thanks for the response Bryan.
> 
> Where did you get the information from? Do you have a link? No doubt
> it'll be handy for future reference...
> 
> Regards,
> 
> Alex
> 
> -----Original Message-----
> From: Bryan Scarbrough [mailto:1computerguy@gmail.com]
> Sent: 14 July 2005 14:09
> To: Tomcat Users List
> Subject: Re: Which is the latest 'stable' JK connector?
> 
> 
> I believe it is v. 1.2.13.
> 
> Bryan
> 
> On 7/14/05, Alex Sansom <al...@x-port.net> wrote:
> > Hi,
> >
> > Can someone please confirm which is the latest stable JK connector
> > please? I've been looking at the JK documentation located at
> > http://jakarta.apache.org/tomcat/connectors-doc/index.html but it is
> > not clear which is the most recent 'stable' release.
> >
> > I'm currently using 1.2.10 for testing but I need to use > 1.2.11 as
> > there is a bug fix in that release that I require. The downloadable
> > binaries at
> > http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binaries/win32
> > /
> > are for 1.2.6 1.2.8 1.2.10 1.2.13 and 1.2.14. Are these all stable
> > releases?
> >
> > Thanks,
> >
> > Alex
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Which is the latest 'stable' JK connector?

Posted by Alex Sansom <al...@x-port.net>.
Thanks for the response Bryan.

Where did you get the information from? Do you have a link? No doubt
it'll be handy for future reference...

Regards,

Alex

-----Original Message-----
From: Bryan Scarbrough [mailto:1computerguy@gmail.com] 
Sent: 14 July 2005 14:09
To: Tomcat Users List
Subject: Re: Which is the latest 'stable' JK connector?


I believe it is v. 1.2.13.

Bryan

On 7/14/05, Alex Sansom <al...@x-port.net> wrote:
> Hi,
> 
> Can someone please confirm which is the latest stable JK connector 
> please? I've been looking at the JK documentation located at 
> http://jakarta.apache.org/tomcat/connectors-doc/index.html but it is 
> not clear which is the most recent 'stable' release.
> 
> I'm currently using 1.2.10 for testing but I need to use > 1.2.11 as 
> there is a bug fix in that release that I require. The downloadable 
> binaries at 
> http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binaries/win32
> /
> are for 1.2.6 1.2.8 1.2.10 1.2.13 and 1.2.14. Are these all stable
> releases?
> 
> Thanks,
> 
> Alex
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Which is the latest 'stable' JK connector?

Posted by Bryan Scarbrough <1c...@gmail.com>.
I believe it is v. 1.2.13.

Bryan

On 7/14/05, Alex Sansom <al...@x-port.net> wrote:
> Hi,
> 
> Can someone please confirm which is the latest stable JK connector
> please? I've been looking at the JK documentation located at
> http://jakarta.apache.org/tomcat/connectors-doc/index.html but it is not
> clear which is the most recent 'stable' release.
> 
> I'm currently using 1.2.10 for testing but I need to use > 1.2.11 as
> there is a bug fix in that release that I require. The downloadable
> binaries at
> http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binaries/win32/
> are for 1.2.6 1.2.8 1.2.10 1.2.13 and 1.2.14. Are these all stable
> releases?
> 
> Thanks,
> 
> Alex
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Tomcat Configuration

Posted by Iin Nurhidayat <i_...@yahoo.com>.
Hi All,

I have a problem with my deployment.

I have some servlets and one Login.html.
I will put my servlets and Login.html on
/myapplication

Based on book i have read :

a) I configure the server.xml
   <Context path= "/myapplication" docBase=
"/webapps/myapplication" 
reloadable= "true " crossContext= "true " > 

<Logger className=
"org.apache.catalina.logger.FileLogger " 
prefix= "localhost_myapplication_log. " suffix= ".txt
" 
timestamp= "true " / > 
</Context > 

b) I put Login.html under myapplication directory.
   $CATALINA_HOME\webapps\myapplication

c) I put servlets under classes directory
  
$CATALINA_HOME\webapps\myapplication\WEB-INF\classes.

But, Tomcat response is can not find /myapplication
(404).

Please advice ...


Thanks

- IN - 


		
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org