If running Tomcat alone works for you, go for it. Apache and the JK/JK2 connectors are optional and should only be used if required.
On a URL, "https" = 443. That's an Internet standard. If you use "https", you never have to put "443" on the URL. If you want to use Tomcat alone, change CoyoteConnector to listen to port 80 and port 443 instead of 8080 and 8443, then restart Tomcat. John > -----Original Message----- > From: Ravindra K. Bhat [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 23, 2003 4:12 PM > To: Ravindra K. Bhat > Cc: Tomcat Users List > Subject: URL > > > > Hi: > > I wanted the users to not see the port when they browse..ie > instead of the url being https://www.mydom.com:8443/**.* i > would rather > have them see https://www.mydom.com/**.* .... > > Also .. > > I have connected Apache 2.1 with TCAT 2.0.6 w/ ssl using > mod_jk..but my > pages loaded slowly (mostly servlets - I have no static pages except > login).. > so now I have ssl directly with Tomcat 2.0.6 the speed has increased > dramatically...is there any downside to running Tcat without Apache? > > Ravi > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>