welcome page exposes contents of directory

2004-03-22 Thread Forte, Graham
When I add the following to my web.xml file the page is not displayed, but rather the TC directory listing page which displays the contents of my webapp(all pages and directories). Why does it do this? welcome-file-list welcome-filehttps://www.myDomain.com/index.jsp/welcome-file

RE: hello

2004-03-19 Thread Forte, Graham
Could it be? Could it be the Netsky? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 3:44 AM To: [EMAIL PROTECTED] Subject: hello what does it mean? - To unsubscribe,

RE: web.xml Welcome -file and for SSL

2004-03-18 Thread Forte, Graham
where to set the redirection. or should I hard code this settings in my .jsp file itself? Thank you, Best Regards, Uma Forte, Graham [EMAIL

web.xml Welcome -file and for SSL

2004-03-16 Thread Forte, Graham
Hello, I am wondering if it is possible to specify a Welcome-file for an https request. If I am using port 443 how can I configure Tomcat 4.1 so that when the user types in https://myIPAddress or https://myDomainName they will be directed to https://myIPAddress/myFirstPage.jsp. Thanks,

RE: web.xml Welcome-file for SSL

2004-03-16 Thread Forte, Graham
Corrected subject, any takers. Thanks!! -Original Message- From: Forte, Graham Sent: Tuesday, March 16, 2004 7:20 AM To: 'Tomcat Users List' Subject: web.xml Welcome -file and for SSL Hello, I am wondering if it is possible to specify a Welcome-file for an https request. If I

https without specifying the port in address bar

2004-03-11 Thread Forte, Graham
Hello all, I am trying to stand up a site and my company has all ports except for 8443 blocked. Thus if someone types in www.mydomain.com they cant get to any of my pages. SSL is a requirement for this site. How can I set this up so that if the user types in https://www.mydomain.com they

virtual host in tomcat 4?

2004-03-09 Thread Forte, Graham
Go easy, first post. I have a webapp that requires SSL only. I am therefore limited by my company to port 8443, all other ports are blocked(including 8080). If I have a domain called www.myNewDomainName.com and the actual URL for the app is /webapps/mySSLApp/index.jsp how and where can I make

RE: virtual host in tomcat 4?

2004-03-09 Thread Forte, Graham
Can I change the server.xml file to force http listening on 8443 instead of 8080? Or will this cause a conflict with SSL listening on the same port? If a user types in www.myNewDomainName.com is it port 80 that tomcat4 listens on or is it 8080? Thanks -Original Message- From: SH

RE: virtual host in tomcat 4?

2004-03-09 Thread Forte, Graham
Steffen, Thanks for your help. I have 1 other question. So if I add the following somewhere in my server.xml file the user that types www.aa.com will be pointed to http://myipaddress:8080/webapps/aa/index.jsp? Host name=www.aa.com debug=0 appBase=webapps/aa ... /Host Host name=www.bb.com

RE: virtual host in tomcat 4?

2004-03-09 Thread Forte, Graham
So if I get port 80 opened up I can add the following entry to server.xml Host name=www.myDomainName.com debug=0 appBase=webapps/myWebApp ... /Host And I can add the following to web.xml: welcome-file-list welcome-fileindex.jsp/welcome-file /welcome-file-list And someone

RE: virtual host in tomcat 4?

2004-03-09 Thread Forte, Graham
I think I need to take baby steps. My goal right now is to be able to access my development machine from another machine on the LAN. Right now I have to type the following to access my dev machine from another LAN box: http://myMachineName:8080/myWebApp/logon.jsp I want to(baby steps) be able to

RE: virtual host in tomcat 4?

2004-03-09 Thread Forte, Graham
OK what if I register the domain to point to our companies proxy server ip address and then have the proxy server URI forward to https://myMachine:8443/mySSLApp/logon.jsp ? -Original Message- From: SH Solutions [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 11:49 AM To: 'Tomcat