Please ignore my previous message. Thank you
On Jun 6, 9:56 am, erebrus <[email protected]> wrote: > Hi all, > I'm upgrading a project I have in 1.5. I checked it out from SVN into > a newly created project with the eclipse plugin and proceeded to > change: > module file > web.xml > main html file > moving the contents of public to war. > > However, when I try to run into hosted mode, it can't somehow find the > html and before it gives me warning that my entry point class isn't a > java.servlet.Servlet. Not only the class hasn't been changed (and is > therefore a entry point class), but eclipse itself identifies it as an > entry point class in the running configurations. Can anybody provide > any hints on whats happening? > > Thanks > > Following are the stacks for the two warnings I get and the error > > [WARN] failed Browser > javax.servlet.UnavailableException: Servlet class > ch.solenix.mdr.client.Browser is not a javax.servlet.Servlet > at org.mortbay.jetty.servlet.ServletHolder.checkServletType > (ServletHolder.java:377) > at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java: > 234) > at org.mortbay.component.AbstractLifeCycle.start > (AbstractLifeCycle.java:39) > at org.mortbay.jetty.servlet.ServletHandler.initialize > (ServletHandler.java:616) > at org.mortbay.jetty.servlet.Context.startContext(Context.java:140) > at org.mortbay.jetty.webapp.WebAppContext.startContext > (WebAppContext.java:1220) > at org.mortbay.jetty.handler.ContextHandler.doStart > (ContextHandler.java:513) > at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java: > 448) > at com.google.gwt.dev.shell.jetty.JettyLauncher > $WebAppContextWithReload.doStart(JettyLauncher.java:414) > at org.mortbay.component.AbstractLifeCycle.start > (AbstractLifeCycle.java:39) > at org.mortbay.jetty.handler.HandlerWrapper.doStart > (HandlerWrapper.java:130) > at org.mortbay.jetty.handler.RequestLogHandler.doStart > (RequestLogHandler.java:115) > at org.mortbay.component.AbstractLifeCycle.start > (AbstractLifeCycle.java:39) > at org.mortbay.jetty.handler.HandlerWrapper.doStart > (HandlerWrapper.java:130) > at org.mortbay.jetty.Server.doStart(Server.java:222) > at org.mortbay.component.AbstractLifeCycle.start > (AbstractLifeCycle.java:39) > at com.google.gwt.dev.shell.jetty.JettyLauncher.start > (JettyLauncher.java:478) > at com.google.gwt.dev.HostedMode.doStartUpServer(HostedMode.java:365) > at com.google.gwt.dev.HostedModeBase.startUp(HostedModeBase.java:590) > at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:397) > at com.google.gwt.dev.HostedMode.main(HostedMode.java:232) > > [WARN] Failed startup of context > com.google.gwt.dev.shell.jetty.JettyLauncher > $webappcontextwithrel...@dd851d{/,/home/erebrus/workspace/FACTAdmin/ > FACTAdmin/war} > javax.servlet.UnavailableException: Servlet class > ch.solenix.mdr.client.Browser is not a javax.servlet.Servlet > at org.mortbay.jetty.servlet.ServletHolder.checkServletType > (ServletHolder.java:377) > at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java: > 234) > at org.mortbay.component.AbstractLifeCycle.start > (AbstractLifeCycle.java:39) > at org.mortbay.jetty.servlet.ServletHandler.initialize > (ServletHandler.java:616) > at org.mortbay.jetty.servlet.Context.startContext(Context.java:140) > at org.mortbay.jetty.webapp.WebAppContext.startContext > (WebAppContext.java:1220) > at org.mortbay.jetty.handler.ContextHandler.doStart > (ContextHandler.java:513) > at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java: > 448) > at com.google.gwt.dev.shell.jetty.JettyLauncher > $WebAppContextWithReload.doStart(JettyLauncher.java:414) > at org.mortbay.component.AbstractLifeCycle.start > (AbstractLifeCycle.java:39) > at org.mortbay.jetty.handler.HandlerWrapper.doStart > (HandlerWrapper.java:130) > at org.mortbay.jetty.handler.RequestLogHandler.doStart > (RequestLogHandler.java:115) > at org.mortbay.component.AbstractLifeCycle.start > (AbstractLifeCycle.java:39) > at org.mortbay.jetty.handler.HandlerWrapper.doStart > (HandlerWrapper.java:130) > at org.mortbay.jetty.Server.doStart(Server.java:222) > at org.mortbay.component.AbstractLifeCycle.start > (AbstractLifeCycle.java:39) > at com.google.gwt.dev.shell.jetty.JettyLauncher.start > (JettyLauncher.java:478) > at com.google.gwt.dev.HostedMode.doStartUpServer(HostedMode.java:365) > at com.google.gwt.dev.HostedModeBase.startUp(HostedModeBase.java:590) > at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:397) > at com.google.gwt.dev.HostedMode.main(HostedMode.java:232) > > [ERROR] 503 - GET /Browser.html (127.0.0.1) 1319 bytes --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
