Use this tag for questions related to version 6.1 of IBM's WebSphere Application Server.
Questions tagged [websphere-6.1]
288 questions
0
votes
1 answer
What does the ByteCode mean from javacore file?
Normally, when walking through the javacore file, we can see code stack as below:
at com/csii/pe/channel/http/servlet/MainServlet.doGet(Bytecode PC:78(Compiled Code))
at javax/servlet/http/HttpServlet.service(HttpServlet.java:743(Compiled Code))
at…

wing2ofsky
- 926
- 4
- 27
- 48
0
votes
1 answer
Confused with the Websphere coredump file in Linux
sometimes i can see core dump file of Websphere process generated in my Linux system. I think it as full core file. However, when i check with ulimit -a, that would return with core file size 0 as one of them.
From my understanding, that core…

wing2ofsky
- 926
- 4
- 27
- 48
0
votes
1 answer
Websphere App Server administration
How can I see all my webserver process running in Websphere application server administration?
0
votes
3 answers
Is it possible to run automatically a Java application on WebSphere Application Server?
I'm developing a Java application that is running on WebSphere Application Server 6.1. By now, I've installed a .war file in the server and I'm calling the methods from a jsp file and they're working fine. The questions is: is there any way to…

brokermq
- 97
- 1
- 4
- 15
0
votes
1 answer
Accessing websphere 8 admin console remotely
I am working on test env setup of WAS 8 on linux machine. can some one tell me how we will be able to access the admin console remotely after the installation? or rather what needs to be done so that we can access the admin console remotely?
Also it…

user1374266
- 323
- 1
- 4
- 19
0
votes
1 answer
Concerns on the webpshere session memory to memory replication
i've got a WAS environment whose topology looks like as below:(one typo here, that 'IH' should have been 'IHS')
The request from end-user goes through IHS and arrives in WAS1, then that application from WAS1 would call application service from its…

wing2ofsky
- 926
- 4
- 27
- 48
0
votes
1 answer
Monitoring Tools in WebSphere Application Server v6.1
How to enable PMI (Performance Monitoring Infrastructure) Data Collection and what is the use of "PMI" in WebSphere Application Server?
What is a "Core Group" WebSphere Application Server?
What is the difference between JSESSION ID and CLONE ID in…

Bhasker Narayana
- 1
- 1
- 1
0
votes
3 answers
Web Sphere Application Server Logs
What are the different "log files" available in Web Sphere Application Server?
What is the use of "trace.log" file?
What are the different "log levels" available in Web Sphere Application Server?
Where can I find "process ID" in Web Sphere…

Bhasker Narayana
- 1
- 1
- 1
0
votes
1 answer
Web Sphere Application Server v7.0
What are the different "wsadmin objects" are there in WebSphereApplicationServer, and what is the use of them?

Bhasker Narayana
- 1
- 1
- 1
0
votes
2 answers
Webmodule project not working
We have IBM RAD 7 with websphere 1.6 version,when creating webmodule project ,it is taking only java 5 and @override annotation methods not working .Please provide hints.
Thanks,
Chaitu

user914357
- 15
- 1
- 5
0
votes
2 answers
No understanding with the database connection from WAS connection pool through JNDI
i'm developing a little java client program to retrieve database connection from WAS connection pool through JNDI lookup. But this java client locates outside WAS scope. The code details as below:
import java.util.*;
import javax.naming.*;
import…

wing2ofsky
- 926
- 4
- 27
- 48
0
votes
1 answer
which jar file do i need for class com.ibm.websphere.rsadapter.DB2UniversalDataStoreHelper?
i've got ClassNotFound exception for com.ibm.websphere.rsadapter.DB2UniversalDataStoreHelper when running my java application . Does anybody know where i can get this class, which jar file?
Thanks in advance

wing2ofsky
- 926
- 4
- 27
- 48
0
votes
1 answer
Accept any URL in context root Websphere 6.1
I am currently trying to devlop a single sign-on feature for my company. We have a bunch of applications that each reside within their own application server and/or EAR. We even are going across platforms as not all of the web applications use…

Renegade91127
- 123
- 5
0
votes
1 answer
Can message driven bean pickup message from mainframe queue?
In our Java EE application, we were using middleware queues. From that queue, we will pick up a message and we will do processing.
Now, our client is going to put a message in a mainframe queue. Is it possible to pick up the message from that…

Manoj
- 5,707
- 19
- 56
- 86
0
votes
1 answer
DeploymentDescriptorLoadException in websphere 6
Hi the error Looks like this when I am deplying in ear in websphere 6 , I checked my web.xml It looks fine to me. please help
com.ibm.etools.j2ee.commonarchivecore.exception.DeploymentDescriptorLoadException: IWAE0022E Exception occurred loading…

user1600838
- 1
- 1
- 1