Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » The Development LifeCycle
The Development LifeCycle [message #1699875] Sun, 28 June 2015 09:30
Mihail Sidorov is currently offline Mihail SidorovFriend
Messages: 2
Registered: June 2015
Junior Member
Hello!

I am trying deploy a lifecycle on jetty 9 (jetty-9.2.10.v20150310) and want to use my extended AppLifeCycle class - app.jls.AppLifeCycle. My class belongs to AppLib.jar (in directory $(jetty.base)/lib).

In $(jetty.base)/etc/jetty-deploy.xml i have copied file from $(jetty.home)/etc/jetty-deploy.xml. Then i added records:

<!-- Add a customize step to the deployment lifecycle -->
<!-- uncomment and replace DebugBinding with your extended AppLifeCycle.Binding class -->
<Call name="insertLifeCycleNode">
<Arg>deployed</Arg>
<Arg>starting</Arg>
<Arg>customise</Arg>
</Call>
<Call name="addLifeCycleBinding">
<Arg>
<New class="app.jls.AppLifeCycle">
</New>
</Arg>
</Call>

By starting jetty throws an exception, that caused by java.lang.ClassNotFoundException: app.jls.AppLifeCycle and then jetty stop.

I am new in Jetty. Help me start my Lifecycle.
Many thanks in advance.

P.S. My application contains two parts: app.jls.AppLifeCycle (in directory $(jetty.base)/lib/AppLib.jar) and WebServerApp.war that is in directory $(jetty.base)/webapps.
The second part (WebServerApp.war) deploys fine.

[Updated on: Sun, 28 June 2015 09:31]

Report message to a moderator

Previous Topic:Content Assist for XHTML files causes eclipse to freeze
Next Topic:Publish Creates Jars With No Resources
Goto Forum:
  


Current Time: Fri Apr 26 04:43:13 GMT 2024

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

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

Back to the top