Hello all,

I just started migrating my GWT 1.5 application to GWT 1.6.4 and I ran
into the following problem. When I run the application in hosted mode,
the server crashes:

javax.naming.NoInitialContextException: Need to specify class name in
environment or system property, or as an applet parameter, or in an
application resource file:  java.naming.factory.initial
        at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
        at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
        at javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
        at javax.naming.InitialContext.lookup(Unknown Source)
        ...

Reading this forum, there seems to be 2 solutions.

1. Either configure my own server.

2. Use the solution in: 
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/3f5369b0aea1a265

If I configure my own server, will I still be able to debug my
project. And how can I ensure that my project is automatically
deployed to my server (on the same machine).

Cheers
Tom
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to