You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dionisio Ruiz de Zárate <di...@tinieblas.com> on 2004/09/14 23:20:15 UTC

Server Alias

Hello for configurin one alias in apache i use the serverAlias
there is any form for configure several ServerAlias for one domain in tomcat
4?
thanks



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


Starting problems Tomcat 5.5.0

Posted by "Bedrijven.nl" <ma...@bedrijven.nl>.
Hello,

I Installed Tomcat 5.5.0 and it's working ok. But after I copied a
webapplication into webapps and try to stop and start the service I receive
continous this error:

Catalina.stop: java.net.ConnectException: Connection refused: connect
java.net.ConnectException: Connection refused: connect
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(Unknown Source)
	at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
	at java.net.PlainSocketImpl.connect(Unknown Source)
	at java.net.SocksSocketImpl.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at java.net.Socket.<init>(Unknown Source)
	at java.net.Socket.<init>(Unknown Source)
	at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:399)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:320)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:411)

I read other post on this subject but none of them satisfied me.

PLEASE HELP

Maarten


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


RE: Server Alias

Posted by Andy Eastham <an...@peakdrive.com>.
Dionisio,

The first option, with multiple alias tags.

Andy

> -----Original Message-----
> From: Dionisio Ruiz de Zárate [mailto:dionisio@tinieblas.com]
> Sent: 15 September 2004 15:28
> To: Tomcat Users List
> Subject: Re: Server Alias
> 
> i have see the doc.
> but if i have several aliases for one host how must i solve it?
> <Alias>myalias1.com</Alias>
> <Alias>myalias2.com</Alias>
> <Alias>myaliasX.com</Alias>
> 
> or
> <Alias>myalias1.com myalias2.com myaliasX.com</Alias>
> 
> thanks
> 
> ----- Original Message -----
> From: "Mark Lowe" <ma...@boxstuff.com>
> To: "Tomcat Users List" <to...@jakarta.apache.org>
> Sent: Wednesday, September 15, 2004 10:32 AM
> Subject: Re: Server Alias
> 
> 
> http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html
> 
> Between the host tag you can use
> 
> <Alias>myalias.com</Alias>
> 
> Mark
> 
> On 14 Sep 2004, at 23:20, Dionisio Ruiz de Zárate wrote:
> 
> > Hello for configurin one alias in apache i use the serverAlias
> > there is any form for configure several ServerAlias for one domain in
> > tomcat
> > 4?
> > thanks
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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: Server Alias

Posted by Dionisio Ruiz de Zárate <di...@tinieblas.com>.
i have see the doc.
but if i have several aliases for one host how must i solve it?
<Alias>myalias1.com</Alias>
<Alias>myalias2.com</Alias>
<Alias>myaliasX.com</Alias>

or
<Alias>myalias1.com myalias2.com myaliasX.com</Alias>

thanks

----- Original Message ----- 
From: "Mark Lowe" <ma...@boxstuff.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Wednesday, September 15, 2004 10:32 AM
Subject: Re: Server Alias


http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html

Between the host tag you can use

<Alias>myalias.com</Alias>

Mark

On 14 Sep 2004, at 23:20, Dionisio Ruiz de Zárate wrote:

> Hello for configurin one alias in apache i use the serverAlias
> there is any form for configure several ServerAlias for one domain in
> tomcat
> 4?
> thanks
>
>
>
> ---------------------------------------------------------------------
> 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: Server Alias

Posted by Mark Lowe <ma...@boxstuff.com>.
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html

Between the host tag you can use

<Alias>myalias.com</Alias>

Mark

On 14 Sep 2004, at 23:20, Dionisio Ruiz de Zárate wrote:

> Hello for configurin one alias in apache i use the serverAlias
> there is any form for configure several ServerAlias for one domain in 
> tomcat
> 4?
> thanks
>
>
>
> ---------------------------------------------------------------------
> 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