0
votes

I'm generating with maven an EAR with a WAR module, the installation it's without problem on Server Websphere 8.5, but the application doesn't deploy it in uri (localhost:9080/ContextRoot ) The server websphere show the next message:

Error 404: SRVE0190E: File not found: {0}

Which file searching websphere?

The structure of EAR is:

--EAR 
  ---Meta-inf
  ---War.war
     ---Web-inf
        ---classes
        ---lib
        ---web.xml

     ---meta-inf
        ---manifest.mf
2
This may be helpful packtpub.com/books/content/…erhun
How is your service defined? Is your web.xml a version 3.0 ? and application.xml version 6, if you have it?Gas

2 Answers

0
votes

if webshere show that application as up and running you can go to admin console and click on the application

check if you see any service provider under Web Services Properties, if you do not see than there is some issue withe packaging/startup.

and also if it is a ear please confirm the context root you have specified in you POM while packing.

0
votes

If your application is deployed successfully, you can verify context root via console in:
Enterprise Applications > applicationName > Context Root For Web Modules

then you can check, if you may access wsdl via:

http://host:port/context/serviceName?wsdl