A war file created for weblogic server. Is that same war file work in WebSphere? - deployment

A war file created from weblogic server. Is that same war file work in websphere Server

Maybe. Depends on if any weblogic-specific features were used, or if you stuck to the servlet spec.

Related

how to DEPLOY a RAD generated WEBSERIVCE project EAR on WEBSPHERE

I have generated a webservice project using RAD/Eclipse and I want to generate a ear file of it and deploy it to WebShere.
After deploying the ear file in WebShere, the application server does not recognize it as a web service and the WSDL is not coming up.
Looks like the web service is not recognized...! Try verifying your ear
Uninstall the previously deployed and clean up your temp folders and do the re-install

Can a sub-web.xml be deployed in jboss application?

I am converting a glassfish web application (.war) to be able to deploy it on a jboss (wildfly) server.
The original glassfish .war contains a sun-web.xml file. I am simply wondering if I'm required to convert the sun-web.xml file before it can be added to the equivalently converted jboss war.
Stated another way, is the sun-web.xml file compatible with only glassfish servers, or it is also applicable/compatible with jboss?
Thank-you kindly

How to port application glassfish to tomcat?

I have rest services using net beans and glass fish application server. How can i deploy same war file on tomcat web server.
I have tried to deploy same war on tomcat but it is giving 404
This is the procedure.
Copy the war file
Go to the folder named Tomcat (Path to your tomcat installation)
Then select webapps folder
Paste the war file into the webapps folder
Now open a web browser and type
http://localhost/YOUR_WAR_FILE_NAME
NOTE : I assume that you run tomcat on the default port which is 8080 plus your tomcat server is up and running.
Problem can be in web app descriptor. In Glassfish it is glassfish-web.xml but in Tomcat it is web.xml.
You should remove first and add second.

Autopatch with EAR applicaton on jboss

Has anyone deployed autopatch (the database upgrade tool) in an ear application (on jboss server). Autopatch supports war kind of applications out of the box but for ear kind of applications it would need some extensions.
Moreover I am unable to provide the .sql files inside the ejb jar inside the ear as the location to look for patches to autopatch. Jboss 5 uses VFS and hence there is no reliable way to know the full URL to the jars.
Thanks in advance.

deploying a web service war file to websphere

I am trying to deploy a web service war file to websphere.
I have tested the web service in Eclipse using Tomcat and it worked. However, once I deploy the war file to Websphere, the service (as outputted in tomcat) does not display. In deploying to websphere, i checked the DEPLOY WEB SERVICES under the SELECT INSTALLATION OPTIONS.
When I created the war file from Eclipse, I right clicked the application and clicked export file, selected war file and there it went.
Was there something I missed in creating the war file? Or, in the deployment?
thanks.
Maybe too late?...See this case for a reasonable explanation.