My Environment : IBM WebSphere on Solaris?
I have configured IBM HTTP Server for SSL.
So if I say : https://<IP Address>
I am displayed the Server Certifcate.
Now as I am running servlets which will transfer encypted data, shouldnt also the Application Server be configured for SSL?
What is...
Hello,
I have installed Apache 1.3.20 on Windows and it works fine.
So when I say http://localhost, i get the Apache web page.
Now I would like to put in my own name instead of localhost.
say http://ajay.com.
Where should I define ajay as my server name? Please can some one guide me...
Hello there,
Environment : IBM WebSphere 3.5/Solaris
----------------------------------------
I am writing java classes which invokes servlets on a
Application Server and transfers data over HTTPS.
For this, I have configured IBM WebSphere WAS 4.0/NT.
I configured the Web Application Server...
Hello there,
Environment : IBM WebSphere 3.5/Solaris
----------------------------------------
I am writing java classes which invokes servlets on a
Application Server and transfers data over HTTPS.
For this, I have configured IBM WebSphere WAS 4.0/NT.
I configured the Web Application Server...
Hello,
Do we need to add the following lines to the security file
in Java on WAS 3.5/Solaris for SSL Support?
WAS 3.5 uses jdk 1.2.2
Path : WAS_HOME/java/jre/lib/security
Lines to add:
security.provider.2=com.ibm.crypto.provider.IBMJCE
security.provider.3=com.ibm.jsse.JSSEProvider
Please...
Env : websphere 3.5 on Solaris.
I have configured the IBM HTTPS Server for SSL support by creating a certificate via ikeyman.So now if i say
https://<IPADDRESS>, a certifcate is displayed.
Now I would also like to configure SSL for the Application Server as my application needs to transfer...
I am testing HTTPS on WAS 3.5 on Solaris.
I have created a Server Certifcate(a self signed certificate), but now am getting an error
java.io.IOException : unsupported keyword OID .2.5.4.17
Please does any one know what thisis as the same application with a different Server Certificate runs...
What is Registering of Servlets? How and where to do this
on IBM Webphere 3.5?
I have tested all my servlets on Tomcat and now am porting this on WEBSPHERE WAS 3.5.
Please guide me.
ajayluthria@hotmail.com
I need my HTML files to be displayed on start up of the
IBM HTTP WebServer.
When I invoke the Web Server,I shud get my HTML files displayed.
Please can any one tell me what shud I do for this?
ENV: IBM Websphere 3.5 on Solaris.
ajayluthria@hotmail.com
Hello,
The IBM HTTP Servr running and I am being displayed the
IBM HTTP Server menu
When I am click on Configure Server,I get no response.
It was working previously.
I havent altered the admin.cong file,the file shows Port 8008 for Administration Server.
Any ideas why its not being shown?
Do I...
Hello,
My Environment is : IBM WebSphere 3.5 on Solaris with Oracle 8i.
I have set up SSL on the IBM HTTP Server.So if I say now:
https:12.12.12.12:443, a personal certificate is displayed
Now,I would like to set up SSL for the Administration Server.
Q1) How to set up SSL for the Application...
I have set up SSL on IBM Http Server.
Now I would like to set up the Application Server for SSL support as my servlet is transferring important data.
Thats why I wud like to set up encrypted transmission of data.
Please can any one guide me on to this.?
I have configured the IBM HTTP Server...
Env : IBM Http Server (and Websphere WAS) on Solaris
DB : Oracle 8i
The IBM HTTP server is up and running.
In which directory are the html files? or from where are the HTML files being served?
Where is the index.html file which is being displayed when the HTTP Server is up...
Environment: IBM Websphere WAS ON Solaris.
Database : Oracle 8i
I am getting the flwg error in the trace file when i invoke the startupServer.sh attached below
Please can any one guide me on this.??
ajayluthria@hotmail.com
er.java:931) at...
I have installed Websphere version 3.5 on Solaris 8.
When I try to invoke the Application server by :
./startupServer.sh
I get the following message:
InstantDB - Version 3.13
Copyright (c) 1997-2000 Instant Computer Solutions Ltd.
[02.03.27 13:45:01:264 GMT+00:00] 1c90489 DrAdminServer A...
I am running WAS on Apache Tomcat for windows and Apache is configured for SSL.
If I say : https://localhost:8443
I get the Pop-up security certificate.
I have configured SSL for Websphere as per their documentation.
I have created a ServerKeyring.jks and ClientKeyring.jks and have copied...
How do I know whether that server outputstream is sending me a response or not?
I have opened the Client InputStream to recieve a response from a servlet,but how
can i be sure that i will receive a response from the servlet?
I cud be waiting for 15 seconds expecting a response but havent...
Hello,
Attached is my Java code
Objective :
1.Connect to a Server
2.Wait for a response from the server for 10 seconds
3.If response recvd within time frame,display response else return back with 'Connection TimedOut'
I have written the code with a person's guidance.
PLEASE CAN ANY ONE TELL...
Is there any variable in the URL method which can be set to a particular
value so that when we make a URL connection,the system tries to connect to the
URL for a specific number of seconds as set in this variable and if it doesnt
connect it returns back??
Can any one help me please? or am I...
Hi,
Can I view the response Headers sent by the Server back to the Client??
It is possible to check the client Headers with the following in your servlet code:
String contentType = request.getContent();
System.out.println(contentType);
How can I check the response headers of the server...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.