well I can see that both are listening to different ports, but this is a
error telling you that there is something running on either port 80 or port
8081. Try a netstat -a to see if there is anything listening on either of
those ports

Gr
Ronald 

> -----Original Message-----
> From: Jin Bal [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 08, 2002 11:23 AM
> To: Struts Users Mailing List
> Subject: Re: running two instances of resin
> 
> 
> Looks like they're both trying to bind to port 80 Resin won't 
> allow that
> ----- Original Message -----
> From: "Egger Oliver" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Friday, March 08, 2002 10:17 AM
> Subject: running two instances of resin
> 
> 
> > hello,
> >
> > testing with cactus-ant.jar v1.2
> >
> > I have to use two instances of resin for developing a webservice
> > application. I can run each sepearte instance from within 
> ant seperatly,
> > but when I use them together an expection is thrown. Did 
> anybody have
> > the same problem and yes, did he find a solution for that problem?
> >
> > Thanks for any help
> > Oliver
> >
> > (tomcat -> resin no problem)
> > (resin -> tomcat no porblem)
> > (nothing -> resin no problem)
> > (resin -> nothing not porblem)
> > (resin -> resin fails ...)
> >
> > start_resin_20:
> >      [java] Resin 2.0.4 (built Thu Nov 15 17:56:24 PST 2001)
> >      [java] Copyright(c) 1998-2001 Caucho Technology.  All rights
> reserved.
> >      [java]
> >      [java] Starting Resin on Fri, 08 Mar 2002 11:06:24 +0100 (CET)
> >      [java] http listening to *:8081
> >      [java] srun listening to 127.0.0.1:6802
> >      [java] [2002-03-08 11:06:25.215] initializing application /axis
> >      [java] [2002-03-08 11:06:25.245] initializing application /
> >
> > start_resin_20:
> >      [java] Resin 2.0.4 (built Thu Nov 15 17:56:24 PST 2001)
> >      [java] Copyright(c) 1998-2001 Caucho Technology.  All rights
> reserved.
> >      [java]
> >      [java] Starting Resin on Fri, 08 Mar 2002 11:07:43 +0100 (CET)
> >      [java] http listening to *:80
> >      [java] srun listening to 127.0.0.1:6812
> >      [java] [2002-03-08 11:07:51.078] initializing application
> /quoteclient
> >      [java] [2002-03-08 11:08:18.528] initializing application /
> >      [java] java.net.BindException: Address in use: JVM_Bind
> >      [java]     at 
> java.net.PlainSocketImpl.socketBind(Native Method)
> >      [java]     at 
> java.net.PlainSocketImpl.bind(PlainSocketImpl.java:405)
> >      [java]     at 
> java.net.ServerSocket.<init>(ServerSocket.java:170)
> >      [java]     at 
> java.net.ServerSocket.<init>(ServerSocket.java:82)
> >      [java]     at
> >
> org.apache.cactus.ant.AbstractServerRun.setUpListenerSocket(Ab
> stractServerRu
> > n.java:250)
> >      [java]     at
> > 
> org.apache.cactus.ant.AbstractServerRun.run(AbstractServerRun.
> java:205)
> >      [java]     at java.lang.Thread.run(Thread.java:484)
> >      [java] java.lang.RuntimeException: Error setting up the server
> listener
> > socket
> >      [java]     at
> >
> org.apache.cactus.ant.AbstractServerRun.setUpListenerSocket(Ab
> stractServerRu
> > n.java:253)
> >      [java]     at
> > 
> org.apache.cactus.ant.AbstractServerRun.run(AbstractServerRun.
> java:205)
> >      [java]     at java.lang.Thread.run(Thread.java:484)
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> >
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


Furore B.V.
Rijswijkstraat 175-8
Postbus 9204
1006 AE Amsterdam
tel. (020) 346 71 71
fax. (020) 346 71 77

----------------------------------------------------------------------------
---------------
The information transmitted is intended only for the person
or entity to which it is addressed and may contain confidential
and/or privileged material. Any review, retransmission,
dissemination or other use of, or taking of any action in
reliance upon, this information by persons or entities other
than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material
from any computer
----------------------------------------------------------------------------
---------------

Reply via email to