Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. luthriaajay

    Whats the differnce in SSL for Web Server v/s Application Server?

    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...
  2. luthriaajay

    Where do I define my own Host Name instead of localhost?

    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...
  3. luthriaajay

    Web Server v/s Web Application Server - SSL configuration

    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...
  4. luthriaajay

    Web Server v/s Web Application Server - SSL configuration

    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...
  5. luthriaajay

    Do we need to change the security file in WAS 3.5/Solaris for SSL?

    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...
  6. luthriaajay

    SSL configuration for WAS 3.5? Does any one know?

    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...
  7. luthriaajay

    unsupported keyword OID .2.5.4.17..PLEASE HELP

    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...
  8. luthriaajay

    Registering of Servlets in WAS 3.5 On Solaris.

    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
  9. luthriaajay

    HTML file dispalyed on startup of IBM HTTP Server

    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
  10. luthriaajay

    Unable to invoke the Configure Server [ie ADMIN PORT]

    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...
  11. luthriaajay

    How to setup SSL for the IBM Web Application Server 3,5

    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...
  12. luthriaajay

    SSL on Webpshere 3.5! How to do this.?

    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...
  13. luthriaajay

    Serving HTML files on IBM HTTP SERVER.Where is it?

    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...
  14. luthriaajay

    WebSphere 3.5 Error on starting startupServer.sh.

    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...
  15. luthriaajay

    Problem starting Application Server 3.5

    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...
  16. luthriaajay

    SSL configured for Websphere 3.5!!! Please answer

    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...
  17. luthriaajay

    How can I be sure that the server is sending me a response?

    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...
  18. luthriaajay

    TIMER Settings on Client using Threads..Please Help

    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...
  19. luthriaajay

    URL Timer? Is it Possible?

    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...
  20. luthriaajay

    Viewing Response Headers from the Server!! Help Reqd

    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...

Part and Inventory Search

Back
Top