Re: How to make tomcat work on a remote server?

2005-06-20 Thread Aleksandar Valchev
On Monday 20 June 2005 10:00, Anand Vijay wrote: > Hi > > Check hosts file for access. Or check for firewall that blocks traffic on port 8080 if hosts file is correct. > > regards > Vijay > > sai krishna said the following on 20/06/2005 12:24 PM: > >Hello, > > Im a newbie to tomcat. > > I was tryi

Re: Embedded Tomcat & SSL

2005-05-31 Thread Aleksandar Valchev
embedded.addConnector( httpConnector ); > > embedded.start(); > > > > /// >/// > > > Any ideas what I am doing wrong (I forgot to mention that I am us

Re: Embedded Tomcat & SSL

2005-05-31 Thread Aleksandar Valchev
You have to tell tomcat where to find keystore file: IntrospectionUtils.setProperty(connector, "sslProtocol", "TLS"); IntrospectionUtils.setProperty(connector, "keypass", "keystore-password"); IntrospectionUtils.setProperty(connector, "keystore", "path-to-keystore"); Hope this helps Aleksandar -

Problem with Tomcat 5.5.9

2005-05-25 Thread Aleksandar Valchev
Hi, please advise possible reason for: We have a java web application running under Tomcat 5.0.19 without problems. After upgrade to Tomcat 5.5.9 we encountered the following: When requesting "http://localhost:8080/test/";(where "test" is our webapp context) an empty page with the follo