| Author |
Java Web Start
|
Jones Iraland
Ranch Hand
Joined: Sep 15, 2007
Posts: 36
|
|
|
Hi can you please be able to tell me ,how do I setup a web server?Do i need to get a another machine for that or can I be able to set up the web server in the machine my java source codes are?
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16692
|
|
Originally posted by Jones Iraland: Hi can you please be able to tell me ,how do I setup a web server?Do i need to get a another machine for that or can I be able to set up the web server in the machine my java source codes are?
First of all, "Java web start" and a "web server" are two different things. Although, Java web start does use a web server to deploy applications, there is little in common. Please don't confuse them. How to setup a web server depends on the server. The most commonly used one is probably Tomcat, which is a Java application, and can run Java applications bundled as Servlets, or compiled to servlets from JSP pages. So, if your Java codes are servlets, then you can start Tomcat via a JVM, and have Tomcat start your java code. Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
 |
|
|
subject: Java Web Start
|
|
|