You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chris Pat <cp...@yahoo.com> on 2005/07/19 20:55:16 UTC

tc4 & tc4

Hi 
I have tc4 working fine.  Installed tc5.5.9 and set
the port to 9080 and of course a diff dir.  However I
cant connect to it at that port even tough I have his
from the tc5 server.xml

<!--  Define a non-SSL HTTP/1.1 Connector on port 8080

  --> 
  <Connector port="9080" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25"
maxSpareThreads="75" enableLookups="false"
redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"
/> 

Can someone explain what additional config is
necessary to run both tc4 & tc5 on 8080 and 9080 on
the same localhost?  tia.

__________________________________________________
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: tc4 & tc4

Posted by Rogerio Baldini das Neves <ro...@powerlogic.com.br>.
Hi Chris,

You need to have your tc4 and tc5 running with different enviroment
variables.

To work in this way, you must edit /path/to/tc4/startup.bat and insert in
the beginning:

set CATALINA_HOME=..
set JAVA_HOME=/path/to/java1.4

and /path/to/tc5/startup.bat :

set CATALINA_HOME=..
set JAVA_HOME=/path/to/java1.5

I think it can solve your problem.

----- Original Message ----- 
From: "Chris Pat" <cp...@yahoo.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Tuesday, July 19, 2005 5:00 PM
Subject: Re: tc4 & tc4


> Hi Rogerio
> Thanks.  But isnt that the same environment var for
> TC4 excluding simultaneous instances?
>
> --- Rogerio Baldini das Neves
> <ro...@powerlogic.com.br> wrote:
>
> > Hi Chris
> >
> > Check if there is a enviroment variable called
> > CATALINA_HOME.
> > It can make things don´t work.
> >
> > Rogerio
> >
> >
> > ----- Original Message ----- 
> > From: "David Smith" <dn...@cornell.edu>
> > To: "Tomcat Users List"
> > <to...@jakarta.apache.org>
> > Sent: Tuesday, July 19, 2005 4:32 PM
> > Subject: Re: tc4 & tc4
> >
> >
> > > Take a look at the log file catalina.out and see
> > if there are any errors
> > > there. An exception is most likely causing it to
> > fail on startup.
> > >
> > > Chris Pat wrote:
> > >
> > > >Hi David
> > > >Thanks for the response, however I set it to
> > 8006,
> > > >checked to make sure nothing in that file of tc4
> > was
> > > >on that port, bounced tc5 and I still cant get in
> > on
> > > >that port.  This is the second un/reinstall
> > reboot
> > > >today.  Yes, it is a wintel box w2ksrvsp4.  Any
> > ideas?
> > > >
> > > >--- David Smith <dn...@cornell.edu> wrote:
> > > >
> > > >
> > > >
> > > >>Also set the shutdown port at the top of the
> > > >>server.xml to something
> > > >>other than 8005 .
> > > >>
> > > >> --David
> > > >>
> > > >>Chris Pat wrote:
> > > >>
> > > >>
> > > >>
> > > >>>Hi
> > > >>>I have tc4 working fine.  Installed tc5.5.9 and
> > set
> > > >>>the port to 9080 and of course a diff dir.
> > However
> > > >>>
> > > >>>
> > > >>I
> > > >>
> > > >>
> > > >>>cant connect to it at that port even tough I
> > have
> > > >>>
> > > >>>
> > > >>his
> > > >>>from the tc5 server.xml
> > > >>
> > > >>
> > > >>><!--  Define a non-SSL HTTP/1.1 Connector on
> > port
> > > >>>
> > > >>>
> > > >>8080
> > > >>
> > > >>
> > > >>> -->
> > > >>> <Connector port="9080"
> > maxHttpHeaderSize="8192"
> > > >>>maxThreads="150" minSpareThreads="25"
> > > >>>maxSpareThreads="75" enableLookups="false"
> > > >>>redirectPort="8443" acceptCount="100"
> > > >>>connectionTimeout="20000"
> > > >>>
> > > >>>
> > > >>disableUploadTimeout="true"
> > > >>
> > > >>
> > > >>>/>
> > > >>>
> > > >>>Can someone explain what additional config is
> > > >>>necessary to run both tc4 & tc5 on 8080 and
> > 9080 on
> > > >>>the same localhost?  tia.
> > > >>>
> > >
> >
> >>>__________________________________________________
> > > >>>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
> > > >>
> > > >>
> > > >>>
> > > >>>
> > > >>>
> > > >>>
> > > >>
> > > >>
> > > >>
> > >
> >
> >---------------------------------------------------------------------
> > > >
> > > >
> > > >>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
> > > >
> > > >
> > > >
> > >
> > >
> > >
> >
> ---------------------------------------------------------------------
> > > 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
> >
> >
>
>
>
>
> ____________________________________________________
> 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: tc4 & tc4

Posted by Chris Pat <cp...@yahoo.com>.
Hi Rogerio
Thanks.  But isnt that the same environment var for
TC4 excluding simultaneous instances?

--- Rogerio Baldini das Neves
<ro...@powerlogic.com.br> wrote:

> Hi Chris
> 
> Check if there is a enviroment variable called
> CATALINA_HOME.
> It can make things don´t work.
> 
> Rogerio
> 
> 
> ----- Original Message ----- 
> From: "David Smith" <dn...@cornell.edu>
> To: "Tomcat Users List"
> <to...@jakarta.apache.org>
> Sent: Tuesday, July 19, 2005 4:32 PM
> Subject: Re: tc4 & tc4
> 
> 
> > Take a look at the log file catalina.out and see
> if there are any errors
> > there. An exception is most likely causing it to
> fail on startup.
> >
> > Chris Pat wrote:
> >
> > >Hi David
> > >Thanks for the response, however I set it to
> 8006,
> > >checked to make sure nothing in that file of tc4
> was
> > >on that port, bounced tc5 and I still cant get in
> on
> > >that port.  This is the second un/reinstall
> reboot
> > >today.  Yes, it is a wintel box w2ksrvsp4.  Any
> ideas?
> > >
> > >--- David Smith <dn...@cornell.edu> wrote:
> > >
> > >
> > >
> > >>Also set the shutdown port at the top of the
> > >>server.xml to something
> > >>other than 8005 .
> > >>
> > >> --David
> > >>
> > >>Chris Pat wrote:
> > >>
> > >>
> > >>
> > >>>Hi
> > >>>I have tc4 working fine.  Installed tc5.5.9 and
> set
> > >>>the port to 9080 and of course a diff dir. 
> However
> > >>>
> > >>>
> > >>I
> > >>
> > >>
> > >>>cant connect to it at that port even tough I
> have
> > >>>
> > >>>
> > >>his
> > >>>from the tc5 server.xml
> > >>
> > >>
> > >>><!--  Define a non-SSL HTTP/1.1 Connector on
> port
> > >>>
> > >>>
> > >>8080
> > >>
> > >>
> > >>> -->
> > >>> <Connector port="9080"
> maxHttpHeaderSize="8192"
> > >>>maxThreads="150" minSpareThreads="25"
> > >>>maxSpareThreads="75" enableLookups="false"
> > >>>redirectPort="8443" acceptCount="100"
> > >>>connectionTimeout="20000"
> > >>>
> > >>>
> > >>disableUploadTimeout="true"
> > >>
> > >>
> > >>>/>
> > >>>
> > >>>Can someone explain what additional config is
> > >>>necessary to run both tc4 & tc5 on 8080 and
> 9080 on
> > >>>the same localhost?  tia.
> > >>>
> >
>
>>>__________________________________________________
> > >>>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
> > >>
> > >>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>
> > >>
> > >>
> >
>
>---------------------------------------------------------------------
> > >
> > >
> > >>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
> > >
> > >
> > >
> >
> >
> >
>
---------------------------------------------------------------------
> > 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
> 
> 



		
____________________________________________________
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


Re: tc4 & tc4

Posted by Rogerio Baldini das Neves <ro...@powerlogic.com.br>.
Hi Chris

Check if there is a enviroment variable called CATALINA_HOME.
It can make things don´t work.

Rogerio


----- Original Message ----- 
From: "David Smith" <dn...@cornell.edu>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Tuesday, July 19, 2005 4:32 PM
Subject: Re: tc4 & tc4


> Take a look at the log file catalina.out and see if there are any errors
> there. An exception is most likely causing it to fail on startup.
>
> Chris Pat wrote:
>
> >Hi David
> >Thanks for the response, however I set it to 8006,
> >checked to make sure nothing in that file of tc4 was
> >on that port, bounced tc5 and I still cant get in on
> >that port.  This is the second un/reinstall reboot
> >today.  Yes, it is a wintel box w2ksrvsp4.  Any ideas?
> >
> >--- David Smith <dn...@cornell.edu> wrote:
> >
> >
> >
> >>Also set the shutdown port at the top of the
> >>server.xml to something
> >>other than 8005 .
> >>
> >> --David
> >>
> >>Chris Pat wrote:
> >>
> >>
> >>
> >>>Hi
> >>>I have tc4 working fine.  Installed tc5.5.9 and set
> >>>the port to 9080 and of course a diff dir.  However
> >>>
> >>>
> >>I
> >>
> >>
> >>>cant connect to it at that port even tough I have
> >>>
> >>>
> >>his
> >>>from the tc5 server.xml
> >>
> >>
> >>><!--  Define a non-SSL HTTP/1.1 Connector on port
> >>>
> >>>
> >>8080
> >>
> >>
> >>> -->
> >>> <Connector port="9080" maxHttpHeaderSize="8192"
> >>>maxThreads="150" minSpareThreads="25"
> >>>maxSpareThreads="75" enableLookups="false"
> >>>redirectPort="8443" acceptCount="100"
> >>>connectionTimeout="20000"
> >>>
> >>>
> >>disableUploadTimeout="true"
> >>
> >>
> >>>/>
> >>>
> >>>Can someone explain what additional config is
> >>>necessary to run both tc4 & tc5 on 8080 and 9080 on
> >>>the same localhost?  tia.
> >>>
> >>>__________________________________________________
> >>>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
> >>
> >>
> >>>
> >>>
> >>>
> >>>
> >>
> >>
> >>
> >---------------------------------------------------------------------
> >
> >
> >>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
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> 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: tc4 & tc4

Posted by David Smith <dn...@cornell.edu>.
As others have suggested, the compat package will fix you up for running 
w/ jdk 1.4. It's right where you downloaded tomcat 5.5 .

 --David

Chris Pat wrote:

>Hi David
>Thanks.  I sheepishly have to be a, temporary,
>subscriber to RTFM.  The log complains that it needs
>jdk1.5, of course I knew that but was still thinking
>that there was a way to run it on jkd1.4.  Is there? 
>Or can I give tc5 the location of the jdk1.5 not as an
>environment variable and keep tc4 using the environ as
>now is?  I also assume that tc5 on jdk1.4 is for
>development only?  Sorry for the newbie barrage.
>
>--- David Smith <dn...@cornell.edu> wrote:
>
>  
>
>>Take a look at the log file catalina.out and see if
>>there are any errors 
>>there. An exception is most likely causing it to
>>fail on startup.
>>
>>Chris Pat wrote:
>>
>>    
>>
>>>Hi David
>>>Thanks for the response, however I set it to 8006,
>>>checked to make sure nothing in that file of tc4
>>>      
>>>
>>was
>>    
>>
>>>on that port, bounced tc5 and I still cant get in
>>>      
>>>
>>on
>>    
>>
>>>that port.  This is the second un/reinstall reboot
>>>today.  Yes, it is a wintel box w2ksrvsp4.  Any
>>>      
>>>
>>ideas?
>>    
>>
>>>--- David Smith <dn...@cornell.edu> wrote:
>>>
>>> 
>>>
>>>      
>>>
>>>>Also set the shutdown port at the top of the
>>>>server.xml to something 
>>>>other than 8005 .
>>>>
>>>>--David
>>>>
>>>>Chris Pat wrote:
>>>>
>>>>   
>>>>
>>>>        
>>>>
>>>>>Hi 
>>>>>I have tc4 working fine.  Installed tc5.5.9 and
>>>>>          
>>>>>
>>set
>>    
>>
>>>>>the port to 9080 and of course a diff dir. 
>>>>>          
>>>>>
>>However
>>    
>>
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>I
>>>>   
>>>>
>>>>        
>>>>
>>>>>cant connect to it at that port even tough I have
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>his
>>>>>from the tc5 server.xml
>>>>   
>>>>
>>>>        
>>>>
>>>>><!--  Define a non-SSL HTTP/1.1 Connector on port
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>8080
>>>>   
>>>>
>>>>        
>>>>
>>>>>--> 
>>>>><Connector port="9080" maxHttpHeaderSize="8192"
>>>>>maxThreads="150" minSpareThreads="25"
>>>>>maxSpareThreads="75" enableLookups="false"
>>>>>redirectPort="8443" acceptCount="100"
>>>>>connectionTimeout="20000"
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>disableUploadTimeout="true"
>>>>   
>>>>
>>>>        
>>>>
>>>>>/> 
>>>>>
>>>>>Can someone explain what additional config is
>>>>>necessary to run both tc4 & tc5 on 8080 and 9080
>>>>>          
>>>>>
>>on
>>    
>>
>>>>>the same localhost?  tia.
>>>>>
>>>>>          
>>>>>
>>>>__________________________________________________
>>>>        
>>>>
>>>>>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
>>>>   
>>>>
>>>>        
>>>>
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>   
>>>>
>>>>        
>>>>
>>---------------------------------------------------------------------
>>    
>>
>>> 
>>>
>>>      
>>>
>>>>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
>>    
>>
>>> 
>>>
>>>      
>>>
>>
>>    
>>
>---------------------------------------------------------------------
>  
>
>>To unsubscribe, e-mail:
>>tomcat-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail:
>>tomcat-user-help@jakarta.apache.org
>>
>>
>>    
>>
>
>
>
>		
>____________________________________________________
>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: tc4 & tc4

Posted by Didier McGillis <co...@hotmail.com>.
Theres a patch you can download for jdk1.4.  jakarta.apache.org


>From: Chris Pat <cp...@yahoo.com>
>Reply-To: "Tomcat Users List" <to...@jakarta.apache.org>
>To: Tomcat Users List <to...@jakarta.apache.org>
>Subject: Re: tc4 & tc4
>Date: Tue, 19 Jul 2005 13:03:35 -0700 (PDT)
>
>Hi David
>Thanks.  I sheepishly have to be a, temporary,
>subscriber to RTFM.  The log complains that it needs
>jdk1.5, of course I knew that but was still thinking
>that there was a way to run it on jkd1.4.  Is there?
>Or can I give tc5 the location of the jdk1.5 not as an
>environment variable and keep tc4 using the environ as
>now is?  I also assume that tc5 on jdk1.4 is for
>development only?  Sorry for the newbie barrage.
>
>--- David Smith <dn...@cornell.edu> wrote:
>
> > Take a look at the log file catalina.out and see if
> > there are any errors
> > there. An exception is most likely causing it to
> > fail on startup.
> >
> > Chris Pat wrote:
> >
> > >Hi David
> > >Thanks for the response, however I set it to 8006,
> > >checked to make sure nothing in that file of tc4
> > was
> > >on that port, bounced tc5 and I still cant get in
> > on
> > >that port.  This is the second un/reinstall reboot
> > >today.  Yes, it is a wintel box w2ksrvsp4.  Any
> > ideas?
> > >
> > >--- David Smith <dn...@cornell.edu> wrote:
> > >
> > >
> > >
> > >>Also set the shutdown port at the top of the
> > >>server.xml to something
> > >>other than 8005 .
> > >>
> > >> --David
> > >>
> > >>Chris Pat wrote:
> > >>
> > >>
> > >>
> > >>>Hi
> > >>>I have tc4 working fine.  Installed tc5.5.9 and
> > set
> > >>>the port to 9080 and of course a diff dir.
> > However
> > >>>
> > >>>
> > >>I
> > >>
> > >>
> > >>>cant connect to it at that port even tough I have
> > >>>
> > >>>
> > >>his
> > >>>from the tc5 server.xml
> > >>
> > >>
> > >>><!--  Define a non-SSL HTTP/1.1 Connector on port
> > >>>
> > >>>
> > >>8080
> > >>
> > >>
> > >>> -->
> > >>> <Connector port="9080" maxHttpHeaderSize="8192"
> > >>>maxThreads="150" minSpareThreads="25"
> > >>>maxSpareThreads="75" enableLookups="false"
> > >>>redirectPort="8443" acceptCount="100"
> > >>>connectionTimeout="20000"
> > >>>
> > >>>
> > >>disableUploadTimeout="true"
> > >>
> > >>
> > >>>/>
> > >>>
> > >>>Can someone explain what additional config is
> > >>>necessary to run both tc4 & tc5 on 8080 and 9080
> > on
> > >>>the same localhost?  tia.
> > >>>
> >
> >>>__________________________________________________
> > >>>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
> > >>
> > >>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>
> > >>
> > >>
> >
> >---------------------------------------------------------------------
> > >
> > >
> > >>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
> > >
> > >
> > >
> >
> >
> >
>---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> > tomcat-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail:
> > tomcat-user-help@jakarta.apache.org
> >
> >
>
>
>
>
>____________________________________________________
>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: tc4 & tc4

Posted by Chris Pat <cp...@yahoo.com>.
Hi David
Thanks.  I sheepishly have to be a, temporary,
subscriber to RTFM.  The log complains that it needs
jdk1.5, of course I knew that but was still thinking
that there was a way to run it on jkd1.4.  Is there? 
Or can I give tc5 the location of the jdk1.5 not as an
environment variable and keep tc4 using the environ as
now is?  I also assume that tc5 on jdk1.4 is for
development only?  Sorry for the newbie barrage.

--- David Smith <dn...@cornell.edu> wrote:

> Take a look at the log file catalina.out and see if
> there are any errors 
> there. An exception is most likely causing it to
> fail on startup.
> 
> Chris Pat wrote:
> 
> >Hi David
> >Thanks for the response, however I set it to 8006,
> >checked to make sure nothing in that file of tc4
> was
> >on that port, bounced tc5 and I still cant get in
> on
> >that port.  This is the second un/reinstall reboot
> >today.  Yes, it is a wintel box w2ksrvsp4.  Any
> ideas?
> >
> >--- David Smith <dn...@cornell.edu> wrote:
> >
> >  
> >
> >>Also set the shutdown port at the top of the
> >>server.xml to something 
> >>other than 8005 .
> >>
> >> --David
> >>
> >>Chris Pat wrote:
> >>
> >>    
> >>
> >>>Hi 
> >>>I have tc4 working fine.  Installed tc5.5.9 and
> set
> >>>the port to 9080 and of course a diff dir. 
> However
> >>>      
> >>>
> >>I
> >>    
> >>
> >>>cant connect to it at that port even tough I have
> >>>      
> >>>
> >>his
> >>>from the tc5 server.xml
> >>    
> >>
> >>><!--  Define a non-SSL HTTP/1.1 Connector on port
> >>>      
> >>>
> >>8080
> >>    
> >>
> >>> --> 
> >>> <Connector port="9080" maxHttpHeaderSize="8192"
> >>>maxThreads="150" minSpareThreads="25"
> >>>maxSpareThreads="75" enableLookups="false"
> >>>redirectPort="8443" acceptCount="100"
> >>>connectionTimeout="20000"
> >>>      
> >>>
> >>disableUploadTimeout="true"
> >>    
> >>
> >>>/> 
> >>>
> >>>Can someone explain what additional config is
> >>>necessary to run both tc4 & tc5 on 8080 and 9080
> on
> >>>the same localhost?  tia.
> >>>
>
>>>__________________________________________________
> >>>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
> >>    
> >>
> >>> 
> >>>
> >>>      
> >>>
> >>
> >>    
> >>
>
>---------------------------------------------------------------------
> >  
> >
> >>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
> >
> >  
> >
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> tomcat-user-help@jakarta.apache.org
> 
> 



		
____________________________________________________
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


Re: tc4 & tc4

Posted by David Smith <dn...@cornell.edu>.
Take a look at the log file catalina.out and see if there are any errors 
there. An exception is most likely causing it to fail on startup.

Chris Pat wrote:

>Hi David
>Thanks for the response, however I set it to 8006,
>checked to make sure nothing in that file of tc4 was
>on that port, bounced tc5 and I still cant get in on
>that port.  This is the second un/reinstall reboot
>today.  Yes, it is a wintel box w2ksrvsp4.  Any ideas?
>
>--- David Smith <dn...@cornell.edu> wrote:
>
>  
>
>>Also set the shutdown port at the top of the
>>server.xml to something 
>>other than 8005 .
>>
>> --David
>>
>>Chris Pat wrote:
>>
>>    
>>
>>>Hi 
>>>I have tc4 working fine.  Installed tc5.5.9 and set
>>>the port to 9080 and of course a diff dir.  However
>>>      
>>>
>>I
>>    
>>
>>>cant connect to it at that port even tough I have
>>>      
>>>
>>his
>>>from the tc5 server.xml
>>    
>>
>>><!--  Define a non-SSL HTTP/1.1 Connector on port
>>>      
>>>
>>8080
>>    
>>
>>> --> 
>>> <Connector port="9080" maxHttpHeaderSize="8192"
>>>maxThreads="150" minSpareThreads="25"
>>>maxSpareThreads="75" enableLookups="false"
>>>redirectPort="8443" acceptCount="100"
>>>connectionTimeout="20000"
>>>      
>>>
>>disableUploadTimeout="true"
>>    
>>
>>>/> 
>>>
>>>Can someone explain what additional config is
>>>necessary to run both tc4 & tc5 on 8080 and 9080 on
>>>the same localhost?  tia.
>>>
>>>__________________________________________________
>>>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
>>    
>>
>>> 
>>>
>>>      
>>>
>>
>>    
>>
>---------------------------------------------------------------------
>  
>
>>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
>
>  
>


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


Re: tc4 & tc4

Posted by Chris Pat <cp...@yahoo.com>.
Hi David
Thanks for the response, however I set it to 8006,
checked to make sure nothing in that file of tc4 was
on that port, bounced tc5 and I still cant get in on
that port.  This is the second un/reinstall reboot
today.  Yes, it is a wintel box w2ksrvsp4.  Any ideas?

--- David Smith <dn...@cornell.edu> wrote:

> Also set the shutdown port at the top of the
> server.xml to something 
> other than 8005 .
> 
>  --David
> 
> Chris Pat wrote:
> 
> >Hi 
> >I have tc4 working fine.  Installed tc5.5.9 and set
> >the port to 9080 and of course a diff dir.  However
> I
> >cant connect to it at that port even tough I have
> his
> >from the tc5 server.xml
> >
> ><!--  Define a non-SSL HTTP/1.1 Connector on port
> 8080
> >
> >  --> 
> >  <Connector port="9080" maxHttpHeaderSize="8192"
> >maxThreads="150" minSpareThreads="25"
> >maxSpareThreads="75" enableLookups="false"
> >redirectPort="8443" acceptCount="100"
> >connectionTimeout="20000"
> disableUploadTimeout="true"
> >/> 
> >
> >Can someone explain what additional config is
> >necessary to run both tc4 & tc5 on 8080 and 9080 on
> >the same localhost?  tia.
> >
> >__________________________________________________
> >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
> >
> >  
> >
> 
> 
>
---------------------------------------------------------------------
> 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: tc4 & tc4

Posted by David Smith <dn...@cornell.edu>.
Also set the shutdown port at the top of the server.xml to something 
other than 8005 .

 --David

Chris Pat wrote:

>Hi 
>I have tc4 working fine.  Installed tc5.5.9 and set
>the port to 9080 and of course a diff dir.  However I
>cant connect to it at that port even tough I have his
>from the tc5 server.xml
>
><!--  Define a non-SSL HTTP/1.1 Connector on port 8080
>
>  --> 
>  <Connector port="9080" maxHttpHeaderSize="8192"
>maxThreads="150" minSpareThreads="25"
>maxSpareThreads="75" enableLookups="false"
>redirectPort="8443" acceptCount="100"
>connectionTimeout="20000" disableUploadTimeout="true"
>/> 
>
>Can someone explain what additional config is
>necessary to run both tc4 & tc5 on 8080 and 9080 on
>the same localhost?  tia.
>
>__________________________________________________
>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
>
>  
>


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