Re: [xwt-users] launcher
Emiliano Heyns <[email protected]>
| Newsgroups | gmane.comp.java.xwt.users |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 06, 2003 at 11:18:58AM -0400, sb wrote: > I would like to know if anybody has installed the launcher > (xwt-quickstart.war) and used it from Jetty or Tomcat (localhost). I'm not > familiar with war files, so it must be very trivial, but what is the > complete url for calling the launcher and the xwar file (or where is the > documentation for it, apart from the FAQ?) > > http://localhost:8080/launcher??/path/to/test.xwar ?? You simply drop the war in the deployment directory of your servlet container; if you don't change the name, in a default tomcat setup that would yield http://localhost:8080/xwt-quickstart/index.jsp as the start URL. The HTML page you're presented there will offer a link to your launcher that will start the bundled sample XWT application. -- Emiliano