Hi, is it possible to have gwt-user.jar without javax.servlet package? Problem is in case when you have Websphere Application Server and classloading policy PARENT_LAST. Then you got error for RPC servlet:
Servlet [...]: not a servlet class Solution is: - change classloader mode to PARENT_FIRST (which I don't like, other issues) - delete package from JAR (which I did it) Could be javax.servlet package move in stand alone JAR or some other solution? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---