Virtual Host Not Working Correctly

2005-08-25 Thread Dennis Harris
Hi Guys,
 
I am setting up a Virtual Host in Tomcat, I've added the following entry
in my server.xml file.
 
Host name=q5aims.net debug=0 appBase=webapps unpackWARs=true
Aliaswww.q5aims.net/Alias
Logger className=org.apache.catalina.logger.FileLogger
directory=logs prefix=virtual_log1. suffix=.log timestamp=true/
Context path=/q5aims_net docBase=q5aims_net debug=0
reloadable=true/
/Host

However, when I test the link, it says the page cannot be found. In the
directory q5aims_net I have one doc, index.html

Any ideas why this isn't working?

Thanks


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



Re: Virtual Host Not Working Correctly

2005-08-25 Thread Hassan Schroeder

Dennis Harris wrote:


I am setting up a Virtual Host in Tomcat, I've added the following entry
in my server.xml file.
 
Host name=q5aims.net debug=0 appBase=webapps unpackWARs=true/



Context path=/q5aims_net docBase=q5aims_net debug=0
reloadable=true/
/Host

However, when I test the link, it says the page cannot be found. In the
directory q5aims_net I have one doc, index.html


Are you trying to access
'http://q5aims.net/index.html'
or
'http://q5aims.net/q5aims_net/index.html'
as your Context entry indicates?

--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

  dream.  code.



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



RE: Virtual Host Not Working Correctly

2005-08-25 Thread Dennis Harris
Just trying to access 

http://q5aims.net/index.html





-Original Message-
From: Hassan Schroeder [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 25, 2005 4:04 PM
To: Tomcat Users List
Subject: Re: Virtual Host Not Working Correctly

Dennis Harris wrote:

 I am setting up a Virtual Host in Tomcat, I've added the following 
 entry in my server.xml file.
  
 Host name=q5aims.net debug=0 appBase=webapps 
 unpackWARs=true/

 Context path=/q5aims_net docBase=q5aims_net debug=0
 reloadable=true/
 /Host
 
 However, when I test the link, it says the page cannot be found. In 
 the directory q5aims_net I have one doc, index.html

Are you trying to access
 'http://q5aims.net/index.html'
or
 'http://q5aims.net/q5aims_net/index.html'
as your Context entry indicates?

--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

   dream.  code.



-
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]



Re: Virtual Host Not Working Correctly

2005-08-25 Thread Hassan Schroeder

Dennis Harris wrote:
Just trying to access 


http://q5aims.net/index.html



Context path=/q5aims_net docBase=q5aims_net debug=0


Then you should have Context path= ...

--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

  dream.  code.



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