hi..I has a problem when I use gwt rpc in tomcat x.
8 views
Skip to first unread message
arpe...@gmail.com
unread,
Mar 29, 2008, 10:22:50 PM3/29/08
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
hello.everyone.
I have a proble when I use gwt rpc at tomcat x.
I use eclipse for designed for this program.if I run in google web
kit's browse and ie can right runner.
but if I package with .war to the tomcat. and after set it for
webapps,I run tomcat X.
found a error message.
"validatejarfile:path\gwt-user.jar>-jar no loaded.see servlet spection
9.7.2 offending classes javax/servlet/servlet.class
it looks like you have the same problem. Tomcat can not work with the
javax packages in the gwt-user.jar.
So you have to delete this packages from the jar.
1. Extract the jar file -> jar xf jar-file
2. Delete the javax package
3. Make new jar -> jar cf jar-file input-file(s)
4. Copy this file in the lib folder and delete the gwt-user.jar
regards manu
Isaac Truett
unread,
Mar 30, 2008, 9:47:01 PM3/30/08
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