Version 7.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-7]
811 questions
4
votes
1 answer
WebSphere Application Server JVM arguments not being read properly
We are using WebSphere 7- Application server for deploying project and this application server is given simple JVM arguments like this,
–Dsecurityresource=/web/sharedLibraries/security_config.xml -DConfig=/web/properties/Config.ini
But when tried…

naamadheya
- 1,902
- 5
- 21
- 28
4
votes
1 answer
WebSphere 7 log level configuration at runtime
Is it possible to configure logging level at runtime on WebSphere 7 Application Server through the «Logging and tracing» menu?
I use slf4j-log4j12 and jcl-over-slf4j.
For ex. I have following log4j.xml

Artsiom Miklushou
- 754
- 9
- 23
4
votes
3 answers
War context root change is not reflected in WebSphere made through Maven and deployed using MyEclipse
I am using WebSphere 7 and trying to deploy war from MyEclipse (Server > WebSphere 7 > right click > Add Deployment).
I am using below maven war plug-in:
com.xxx.my.app
my-app
…

Narendra Verma
- 2,372
- 6
- 34
- 61
4
votes
5 answers
Incompatible neethi.jar with WAS 7
I am deploying one application Apache CXF-2.7.5 with neethi-3.0.2 in
websphere 7. I am getting below error. My Application is spring driven.
When I degraded Apache CXF to apache CXF-2.3.5. Application successfully
deployed.
The same is working…

Bhuvan
- 2,209
- 11
- 33
- 46
4
votes
1 answer
EJB @Stateless and @WebService on Websphere 7
I am looking all over the place to try and figure out how to turn a stateless session bean into a JAX-WS webservice (I am using WAS 7, Websphere Integration Developer, EJB 3). Not Jax-RPC. I am officially sick and tired of messing around with the…

SoftwareSavant
- 9,467
- 27
- 121
- 195
4
votes
3 answers
Is there a way to use WebSockets on IBM WebSphere Application Server?
I am migrating a web application based on Apache Tomcat 7.0.35 using the WebSocket Servlets to IBM WebSphere Application Server (WAS). The problem is that I don't think WAS supports WebSockets.

Gorayni
- 606
- 2
- 8
- 26
4
votes
3 answers
javax.servlet.UnavailableException after an upgrade to WAS 7
I have migrated my application from WAS 6 to WAS 7. The code is not showing any compilation error or missing anything, but when I am trying to run the application, I get following exception.
[9/19/12 9:45:37:609 EDT] 00000009 extension W…

Mike
- 1,889
- 5
- 26
- 32
4
votes
1 answer
Enabling role based security in Websphere7
My web application(created using struts2 ,Contains 2 page
1)Raise Request
2)Approve Request
) deployed in websphere 7.I need to enable role based security for this application. I have two Roles
1)user(who can raise a request)
2)Approver
both…

Mohan
- 3,893
- 9
- 33
- 42
4
votes
3 answers
PERSISTENT message have much slower performance than NON_PERSISTENT message
I found that PERSISTENT message have much slower performance than NON_PERSISTENT message.
I sent and received non_persistent messages and the performance is as follows.
Method Number of Msg Elapsed Time
Sending - 500 messages -…

Lwin Htoo Ko
- 2,326
- 4
- 26
- 38
4
votes
2 answers
Hibernate as JPA 2.0 Provider on WebSphere 7
We are trying to use Hibernate as JPA Provider on WebSphere Application Server 7.0. But We are getting following exception.
javax.ejb.EJBException: Injection failure; nested exception is:
java.lang.IllegalStateException: EntityManagerFactory has…

Seshagiri
- 728
- 5
- 10
4
votes
0 answers
Allow CrossContext in WebSphere
I need to dispatch a request from one application to another by using sc.getRequestDispatcher("/Forward2.jsp"); and this won't work if the web-server isn't properly configured. I found that in Tomcat we can configure it using crossContext="true".…

WelcomeTo
- 19,843
- 53
- 170
- 286
3
votes
1 answer
Where can I find the relevant .jar file for com.ibm.websphere.asynchbeans.Work?
I'm unable to import the package named above even with my IDE (Eclipse) configured to use Websphere 7 JVM.
Did the package change? Any ideas pls?
Thanks.

stack
- 115
- 2
- 6
- 19
3
votes
2 answers
beanWrapperImpl issues only with websphere
Different between our WAS in dev and our local was
Our application is using Spring-Security with Spring version 3.1.0-release.
It starts in a JSP file, we are trying to show the connected username:
On WAS in DEV, we have a…

Benoit
- 503
- 4
- 14
3
votes
3 answers
How to recover admin password in websphere portal v7?
I have forgotten the password to enter the websphere portal as admin.How to recover the password?..PLease help in this

nirmal90
- 179
- 1
- 5
- 15
3
votes
1 answer
Publishsing jax-ws webservice on multiple url's
How can I customize jax-ws webservice to be available on more than one url. I have a webserice named commonService. By default it is hosted at www.examples.com/commonservice?wsdl
I need to host it in multiple paths as…

kiran.kumar M
- 811
- 8
- 25