Hello,
Concerning my problem of using the sslext I would like to mention the I get
the following exception - I should have mentioned it into my first e-mail
but I didn't know which app was causing it -

EXCEPTION

SEVERE: Parsing error processing resource path
java.net.ConnectException: Connection timed out: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:295)
        at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:161)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:148)
        at java.net.Socket.connect(Socket.java:425)
        at java.net.Socket.connect(Socket.java:375)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:366)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:582)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:292)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:253)
        at sun.net.www.http.HttpClient.New(HttpClient.java:321)
        at sun.net.www.http.HttpClient.New(HttpClient.java:306)
        at sun.net.www.http.HttpClient.New(HttpClient.java:301)
        at
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.j
ava:463)
        at
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:4
54)
        at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection
.java:556)
        at java.net.URL.openStream(URL.java:955)
        at
org.apache.xerces.readers.DefaultReaderFactory.createReader(DefaultReaderFac
tory.java:149)


............................................................................
............................................................................
.......

            at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
Starting service Tomcat-Apache
Apache Tomcat/4.0.6

Any clue what am I  missing? As said before, all the jars are in the lib dir
and tomcat is SSL enabled.

Thank you,
Konstantina









----- Original Message -----
From: "Jamesey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 17, 2003 3:16 PM
Subject: Re: Another sslext-struts question


> have you done the RSA certification bit??
>
>
>
> "Konstantina Stamopoulou" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> Hello all,
>
> I'm trying to install the sslext-struts to toggle between https and http
> requests. I have downloaded the sslext-struts-1.1RC1 and I have copied the
> /web directory-which contains the demo app-  into my webapps. I have
enabled
> the SSL in Tomcat, copied the jnet.jar,jcert.jar,jsse.jar into
> /web/WEB-INF/lib dir,  and I try to run the /web app of sslext. When I
give
> the request http://localhost:8080/web -or https://localhost:8443/web- and
I
> get the following error in my browser:
>
> HTTP Status 503
>
> Servlet action is currently unavailable
>
> The requested service (Servlet action is currently unavailable) is not
> currently available.
>
> In  Tomcat console i don't get any detailed exception. What am I doing
> wrong? Any help would be appriciated!!! - I have already searched the
> archive and I couldn't find any answer. -
>
> Also I would like to ask a more general question regarding SSL. Suppose
> someone has configured SSL on Apache server. When a http request for
struts
> app is given to the server, this request is transformed into https and
then
> send to tomcat? Or we should always use https?
>
> Thank you,
>
> Konstantina
>
>
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to