Run a Servlet web application on android i-jetty server.
123 views
Skip to first unread message
anabillo
unread,
Apr 29, 2009, 9:57:53 AM4/29/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
I've been trying to deploy a war to run a servlet web app on i-jetty
server.
The war worked fine on Tomcat server, but didn't on i-jetty.
I also tried to build a war from the hello sample code, and didn't
work although the ready built war worked fine.
How can I build and run a war to make it work inside android in i-
jetty server? What do I need to do? How can I compile the code?