Re: Virtual host configuration

2005-04-08 Thread Pete Stevens
On Thu, 7 Apr 2005, Darryl Wilburn wrote:

 Greetins all,
 New to Tomcat/Apache  Implemented Tomcat 4.1.29 to support an
 application that required an application server.  I'm migrating the
 application from an existing NT 4.0 system and would like to implement it
 as a virtual host on the Win2003 server running Tomcat.  (Unfortunately,
 the app does not support non-Win hosts)  Anyway, I'd like to define the
 starting point of the virtual host as a directory that is 3 levels below
 webapps.  In other words, I want the users to see the site as
 http://hostname, instead http://hostname/folder1/folder2/folder3. (folder3

 being the desired home directory)

This explains how to do it for virtual hosts one level deep. Three is a simple
extension.

http://www.ex-parrot.com/~pete/tomcat-vhost.html

Pete Stevens

--
Pete Stevens
[EMAIL PROTECTED]
http://www.ex-parrot.com/~pete/

 We agree it[the gas bill] was rather high for the time of year. It's possible
   Mr Purdey has been charged for the gas used up during the explosion that
  destroyed his house.
-- North West Gas Spokesman

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



RE: Virtual Host configuration in Tomcat

2004-07-29 Thread Marco Mistroni



Hi all,
i need to configure virtual hosting on tomcat 5.0

what I would like to do, is when I enter  http://localhost:8080   it
behaves
exactly like when I enter http://localhost:8080/myapp

can anyone give me some hints?

Thanx in advance and regards
Marco




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



RE: Virtual Host configuration in Tomcat

2004-07-29 Thread Stephan Kühn
T

-Original Message-
From: Marco Mistroni [mailto:[EMAIL PROTECTED] 
Sent: Donnerstag, 29. Juli 2004 10:50
To: [EMAIL PROTECTED]
Subject: RE: Virtual Host configuration in Tomcat




Hi all,
i need to configure virtual hosting on tomcat 5.0

what I would like to do, is when I enter  http://localhost:8080   it
behaves
exactly like when I enter http://localhost:8080/myapp

can anyone give me some hints?

Thanx in advance and regards
Marco




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

2002-12-04 Thread Noel J. Bergman
 i have seen a lot of controversy on this ml
 about WarpConnector.

If you read the CVS for mod_webapp, you'll find that the author deprecates
its current use: Lately there have been some improvements on [alternatives
to WebApp], and probably, if you're wondering why you want to try out
WebApp, you should really stop reading now, and go and download something
else.  The docs add mod_jk is the same of the WebApp module, if you're
wondering why you should be using the latter instead of the former, well, I
believe I already answered this question (forget about WebApp).

[ref:
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/docs/index.xm
l?rev=1.3content-type=text/vnd.viewcvs-markup]

By the way, has anyone ever asked you nicely to stop quoting entire messages
and placing your replies at the bottom?

--- Noel


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




RE: VIRTUAL HOST CONFIGURATION

2002-12-03 Thread Turner, John

http://www.codesta.com/knowledge/technical/tomcat_warp_apache/index.jsp

FYI - WARP is deprecated, or at least no longer actively developed.  If you
want to be guaranteed support in the future, you might want to consider
moving to JK/JK2.

John

 -Original Message-
 From: karthikeyan.balasubramanian
 [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, December 03, 2002 10:57 PM
 To: Tomcat Users List
 Subject: VIRTUAL HOST CONFIGURATION
 
 
 Hi All,
 
   I have sucessfully integarated Apache with Tomcat using 
 WarpConnecter.  But how do i go about from here to implement 
 lots of Virtual Host for our clients.  I  need to setup 
 atleast 5 virtual hosts.  I couldnt actually figure a way to 
 host 5 real domains with JSP and Servlet support.  
 
   What are all the changes I need to do in the Httpd.conf and 
 Server.xml.  I dont want to keep users folder under 
 TOMCATHOME/Webapps/UserContext it will be under 
 /usr/home/users-home-directory.
 
   Can anybody help me out on this.  If somebody out here who 
 have hosted some real domains rather then localhost thing 
 please advice.
 
   Looking forward for yours response.
 
 karthikeyan.
 

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




Re: VIRTUAL HOST CONFIGURATION

2002-12-03 Thread David Brown
karthikeyan.balasubramanian writes: 

Hi All, 

  I have sucessfully integarated Apache with Tomcat using WarpConnecter.  But how do i go about from here to implement lots of Virtual Host for our clients.  I  need to setup atleast 5 virtual hosts.  I couldnt actually figure a way to host 5 real domains with JSP and Servlet support.   

  What are all the changes I need to do in the Httpd.conf and Server.xml.  I dont want to keep users folder under 
TOMCATHOME/Webapps/UserContext it will be under /usr/home/users-home-directory. 

  Can anybody help me out on this.  If somebody out here who have hosted some real domains rather then localhost thing 
please advice. 

  Looking forward for yours response. 

karthikeyan.


Hello, i'm hosting 4 public virtual domains. i am using mod_jk w/ apache and 
JkMount in httpd.conf and the ajp13 connector. i have many servlets, java 
beans and jsp running in different protected application context 
directories, jdbc connection to oracle, etc. this works 4 me. i know about 
the WarpConnector but have not used it. i have seen a lot of controversy on 
this ml about WarpConnector. maybe u could try the mail-archive to find out 
more or just keep trying here. hope this helps, david. 


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



Re: VIRTUAL HOST CONFIGURATION

2002-12-03 Thread karthikeyan.balasubramanian
Hi David  Brown,

  Thanks for your kind reply.  Let me explore further on Warp, if things
didnt go well  can I have your snippets of httpd.conf and server.xml file
and some explanation on how to host lots of domain in different directory
/home/userhomedirectory and some optimization tips.

  Thanks once again.

karthikeyan.
- Original Message -
From: David Brown [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, December 03, 2002 10:49 PM
Subject: Re: VIRTUAL HOST CONFIGURATION



 karthikeyan.balasubramanian writes:

  Hi All,
 
I have sucessfully integarated Apache with Tomcat using WarpConnecter.
But how do i go about from here to implement lots of Virtual Host for our
clients.  I  need to setup atleast 5 virtual hosts.  I couldnt actually
figure a way to host 5 real domains with JSP and Servlet support.
 
What are all the changes I need to do in the Httpd.conf and
Server.xml.  I dont want to keep users folder under
  TOMCATHOME/Webapps/UserContext it will be under
/usr/home/users-home-directory.
 
Can anybody help me out on this.  If somebody out here who have hosted
some real domains rather then localhost thing
  please advice.
 
Looking forward for yours response.
 
  karthikeyan.


 Hello, i'm hosting 4 public virtual domains. i am using mod_jk w/ apache
and
 JkMount in httpd.conf and the ajp13 connector. i have many servlets, java
 beans and jsp running in different protected application context
 directories, jdbc connection to oracle, etc. this works 4 me. i know about
 the WarpConnector but have not used it. i have seen a lot of controversy
on
 this ml about WarpConnector. maybe u could try the mail-archive to find
out
 more or just keep trying here. hope this helps, david.


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