Re: [xwt-users] xwar file launch from IIS??
Adam Megacz <[email protected]>
| Newsgroups | gmane.comp.java.xwt.users |
|---|---|
| Organization | XWT |
| Message-ID | <[email protected]> |
Charles Goodwin <[email protected]> writes: > The Java version of the launcher, the version mainly supported for use > with XWT, needs to be run as a servlet on something like Tomcat. I Not true; the Java version can run as a standalone jar from the command line; it has a built-in HTTP server. Just type java -jar launcher.jar -p <port> And then use http://yourmachine:<port>/... to launch your apps. - a