[jetty-user] war file for i-jetty
Alexei Serov <[email protected]> Wed, 13 Apr 2011 19:35:56 -0700
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <[email protected]> |
Hi!
I have successfully installed i-Jetty on Android emulator. Now I want to
load some test web application and see it running at least locally on the
device,
Another instance of this application is permanently running on Tomcat at
http://hybridjava.com:8080/HJ_Sample. It also runs OK under Jetty on PC.
Now I have prepared file HJ.war for i-Jetty using dx to the best of my
understanding. This HJ.war file downloads OK from
http://hybridjava.com:8080/HJ.war (about 150k).
I have downloaded this file to emulator using "download" button though I was
not sure if I have to use the second field ("context:").
This way or that way, but at the end of the day I am not able to see the
test application running on http://localhost:8080/HJ or any other way.
Maybe the war file is malformed?
Alex