Hi again,

I resolved the problem in my previous email but I am stuck on a new one. Whenever I am 
using SOAP requests in my web
application, I get the following exception:

javax.net.ssl.SSLException : untrusted server cert chain

Otherwise, it seems things are working like a charm. I appreciate any help...

Elias S. Mouchantaf
Corniche El-Nahr,
Beirut - Lebanon.
Tel. +961-1-613958/9
[EMAIL PROTECTED]
www.triloggroup.com



                                                                                       
                            
                    elmo@triloggr                                                      
                            
                    oup.com              To:     [EMAIL PROTECTED]        
                            
                                         cc:                                           
                            
                    03/20/2002           Subject:     Getting my Java application to 
run on Tomcat with SSL        
                    10:41 AM                                                           
                            
                    Please                                                             
                            
                    respond to                                                         
                            
                    "Tomcat Users                                                      
                            
                    List"                                                              
                            
                                                                                       
                            
                                                                                       
                            



Hi,

I am new with Tomcat. I have this web application which was working well on Tomcat 
when I called it with:
http://127.0.0.1:8080/mywebapp

I added the following line to the server.xml file in the tomcat conf directory to have 
the above run properly:
<Context path="/mywebapp" docBase="d:\mywebapp" debug="0" reloadable="true" >
</Context>

Recently, I configured Tomcat to work with SSL. When I try to access 
https://127.0.0.1:8443 I get the default Tomcat
page. Unfortunately when I enter: https://127.0.0.1:8443/mywebapp I get an error: 
"Cannot find /mywebapp".

Can someone tell me what extra settings I have to do in order to have my application 
run with SSL and Tomcat?

Thanks,

Elias S. Mouchantaf
Corniche El-Nahr,
Beirut - Lebanon.
Tel. +961-1-613958/9
[EMAIL PROTECTED]
www.triloggroup.com


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>






--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to