Can someone help me to place my GWT application on Jetty. I am not
using maven. I have libraries in my build path.
First I am taking the war folder already exploded and copy it in jetty/
webapps, then in folder context.
1.
I have placed a folde named BiddingSystem in folder web apps, it
is an already exploded folder and not a .war file
2.
In folder jetty/context, there is a file test.xml I am renaming
the file to BiddingSystem.xml
and also editing content of BiddingSystem.xml, finally the content of
BiddingSystem.xml is
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://
www.eclipse.org/jetty/configure.dtd">
<configure class="org.mortbay.jetty.webapp.WebAppContext">
<set name="contextPath">/BiddingSystem</set>
<set name="war"><systemproperty name="jetty.home" default="."/>/
webapps/BiddingSystem</set>
</configure>
I am getting this error:
a print screen of error I am getting http://i.imgur.com/wru7U.jpg
can anyone help, it' the first time i am using jetty maybe i am
missing some steps
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.