Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » What we should to do to run an application?
What we should to do to run an application? [message #170421] Thu, 01 June 2006 22:10
Eclipse UserFriend
Originally posted by: frankpeng.netscape.net

Hi, Every body!

I have a web application runnig at www.ddint.org. I want to do some
modification so I want to load it into Eclipse.

I created 2 projects. Added all libraries and src into its directory. I
added the first project included to the second project. I imported the
srcweb into the second project's WebContent.

Now everything is OK except 100 warning.

I did not do anything about the listeners. I do not know how to do with
it. I think since the code and JSP files are all compiled there should not
have problems. Now I right-click on the second project and choose run on
Server,..

I have set up runtime and server runtimes, it worked with other project.
It should not have problems. Some one please help me with listeners.

I got the following message:
...
Jun 1, 2006 5:21:07 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Exception sending context initialized event to listener instance
of class com.mvnforum.MVNForumContextListener
java.lang.NoClassDefFoundError: net/myvietnam/mvncore/util/FileUtil
at
com.mvnforum.MVNForumContextListener.contextInitialized(MVNF orumContextListener.java:81)
at
org.apache.catalina.core.StandardContext.listenerStart(Stand ardContext.java:3729)
at
org.apache.catalina.core.StandardContext.start(StandardConte xt.java:4187)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1013)
at org.apache.catalina.core.StandardHost.start(StandardHost.jav a:718)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1013)
at org.apache.catalina.core.StandardEngine.start(StandardEngine .java:442)
at
org.apache.catalina.core.StandardService.start(StandardServi ce.java:450)
at org.apache.catalina.core.StandardServer.start(StandardServer .java:709)
at org.apache.catalina.startup.Catalina.start(Catalina.java:551 )
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:2 94)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:43 2)
Jun 1, 2006 5:21:07 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Jun 1, 2006 5:21:07 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/mvnforum] startup failed due to previous errors
Jun 1, 2006 5:21:08 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-80
Jun 1, 2006 5:21:08 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-443
Jun 1, 2006 5:21:08 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jun 1, 2006 5:21:08 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/109 config=null
Jun 1, 2006 5:21:08 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jun 1, 2006 5:21:08 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1078 ms
Previous Topic:Tomcat debugging
Next Topic:how to unzip wtp-sdk-S-1.5RC4-200605310507.zip
Goto Forum:
  


Current Time: Tue Apr 16 23:49:53 GMT 2024

Powered by FUDForum. Page generated in 2.47755 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top