WAR « websphere « Java Enterprise Q&A





1. Error when deploying WAR to WebSphere Portal environment    stackoverflow.com

I'm trying to deploy an out-of-the-box portlet to my WebSphere Portal 6.0 environment. I have made minor HTML changes one of the JSPs and any subsequent deployment results in the ...

2. Deployment failed while installing a new war file in IBM WebSphere Application Server Community edition    stackoverflow.com

I am getting the below error while installing the war file mentioned here. http://www.ibm.com/developerworks/websphere/library/techarticles/0809%5Fvamsi/0809%5Fvamsi.html Deployment Failed Unable to create configuration for deployment org.apache.geronimo.common.DeploymentException: Unable to create configuration for deployment at org.apache.geronimo.deployment.DeploymentContext.createTempConfiguration(DeploymentContext.java:149) at org.apache.geronimo.deployment.DeploymentContext.(DeploymentContext.java:129) ...

3. Is there a better way to deploy a war in Websphere?    stackoverflow.com

Currently I am using Websphere Admin console to update a war. I do the following three steps

  1. stop the application
  2. update
  3. start the application
As a part of the second step I am using the ...

4. Deploying .war file in Websphere application server 6.1?    stackoverflow.com

When i was trying to install new application in WAS 6.1, I have given the .war file i've created for SampleApplication. The SampleApplication.war is successfully running in Tomcat server, but when ...

5. How to migrate WebSphere app with no WAR/EAR file    stackoverflow.com

I am to migrate a Websphere machine (including the applications which run on it) to a new machine. They wanted a clean install of the OS and WebSphere, so I ...

6. Unable to deploy WAR file to Websphere using IBM Rational Application Developer    stackoverflow.com

I am using the IBM RAD IDE and building a dynamic web project. When I build the project and attempt to add it to the server by selecting 'add or ...

7. How to make IPC(Complex) in WebSphere Portal using two different war files?    stackoverflow.com

Hi i tried to develop an application using IPC in WebSpherePortal using two different war files.Am trying to transfer one bean object,for that i have placed one jar file in ../WebSpherePortal/PortalServer/shared/app. ...

8. WebSphere Portal: Update/Delete a War    stackoverflow.com

I need to update a portlet on the WebSphere Portal 6.0. I have tried to use xmlaccess.bat. Here is my DeployPortlet.xml:

<?xml version="1.0" encoding="UTF-8"?>
<request
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="PortalConfig_1.4.xsd"
type="update"
create-oids="true">

<portal action="locate">

    <!-- The uid must ...

9. Deploying a WAR multiple times in Websphere with different properties?    stackoverflow.com

We have an Axis2 application which we run inside websphere application server. The application is packaged as a WAR file. We need to run two copies of the same WAR within ...





10. How to launch a WAR by restricting the environement to JDK 1.5 with Websphere 7?    stackoverflow.com

I would like to know if it is possible to launch a war which have to run with the JDK 1.5 (not compliant with JDK 1.6) under Webpshere 7.

11. PDF's, Videos, Jpgs that are not a part of the war file on the server    stackoverflow.com

I am developing a STRUTS 2 based web app. I have a large number of pdf's, videos, that cannot be a part of the war file but have to be on ...

12. Included jars in wars take up a lot of space    stackoverflow.com

we have a lot of projects for a lot of war files. Many of these projects have dependencies on tomahawk and jsf-ibm (they are Websphere wars) and thus have their respective ...

13. Error on Websphere 6.1 while deploying WAR with XFire    coderanch.com

Hi: I'm deploying a application in Websphere 6.1, the application uses XFire to create connections to endpoints. Those endpoints have certificates that I previously imported on browsers. My application has to verify connections to DB, and the Webservice, and has a listener that runs a TimerTask each minute. I tested my application on Eclipse running it with Tomcat 6.0 and works ...

14. How to open Websphere WAR file in NetBeans 6.0    forums.oracle.com

Hi all, I have a system that I developed at Websphere RAD 6.0. now I want to open it at NetBeans 6.0, so I can try (Mobile Web Application Client) to use the methods of the system. is this possible? is there a way or plugin to import or open the Websphere WAR file in NetBeans IDE? thank you in advance. ...

15. anyone knows how to deploy a war jsc project in websphere 6.1???    forums.oracle.com

Guys, i really need help, i created a project using jsc ide, but we have problems dropDowns and tables that use dataproviders, cachedRowSet, etc, but with other programs that use the sqlStatement traditional, we dont get problems. With websphere we get this error with programs with cachedRowset Error 500: javax.servlet.ServletException: java.sql.SQLException: Internal Error in RowSetReader: no connection or command Any advice??, ...