Tagged Questions
1
vote
2answers
1k views
difference between Stop, Immediate Stop and Terminate in WAS6.1
What is the difference between "Stop", "Immediate Stop" and "Terminate" in case of a Websphere Application Server instance.
Specifically in the context of in-flight requests and in-flight transactions ...
0
votes
2answers
201 views
WAS 6.1 - Deploying Multiple WARs in one EAR
So from what I read this should be pretty simple to execute.. I've followed a similar setup as seen here in creating my application.xml file.
<application>
...
0
votes
1answer
238 views
JSF 2.0 on a J2EE 1.4 compliant Application server
Can I use a JSF 2.0 implemntation on a J2ee 1.4 server ( jboss 4.0.5 / 5.0 , Weblogic 9, WebSphere 6.1 )?
Are there any (free) implementation that runs well on all platforms?
0
votes
3answers
271 views
ClassDefNotFoundException even though the class is loaded by the classloaders (Multiple Apllications are installed on the Server)
I have two Applications Installed on Websphere Server v.6.
1. SGOApplication
2. ReportingWeb
SGOApplication has a shared library mapped on Application Level i.e.
SGOAPPSHLIB
This library is having ...
0
votes
2answers
265 views
How to configure RAD7.5 to use some predefined filters
I am using RAD7.5 for the project development. My web.xml file looks like this:
<context-param>
<param-name>config.file</param-name>
...
0
votes
1answer
4k views
WebSphere web.xml / bindings issue
I just recently started having issues while deploying EARS within websphere. The error I get after I install the apps is provided below.
------Start of DE processing------ = [7/18/10 10:51:19:309 ...
0
votes
1answer
354 views
In a distributed environment, how can I configure log4j to log to different files for each JVM instance in the same host?
My application runs on IBM WebSphere 6.1 Network Deployment. The application have several JSP files and Java classes. Today each host have only one JVM instance but my intention is to start another ...