Re: Apache & Tomcat Virtual Host question

2005-10-06 Thread Aria Bamdad
Nikola, Thank you very much for you good comments. I agree that port based servers are not common. The reason we use them is for separating for example internal web sites and external public web sites. Using host name based virtual hosting, you have to give a different host name to each port.

Re: Apache & Tomcat Virtual Host question

2005-10-06 Thread Nikola Milutinovic
Aria Bamdad wrote: Hi, I asked this question yesterday and got no hints from anyone. Since then, I have been able to accomplish what I want using multiple instances of Tomcat. However, I would much rather use one instance and serve requests on different Apache port. Does anyone have ANY commen

Re: Apache & Tomcat Virtual Host question

2005-10-06 Thread Aria Bamdad
Hi, I asked this question yesterday and got no hints from anyone. Since then, I have been able to accomplish what I want using multiple instances of Tomcat. However, I would much rather use one instance and serve requests on different Apache port. Does anyone have ANY comments regarding my issue

Apache & Tomcat Virtual Host question

2005-10-05 Thread Aria Bamdad
Hi, Sorry if this has been asked before but I can't find any such example.. I have Apache talking to Tomcat and everything works fine. My situation is as follows: I am using Apache VirtualHost directive to set different document roots depending on the PORT number the request comes in. So, I am

virtual host apps in a common appBase

2005-09-25 Thread Paul Singleton
were started at *each* virtual host, which is not what I wanted. So I now have separate per-host folders each holding just one web app, plus an empty folder which I set as appBase (I dared not leave this undefined, or pointing to a nonexistent folder, and I reckoned I needed to leave deployOnStartup

Re: virtual host doesn't load database content

2005-08-28 Thread luke
resolving to a tomcat box. > I have set up a virtual host. No probs. > > /~ > unpackWARs="true" autoDeploy="true" >xmlValidation="false" xmlNamespaceAware="false"> >

virtual host doesn't load database content

2005-08-28 Thread luke
Hi. I have a domain resolving to a tomcat box. I have set up a virtual host. No probs. /~ www.albino.info \ That all works well. However the

Re: Virtual Host Not Working Correctly

2005-08-25 Thread Hassan Schroeder
Dennis Harris wrote: Just trying to access http://q5aims.net/index.html Then you should have http://webtuitive.com dream. code. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

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 Virt

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. / 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 t

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. www.q5aims.net 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 th

Re: virtual host and JkMount with jk1.2.14

2005-08-16 Thread Mladen Turk
Danico Lee wrote: i got tomcat5, apache1.3 and jk1.2.14. i'm very confused with JkMount. in my http.conf, i have: ServerName our_server DocumentRoot "${tomcat_home}/webapps/test1" JkAutoAlias ${tomcat_home}/webapps JkMount /test1/* worker1 if i go to http://our

Re: virtual host and JkMount with jk1.2.14

2005-08-16 Thread Danico Lee
Are you sure the "${tomcat_home}" works in Apache. Try putting the full path name there. I've never thought the httpd.conf undergoes any substitution expansion before parsing, let alone also have substitution expansion work within a quoted string literal as well. i'm sorry. i was too lazy to

Re: virtual host and JkMount with jk1.2.14

2005-08-16 Thread Darryl L. Miles
Danico Lee wrote: i got tomcat5, apache1.3 and jk1.2.14. i'm very confused with JkMount. in my http.conf, i have: ServerName our_server DocumentRoot "${tomcat_home}/webapps/test1" JkAutoAlias ${tomcat_home}/webapps JkMount /test1/* worker1 Are you sure the "${to

virtual host and JkMount with jk1.2.14

2005-08-16 Thread Danico Lee
i got tomcat5, apache1.3 and jk1.2.14. i'm very confused with JkMount. in my http.conf, i have: ServerName our_server DocumentRoot "${tomcat_home}/webapps/test1" JkAutoAlias ${tomcat_home}/webapps JkMount /test1/* worker1 if i go to http://our_server/test1/,

Re: virtual host memory usage

2005-08-15 Thread Oleg
the WEB-INF/lib > directory. > > George Sexton > MH Software, Inc. > http://www.mhsoftware.com/ > Voice: 303 438 9585 > > > > -Original Message- > > From: Oleg [mailto:[EMAIL PROTECTED] > > Sent: Sunday, August 14, 2005 7:39 PM > > To: Tomcat Users Lis

RE: virtual host memory usage

2005-08-15 Thread George Sexton
[EMAIL PROTECTED] > Sent: Sunday, August 14, 2005 7:39 PM > To: Tomcat Users List > Subject: Re: virtual host memory usage > > I am sorry, what do you mean by host class loader? From what > I understand > there are 3 ways to load classes, /common/lib (used by > tomca

Re: virtual host memory usage

2005-08-14 Thread Oleg
e: 303 438 9585 > > > > -Original Message- > > From: Oleg [mailto:[EMAIL PROTECTED] > > Sent: Saturday, August 13, 2005 11:20 AM > > To: Tomcat Users List > > Subject: virtual host memory usage > > > > Why running 100 virutal hosts in Tomcat tak

RE: virtual host memory usage

2005-08-13 Thread George Sexton
: Oleg [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 13, 2005 11:20 AM > To: Tomcat Users List > Subject: virtual host memory usage > > Why running 100 virutal hosts in Tomcat takes up much more > memory than > running a 100 identical applications under one host? Is the

Re: virtual host memory usage

2005-08-13 Thread Parsons Technical Services
uot;Tomcat Users List" Sent: Saturday, August 13, 2005 1:19 PM Subject: virtual host memory usage Why running 100 virutal hosts in Tomcat takes up much more memory than running a 100 identical applications under one host? Is there a way to configure Tomcat to run both

virtual host memory usage

2005-08-13 Thread Oleg
Why running 100 virutal hosts in Tomcat takes up much more memory than running a 100 identical applications under one host? Is there a way to configure Tomcat to run both the same? Thank you Oleg

RE: Virtual Host Config Question

2005-08-12 Thread Scott Purcell
] Sent: Friday, August 12, 2005 10:51 AM To: Tomcat Users List Subject: RE: Virtual Host Config Question Hi, Not sure about this one. How are you routing requests to Tomcat? Are you using the JK connector with a mapping of /*.do? Do you allow image to be handled by Apache/IIS or is Tomcat doing it

RE: Virtual Host Config Question

2005-08-12 Thread Allistair Crossley
="/unique/images/pic.gif" Allistair. > -Original Message- > From: Scott Purcell [mailto:[EMAIL PROTECTED] > Sent: 12 August 2005 15:43 > To: tomcat-user@jakarta.apache.org > Subject: Virtual Host Config Question > > > Hello, > > I have confi

Virtual Host Config Question

2005-08-12 Thread Scott Purcell
Hello, I have configured two Hosts in my server.xml for two different sites. The one I am having issues with is as follows: It actuall works well, but I am running "struts" application and with struts it includes the "context" which is "unique". So behind the scenes, (in the URL) I

RE: Virtual host, routing, problems with localhost

2005-08-09 Thread George Sexton
error. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Scott Purcell [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 09, 2005 10:43 AM > To: Tomcat Users List > Subject: RE: Virtual host, routing, problems with loca

RE: Virtual host, routing, problems with localhost

2005-08-09 Thread Scott Purcell
Users List' Subject: RE: Virtual host, routing, problems with localhost Do you have a host entry in your server.xml with the name of localhost? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Scott Purcell [mailto:

RE: Virtual host, routing, problems with localhost

2005-08-09 Thread George Sexton
tomcat-user@jakarta.apache.org > Subject: Virtual host, routing, problems with localhost > > Hello, > > I am running Tomcat 5.5 on a PC. > Up until a week ago, the machine was a local machine > basically for my development. So I would hit the machine like > so for sites:

Virtual host, routing, problems with localhost

2005-08-09 Thread Scott Purcell
the DNS name with the IP. I purchased a router and put the IP into the router. In my original local machine, I gave it an IP and told the router to allow 80 traffic through to the machine. Then I updated my server.xml file and added a virtual host that was http://www.unique -> /webapps/unique

Newbie Virtual Host Question

2005-07-25 Thread Steve Delaney
sites, but the best I've been able to manage so far is to get my own site address to return the default Tomcat pages. Everything else returns some variation of a "page not found" error. An example of the correct Virtual Host definition (context/apBase/docBase syntax, and anythin

RE: Virtual host, workers file and httpd.conf settings for SSL

2005-06-07 Thread Raghupathy,Gurumoorthy
host, workers file and httpd.conf settings for SSL Then I see the starting page of the Apache2 Installation... Regards, Tom -Ursprüngliche Nachricht- Von: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 7. Juni 2005 13:07 An: 'Tomcat Users List' Betreff: R

AW: Virtual host, workers file and httpd.conf settings for SSL

2005-06-07 Thread Gessendorfer, Thomas
Then I see the starting page of the Apache2 Installation... Regards, Tom -Ursprüngliche Nachricht- Von: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 7. Juni 2005 13:07 An: 'Tomcat Users List' Betreff: RE: Virtual host, workers file and httpd.conf se

RE: Virtual host, workers file and httpd.conf settings for SSL

2005-06-07 Thread Raghupathy,Gurumoorthy
host, workers file and httpd.conf settings for SSL Hello, just installed Apache and Tomcat with the JK Connector and it works for = 1 worker on my machine. Now I installed a new Application for which I want to have SSL access. So I made a new virtual host in my hhtpd.conf that looks like this

Virtual host, workers file and httpd.conf settings for SSL

2005-06-07 Thread Gessendorfer, Thomas
Hello, just installed Apache and Tomcat with the JK Connector and it works for = 1 worker on my machine. Now I installed a new Application for which I want to have SSL access. So I made a new virtual host in my hhtpd.conf that looks like this for = the standard and the SSL host

virtual host not working

2005-05-01 Thread mbneto
Hi, I am trying to make my apache/tomcat server work but no luck so far. I've created a /var/www/html/mydomain/jsp, /var/www/html/mydomain/WEB-INF/classes and put the numguess.jsp, WEB-INF/classes/num/NumberGuessBean.class NumberGuessBean.java. I've added a Location in my apache's httpd.conf

RE: using manager with apache virtual host

2005-04-20 Thread Amir S
ves that control the operation of the Apache server process as a # whole (the 'global environment'). # 2. Directives that define the parameters of the 'main' or 'default' server, # which responds to requests that aren't handled by a virtual host. # These

RE: using manager with apache virtual host

2005-04-20 Thread Amir S
Here is the file. Regards, Amir S -Original Message- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 16:33 To: 'Tomcat Users List' Subject: RE: using manager with apache virtual host Send me the httpd.conf -Original Message

RE: using manager with apache virtual host

2005-04-20 Thread Raghupathy,Gurumoorthy
Send me the httpd.conf -Original Message- From: Amir S [mailto:[EMAIL PROTECTED] Sent: 20 April 2005 16:02 To: tomcat-user@jakarta.apache.org Subject: using manager with apache virtual host Hi, I have a Jakarta 5.0.28 standalone and manager is working just fine. when I try to operate

using manager with apache virtual host

2005-04-20 Thread Amir S
Hi, I have a Jakarta 5.0.28 standalone and manager is working just fine. when I try to operate manager (on Solaris 9) with Jakarta connected to apache 2. the apache is redirecting the requests to the apache webapp root. How can I use manager with apache virtual host? Regards, Amir S

Re: Virtual Host in Tomcat 4.1.29

2005-04-13 Thread Darryl Wilburn
Disregard... I think I've got it! Darryl __ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ - To unsubscribe, e-ma

Virtual Host in Tomcat 4.1.29

2005-04-13 Thread Darryl Wilburn
I'm going to try to keep this short and to the point. I'm trying to configure a virtual host on a 4.1.29 server with no luck. I've successfully configured it on 5.5.7 which seems to have better facilities for configuring VH's. I've configured the server.xml to have an

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 >

Virtual host configuration

2005-04-07 Thread Darryl Wilburn
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. (Unfortun

Re: Apache, tomcat and virtual host

2005-04-06 Thread David Rees
On Apr 5, 2005 11:23 PM, david joffrin <[EMAIL PROTECTED]> wrote: > Yes, > > I'd like to set up the following set up the following URLs: > >http://www.domain1.com/ > >http://www.domain2.com/ > >https://sthg.domain1.com/ > but this http://www.domain1.com/ must redirects to a tomcat instance and I >

Re: Apache, tomcat and virtual host

2005-04-05 Thread david joffrin
pache, tomcat and virtual host Date: Tue, 5 Apr 2005 17:54:22 -0700 On Apr 5, 2005 4:17 AM, david joffrin <[EMAIL PROTECTED]> wrote: > > I would like to run the following configurations with only one > machine: 3 domains. Let's name them, www.domain1.com and > sthg.domain2.com and w

Re: Apache, tomcat and virtual host

2005-04-05 Thread David Rees
On Apr 5, 2005 4:17 AM, david joffrin <[EMAIL PROTECTED]> wrote: > > I would like to run the following configurations with only one > machine: 3 domains. Let's name them, www.domain1.com and > sthg.domain2.com and www.domain2.com. > > www.domain1.com runs on 80 using apache and php > www.domain2.

Apache, tomcat and virtual host

2005-04-05 Thread david joffrin
Hi, I would like to run the following configurations with only one machine: 3 domains. Let's name them, www.domain1.com and sthg.domain2.com and www.domain2.com. www.domain1.com runs on 80 using apache and php www.domain2.com runs on 8080 using tomcat, mysql... sthg.domain2.com runs on 443 using ap

Apache, tomcat and virtual host

2005-04-05 Thread david joffrin
Hi, I would like to run the following configurations with only one machine: 3 domains. Let's name them, www.domain1.com and sthg.domain2.com and www.domain2.com. www.domain1.com runs on 80 using apache and php www.domain2.com runs on 8080 using tomcat, mysql... sthg.domain2.com runs on 443 using ap

Apache, virtual host and Tomcat

2005-04-04 Thread david joffrin
Reposting as the postmaster is "complaining"... Hi, I would like to run the following configurations with only one machine: 3 domains. Let's name them, www.domain1.com and sthg.domain2.com and www.domain2.com. www.domain1.com runs on 80 using apache and php www.domain2.com runs on 8080 using tomcat

Apache, virtual host and Tomcat

2005-04-03 Thread david joffrin
Hi, I would like to run the following configurations with only one machine: 3 domains. Let's name them, www.domain1.com and sthg.domain2.com and www.domain2.com. www.domain1.com runs on 80 using apache and php www.domain2.com runs on 8080 using tomcat, mysql... sthg.domain2.com runs on 443 using ap

Apache, virtual host and Tomcat

2005-04-03 Thread david joffrin
Hi, I would like to run the following configurations with only one machine: 3 domains. Let's name them, www.domain1.com and sthg.domain2.com and www.domain2.com. www.domain1.com runs on 80 using apache and php www.domain2.com runs on 8080 using tomcat, mysql... sthg.domain2.com runs on 443 using

Re: mod_jk + ssl on a virtual host.

2005-03-17 Thread Robert r. Sanders
Caldarale, Charles R wrote: From: Robert r. Sanders [mailto:[EMAIL PROTECTED] Subject: mod_jk + ssl on a virtual host. When connecting, I can access the web application via HTTPS; however Tomcat seems unaware that the connection is secure Have you set secure="true" in the connecto

RE: mod_jk + ssl on a virtual host.

2005-03-17 Thread Caldarale, Charles R
> From: Robert r. Sanders [mailto:[EMAIL PROTECTED] > Subject: mod_jk + ssl on a virtual host. > > When connecting, I can access the web application via HTTPS; > however Tomcat seems unaware that the connection is secure Have you set secure="true" in the connector entry

mod_jk + ssl on a virtual host.

2005-03-17 Thread Robert r. Sanders
I have an issue with detecting HTTPS when running on a virtual server behing mod_jk; here's my setup: For reasons that I can't currently change I have an internal server running as app.server.com (example url); it is aliased so that multiple virtual hosts (name based) are running as: x.app.se

Re: how to make manager available to each virtual host

2005-02-28 Thread James T. Studebaker
Bingo!! That did it. Thanks. Thank you James T. Studebaker - Original Message - From: "alis asma alias" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, February 28, 2005 4:12 AM Subject: Re: how to make manager available to each virtual host

Re: how to make manager available to each virtual host

2005-02-28 Thread Ferad Zyulkyarov
in our department. Thanks, Ferad Zyulkyarov. - Original Message - From: "alis asma alias" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, February 28, 2005 11:12 AM Subject: Re: how to make manager available to each virtual host > > Try this: >

Re: how to make manager available to each virtual host

2005-02-28 Thread alis asma alias
r application > available to each vertual host that I have > configured so that users can deploy applications to > their account. What I did is add a context to each > virtual host and defined the varables for the > context exactly as they are defined in the context > found in t

Re: how to make manager available to each virtual host

2005-02-27 Thread Ferad Zyulkyarov
se virtual hosts. Thanks Ferad Zyulkyarov! - Original Message - From: James T. Studebaker To: tomcat-user@jakarta.apache.org Sent: Monday, February 28, 2005 5:15 AM Subject: how to make manager available to each virtual host I am running tomcat 5.0.28 on a linux fedora core

how to make manager available to each virtual host

2005-02-27 Thread James T. Studebaker
each virtual host and defined the varables for the context exactly as they are defined in the context found in the localhost host.   I have gotten this approach to work on a local window xp installation, however it fails on a remote linux installation.  Can anyone give me a hint what needs to be

Re: virtual host names

2005-01-20 Thread Parsons Technical Services
Do you want an alias (two domain names pointing to the same app) or a virtual host (separate apps each with is own domain name hosted on the same server and IP)? Alias: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html#Host%20Name%20Aliases Virtual Host: http://jakarta.apache.org

virtual host names

2005-01-20 Thread joseph panico
Hello, I'm working with Tomcat 5.0 in a stock (out-of-the-box) configuration. I can access the webserver using a URL based on the real (actual) hostname, but if I use an alias (virtual host), I get the message: "connection refused when attempting to contact...". I know there is no

Re: More then one appBase per virtual Host...

2005-01-05 Thread QM
On Wed, Jan 05, 2005 at 11:35:33AM -0800, Dwayne Ghant wrote: : Anybody want to take a shoot at this Sure, I'll take a stab. A little patience, please -- some (many?) of us have day gigs in which it's none too proper to answer list questions on company time. : >I was wonder if I could have

Re: More then one appBase per virtual Host...

2005-01-05 Thread Dwayne Ghant
o host with the same virtual host Name??? EX: I know that my imagination is really out ther now!!! Any comment is appreciated. Thank you for your time. -- Dwayne A. Ghant Application Developer Temple University 215.204. [EMAIL PROTECTED]

More then one appBase per virtual Host...

2005-01-05 Thread Dwayne Ghant
I was wonder if I could have more than one "*|appBase|*" per host. or what if I wanted my host to have more then one *|"appBase." How would I configure this or can it be configure at all??? May I could make two host with the same virtual host Name??? EX: I know th

New user Virtual host problem

2004-12-21 Thread Rick Gocher
Hi all, I have previously setup tomcat 5.x running on apache 1.3.x. Everything works fine and I'm learning lots as I go, although I have run into a problem with adding new domains to my apache. I have setup another site in the webapps directory however apache will only serve it using my primar

Tomcat Virtual Host Stop/Start Questions

2004-11-23 Thread David Tepper
Hi there, I'm using Tomcat 4.1.27 on AIX 5.2 I have a shared binary setup for Tomcat where: is the default instance is one of the dev instances I have made a config change to the file and I need to implement that change. In order to do so, I imagine I need to recycle tomcat. My question

authentication in virtual host redirecting to wrong index.jsp

2004-11-05 Thread Paul Summers
I've just setup a new website as a subdomain of my primary website. My server setup contains Apache fronting Tomcat 4.x on a Unix server. I'm directing all traffic that goes to the Apache webserver to the Tomcat server and setting up my subdomains in the server.xml file. This all works fine except

Re: Virtual host (JSP) in Apache+Tomcat+Mod_jk

2004-11-02 Thread Andoni
ember 02, 2004 5:47 AM Subject: FW: Virtual host (JSP) in Apache+Tomcat+Mod_jk > > Dear all, > > I am sure the list is always talking and discussing about Virtual host > (JSP) in Apache+Tomcat+Mod_jk problems. Though I need some advices from > experts or experienced people in thi

Re: FW: Virtual host (JSP) in Apache+Tomcat+Mod_jk

2004-11-02 Thread Nikola Milutinovic
Batpurev wrote: Dear all, I am sure the list is always talking and discussing about Virtual host (JSP) in Apache+Tomcat+Mod_jk problems. Though I need some advices from experts or experienced people in this list. There are three (sometimes complex) steps to take: 1. Setup Tomcat VHost 2. Setup

FW: Virtual host (JSP) in Apache+Tomcat+Mod_jk

2004-11-01 Thread Batpurev
Dear all, I am sure the list is always talking and discussing about Virtual host (JSP) in Apache+Tomcat+Mod_jk problems. Though I need some advices from experts or experienced people in this list. I have Apache 2.0.49 Tomcat - 4.1.30 Mod2_jk Need to do some JSP virtual hosts. I have read

Virtual host (JSP) in Apache+Tomcat+Mod_jk

2004-11-01 Thread Batpurev
Dear all, I am sure the list is always talking and discussing about Virtual host (JSP) in Apache+Tomcat+Mod_jk problems. Though I need some advices from experts or experienced people in this list. I have Apache 2.0.49 Tomcat - 4.1.30 Mod2_jk Need to do some JSP virtual hosts. I have read many

Re: Tomcat, mod_jk, Apache and virtual host

2004-10-06 Thread Glen Ezkovich
eply-To: Tomcat Users List <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Tomcat, mod_jk, Apache and virtual host We have set up Tomcat and Apache using mod_jk and are using virtual hosting on both. We can throw a jsp page into our default directory and it dis

Re: Tomcat, mod_jk, Apache and virtual host

2004-10-06 Thread Alex
s List <[EMAIL PROTECTED]> > Subject: Tomcat, mod_jk, Apache and virtual host > > We have set up Tomcat and Apache using mod_jk and are using virtual > hosting on both. We can throw a jsp page into our default directory and > it displays fine so we know things work. > We have s

Tomcat, mod_jk, Apache and virtual host

2004-10-03 Thread Glen Ezkovich
We have set up Tomcat and Apache using mod_jk and are using virtual hosting on both. We can throw a jsp page into our default directory and it displays fine so we know things work. We have serveral servlets to deploy for each virtual host and we'd rather not make entries in the main serve

RE: Tomcat connected to apache via proxy gives virtual host problems

2004-09-02 Thread sandor
> Millennium Research Informatics > > >>-Original Message- >> >>Hi, >> >>We are running tomcat5, proxied to apache. So far this has worked fine, >>but now we want to attach a virtual host to a subdirectory. So we have >> >>host1.com maps to

RE: Tomcat connected to apache via proxy gives virtual host problems

2004-09-02 Thread Shapira, Yoav
t;To: [EMAIL PROTECTED] >Subject: Tomcat connected to apache via proxy gives virtual host problems > >Hi, > >We are running tomcat5, proxied to apache. So far this has worked fine, >but now we want to attach a virtual host to a subdirectory. So we have > >host1.com maps to w

Tomcat connected to apache via proxy gives virtual host problems

2004-09-02 Thread sandor
Hi, We are running tomcat5, proxied to apache. So far this has worked fine, but now we want to attach a virtual host to a subdirectory. So we have host1.com maps to webapps/ host2.com maps to webapps/foo/bar Now, on host2.com paths are relative to webapps rather than webapps/foo/bar

Re: Tomcat Virtual Host

2004-08-26 Thread Peter Huesser
sergio ulloa wrote: Hello Guys, I'm trying to create a new virtual host. but when I test it I get cannot find server. If you know how to do it, please help me. I have spend around two days. Did you make an entry on the DNS server ?

Tomcat Virtual Host

2004-08-25 Thread sergio ulloa
Hello Guys, I'm trying to create a new virtual host. but when I test it I get cannot find server. If you know how to do it, please help me. I have spend around two days. Thanks Serg

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

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

RE: can a virtual host have its own privatly used SSL certificate ?

2004-07-15 Thread Carl Olivier
Hi. OK, thanks! My terminology bad! Carl -Original Message- From: Graham Leggett [mailto:[EMAIL PROTECTED] Sent: 15 July 2004 03:16 PM To: Tomcat Users List Subject: Re: can a virtual host have its own privatly used SSL certificate ? Carl Olivier wrote: > Actually, you can as

Re: can a virtual host have its own privatly used SSL certificate ?

2004-07-15 Thread Graham Leggett
Carl Olivier wrote: Actually, you can as far as I know. Technically no - what you're describing is the setup for a dedicated IP per host, not virtual host. You're describing the correct solution, it's just that calling it a "virtual host" is potentially confusing, as

RE: can a virtual host have its own privatly used SSL certificate ?

2004-07-15 Thread Carl Olivier
Actually, you can as far as I know. What is required is a dedicated IP per virtual host. In the tomcat configuration you would add a SSL per virtual host, on port 443 (for example) eah bound to a separate IP - each with its own keystore - containing the cert for the relevant virtual host. This

Re: can a virtual host have its own privatly used SSL certificate?

2004-07-15 Thread Nikola Milutinovic
Graham Leggett wrote: Nikola Milutinovic wrote: SSL is done on IP level. I think (correct me if I'm wrong) that TLS is on application level, but I haven't heard of HTTP/TLS. HTTP/TLS does exist, it just isn't supported by the major servers yet. Good to hear that. IMHO, it will not be so much the

Re: can a virtual host have its own privatly used SSL certificate?

2004-07-15 Thread Graham Leggett
Nikola Milutinovic wrote: SSL is done on IP level. I think (correct me if I'm wrong) that TLS is on application level, but I haven't heard of HTTP/TLS. HTTP/TLS does exist, it just isn't supported by the major servers yet. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: can a virtual host have its own privatly used SSL certificate ?

2004-07-15 Thread Graham Leggett
Guy Katz wrote: you are relating to tomcat. i think in my situation they have a different listen port for every vhost internally such that the apache server delivers the http request on different ports for different vhost. does this simplify the problem? This is the way to get around this problem -

RE: can a virtual host have its own privatly used SSL certificate ?

2004-07-15 Thread Guy Katz
[mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 11:21 AM To: Tomcat Users List Subject: Re: can a virtual host have its own privatly used SSL certificate ? Guy Katz wrote: > thanks but are you sure? I'm sure. > i read some more and got the impression that when using apache+

Re: can a virtual host have its own privatly used SSL certificate?

2004-07-15 Thread Nikola Milutinovic
Guy Katz wrote: hi; i am going to put my application in a shared hosting solution which does not provide any shared SSL support. is it possible to buy and put a SSL certificate in the scope of my virtual host in the hosting company. (i mean is it technically possible - disregarding the hosting

Re: can a virtual host have its own privatly used SSL certificate?

2004-07-15 Thread Viorel Dragomir
Subject: RE: can a virtual host have its own privatly used SSL certificate? thanks but are you sure? i read some more and got the impression that when using apache+tomcat with ip based virtual hosting this can be achieved. did i misunderstood? thanks -Original Message-

Re: can a virtual host have its own privatly used SSL certificate ?

2004-07-15 Thread Graham Leggett
Guy Katz wrote: thanks but are you sure? I'm sure. i read some more and got the impression that when using apache+tomcat with ip based virtual hosting this can be achieved. The problem is that there can only be one certificate per listening port that tomcat is listening on, and the certificate can

RE: can a virtual host have its own privatly used SSL certificate ?

2004-07-15 Thread Guy Katz
: Tomcat Users List Subject: Re: can a virtual host have its own privatly used SSL certificate? Guy Katz wrote: > i am going to put my application in a shared hosting solution which does > not provide any shared SSL support. > is it possible to buy and put a SSL certificate in the scope of m

Re: can a virtual host have its own privatly used SSL certificate?

2004-07-15 Thread Graham Leggett
Guy Katz wrote: i am going to put my application in a shared hosting solution which does not provide any shared SSL support. is it possible to buy and put a SSL certificate in the scope of my virtual host in the hosting company. (i mean is it technically possible - disregarding the hosting

can a virtual host have its own privatly used SSL certificate?

2004-07-14 Thread Guy Katz
hi; i am going to put my application in a shared hosting solution which does not provide any shared SSL support. is it possible to buy and put a SSL certificate in the scope of my virtual host in the hosting company. (i mean is it technically possible - disregarding the hosting company policy

Virtual Host and servlet

2004-06-11 Thread Gabi
Sorry I'm a newbie so I'm asking trivial questions for you but I can't find the error!!! If I put my cut&paste servlet from a tutorial I've no proble, it works. If I use a virtual host, a "not found error" appears. The web.xml is: Servlets test

Jk2 URI mapping: global virtual host and jkstatus mappings coexist?

2004-05-20 Thread Clute, Andrew
I have a forward facing HTTPD server that forwards certain requests via mod_proxy to my Tomcat box that has it's own version HTTPD and jk2 running. I actually have two instances of Jboss/Tomcat running on this machine, bound to different IP's Every request that is incoming to to the Jboss HTTPD s

Apache virtual host mapped to tomcat context

2004-04-25 Thread Davide Baroncelli
hould be a "context" property that should specify the webapp context we want to be called for a particular virtual host, but this doesn't seem to work. More specifically, I have this in my httpd.conf: ServerAdmin [EMAIL PROTECTED] DocumentRoot c:/web/jspwiki ServerName w

Re: virtual host...

2004-04-22 Thread Emerson Cargnin
please, I really need some explanation about this.. or some link to it... thanks... Emerson Emerson Cargnin wrote: I'm using tomcat 5.0.19, apache 2.0.47, mod_jk... Tomcat generates a mod_jk.conf file with the following clause before the jkmount clauses: ServerName localhost With this clau

Re: virtual host...

2004-04-20 Thread Emerson Cargnin
please, I really need some explanation about this.. or some link to it... thanks... Emerson Emerson Cargnin wrote: I'm using tomcat 5.0.19, apache 2.0.47, mod_jk... Tomcat generates a mod_jk.conf file with the following clause before the jkmount clauses: ServerName localhost With this clau

virtual host...

2004-04-20 Thread Emerson Cargnin
I'm using tomcat 5.0.19, apache 2.0.47, mod_jk... Tomcat generates a mod_jk.conf file with the following clause before the jkmount clauses: ServerName localhost With this clause, apache does not create any mapping... This is my configuration of the listener... Is there any other property

RE: Virtual host setup

2004-04-20 Thread D'Alessandro, Arthur
PROTECTED] Subject: Virtual host setup Hello , I want to setup several virtual hosts in a single Tomcat. I want to use Name-based approach. For this approach, several virtual hosts share a single IP address. So I have to bind different web services to same address? for instance, the address of www.1

  1   2   3   4   5   6   >