Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #6919
| From | Iain Adams <iain.adams.1985@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | How to start a server and a webservice at the same time? |
| Date | 2011-08-09 09:38 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <63292a5b-70f4-4789-82a2-891eb06a0009@g9g2000yqb.googlegroups.com> (permalink) |
Hi, 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)? Hope that is enought information. Thanks, Iain
Back to comp.lang.java.programmer | Previous | Next — Next 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