Hi,
I am working on Websphere 6.0 ND server and I would like to provide secure access to Admin Console by enabling security. I tried enabling Global security and entering user credentials for Loca...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/IBM_Webs...
Hi,
I have WAS 3.0.2 as app_server and IBM HTTP Sever.
my applet need to connect a servlet with a secure connection and I get the
next Exception:-
javax.net.ssl.SSLException: Unrecognized SSL h...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20117319.html
Zones:
Java,
J2EEDate Answered: 05/14/2001 Grade: A Views: 0
Hi Experts,
I am installing WebSphere Application Server V5.0.2 in HP UX v11x
I am getting the following message.
Serching Java Virtual Machine...........
Exception in thread main : java.la...
http://www.experts-exchange.com/OS/Unix/Q_21879170.html
JVMDG217: Dump Handler is Processing OutOfMemory - Please Wait.
JVMDG315: JVM Requesting Heap dump file
JVMDG318: Heap dump file written to C:\Documents and Settings\ab33973\IBM\rationalsdp6.0\wo...
http://www.experts-exchange.com/Programming/Languages/Java/New_to_Java/Q_23624129.html
Hi,
I developed my web service in RAD and afgter checking the code in source control, I imported the project into WSAD (client has WSAD). The imported project in WSAD is showing "Unbound classpath...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/IBM_Webs...
I am creating threads like this:
for(int j = 0; j < numberOfThreads; j++){
thread[j] = new Thread(new Class1());
thread[j].start();
}
and Class1 implements Runnable interface...
http://www.experts-exchange.com/Programming/Languages/Java/Q_23574811.html
Zones:
Java,
I...Date Answered: 07/18/2008 Grade: A Views: 0
Hi,
I am using JNDI and WebSphere to get query details. We have set the Connection Pooling Timeout in JNDI DataSource settings in WebSphere to 60 minutes.
I have attached the Exception Stack Trac...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/IBM_Webs...
My Web Application is giving an error in SysErr.log file
java.lang.NoClassDefFoundError: org/jdom/output/Format
But, I already have
"jaxen-core.jar" "jaxen-jdom.jar" "jdom.jar" "saxpath.jar" "...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/IBM_Webs...
The code below works well for putting messages into MQ. The load balancing works perfect. I tried to obtain the report but no report is generated. How do I solve the problem?. Did I miss something?...
http://www.experts-exchange.com/Programming/Languages/Java/Q_23846681.html
Zones:
Java,
I...Date Answered: 10/30/2008 Grade: A Views: 10
In order to pass a STRUCT or ARRAY as an input paramter to an Oracle Stored Procedure,
I need to obtain a native JDBC connection.
I have been reading the "Using Spring and Hibernate with Websph...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/IBM_Webs...