• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

How to change jetty binding port number in maven.

 
Ranch Hand
Posts: 229
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have created a webservice based on CXF2, spring 3.0.5 in a WAR file.
When I deploy the WAR file to JBoss AS7, it thrown the following exception:



here is the pom.xml file of the WAR file:



web.xml file:



beans.xml file:



I think it is either I miss the jetty listener configuration in JBOSS AS7 or incorrection/missing the jetty configuration in the pom.xml, web.xml or beans.xml file. But I could not find any workable answers .

Your suggestion is very appreciated.

Thanks
SW
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://community.jboss.org/thread/171591?tstart=0
 
sam White
Ranch Hand
Posts: 229
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What would be the correct setup in my xml files ?

I need to deploy it to JBOSS AS7.

I couldn't found any example that I can follow with.

Thanks
Sam
 
reply
    Bookmark Topic Watch Topic
  • New Topic