Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #6935
| Date | 2011-08-09 20:04 -0400 |
|---|---|
| From | Arne Vajhøj <arne@vajhoej.dk> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: How to start a server and a webservice at the same time? |
| References | <63292a5b-70f4-4789-82a2-891eb06a0009@g9g2000yqb.googlegroups.com> |
| Message-ID | <4e41caf3$0$302$14726298@news.sunsite.dk> (permalink) |
| Organization | SunSITE.dk - Supporting Open source |
On 8/9/2011 12:38 PM, Iain Adams wrote: > I am building an application that requires both a Server/Client socket > connection to multiple clients AND also exposing multiple webservices. > > If I was to deploy my application on a Java container (JBoss/Tomcat > etc) is there a way I can get it to a) start the webservices and b) > start the server (so that it can listen on a specific port for > incoming connections)? If they get deployed as a single unit (like an ear file) then they should become available at (almost) the same time. Arne
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar
How to start a server and a webservice at the same time? Iain Adams <iain.adams.1985@gmail.com> - 2011-08-09 09:38 -0700
Re: How to start a server and a webservice at the same time? Tom Anderson <twic@urchin.earth.li> - 2011-08-09 23:11 +0100
Re: How to start a server and a webservice at the same time? Arne Vajhøj <arne@vajhoej.dk> - 2011-08-09 20:07 -0400
Re: How to start a server and a webservice at the same time? Arne Vajhøj <arne@vajhoej.dk> - 2011-08-09 20:04 -0400
csiph-web