internet there is not a configuration
example of running different webapps on 2 domains on the same Tomcat
instance, there must be hundreds of people doing it?
Thanks
David
-Original Message-
From: David Wynter [mailto:[EMAIL PROTECTED]
Sent: 21 August 2003 15:39
To: Tomcat Users List
Advice:
Forget about servlets. Forget about serving all content from a servlet.
Too many variables, causing you too much confusion.
Take it one step at a time.
First: set up Tomcat so that you have 2 virtual hosts. Each virtual
host needs a SEPARATE appBase. If BOTH virtual hosts are to b
David Wynter wrote:
Hi,
It seems that the second VirtualHost I have set up for my second domain name
is not paasing the requests through mod_jk to Tomcat. It is not even clear
that you can support 2 virtualhosts for different domains with the same IP
address and port 80.
This is a separate proble
Hi,
I have read dozens of archived posts on virtualhost. I have distilled my
httpd.conf and server.xml back to what seems to be the recommended approach,
see below. But now I can see no sites on any URL. I have a suspicous "End
event threw exception" in the catalina.out log, which suggests a probl
this. I need some sleep.
Regards,
David
> -Original Message-
> From: John Turner [mailto:[EMAIL PROTECTED]
> Sent: 21 August 2003 20:39
> To: Tomcat Users List
> Subject: Re: 2 VirtualHosts same IP address and port on Tomcat not
> working
>
>
>
> Did you remov
of people doing it?
Thanks
David
> -Original Message-
> From: David Wynter [mailto:[EMAIL PROTECTED]
> Sent: 21 August 2003 15:39
> To: Tomcat Users List
> Subject: RE: 2 VirtualHosts same IP address and port on Tomcat not
> working
>
>
> Actually I should
Did you remove the Context entries for some reason? They are critical.
Also, in httpd.conf you have:
# Static files
Alias /rwsite "/usr/local/tomcat/webapp1/rwsite"
and later
JkMount /rwsite/servlet/* worker1
JkMount /rwsite/*.vm worker1
Thus, the URLs that Apache would expect would
Actually I should qualify what I said. I have stpenable as the default Host
so you can see www.stpenable.com/se/servlet/se/templates/index.vm but for
some reason you cannot see
www.roamware.co.uk/rwsite/servlet/rwsite/templates/index.vm which is the
second of the VirtualHosts in my conf file. They
Sent: 21 August 2003 14:59
> To: Tomcat Users List
> Subject: Re: 2 VirtualHosts same IP address and port on Tomcat not
> working
>
>
>
> I think there's some confusion...you only need this in workers.properties:
>
> # BEGIN workers.properties
> worker.list=ajp13
I think there's some confusion...you only need this in workers.properties:
# BEGIN workers.properties
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
".host" = "location of Tomcat"
When I first started trying to connect Tomcat and Apache a year ago, I
Hi,.
I have read John Turner HowTo and the Galatea ones too. I have tried
multiple different combinations of these. I found John's assetion that
Tomcat does not generate multi VirtualHosts, but you can take the generated
one, insert at the bottom of the httpd.conf and modify it to work. I know
mod
atics
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Sent: Thursday, July 31, 2003 8:52 AM
>To: [EMAIL PROTECTED]
>Subject: Tomcat not working
>
>Greetings,
>I have made some kinda change but I can't figure out what I did wrong.
>I've
>
Greetings,
I have made some kinda change but I can't figure out what I did wrong. I've
attached a copy of my server.xml . This site is
http://gdttest.mgnetwork.com:8080/AdWebster
Can someone look to see if there's something wrong with my server.xml file?
Thanks,
Bobbie
Bobbie Atristain
Internet
nfigure.ac' or `configure.in' is required
autoconf
autoconf: no input file
#
-Original Message-
From: John Turner [mailto:[EMAIL PROTECTED]
Sent: Monday, July 28, 2003 2:31 PM
To: Tomcat Users List
Subject: Re: Tomcat not working properly
You have to install an Apache connector
reign -i --copy
automake: `configure.ac' or `configure.in' is required
autoconf
autoconf: no input file
#
-Original Message-
From: John Turner [mailto:[EMAIL PROTECTED]
Sent: Monday, July 28, 2003 2:31 PM
To: Tomcat Users List
Subject: Re: Tomcat not working properly
You ha
EMAIL PROTECTED]
Sent: Monday, July 28, 2003 1:25 PM
To: Tomcat Users List
Subject: RE: Tomcat not working properly
Hi,
By default it should process your jsp code, please give us more info on your
setup.
-reynir
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sen
obbie
-Original Message-
From: Reynir Hübner [mailto:[EMAIL PROTECTED]
Sent: Monday, July 28, 2003 1:25 PM
To: Tomcat Users List
Subject: RE: Tomcat not working properly
Hi,
By default it should process your jsp code, please give us more info on your
setup.
-reynir
> -Original
Hi,
By default it should process your jsp code, please give us more info on your setup.
-reynir
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: 28. júlí 2003 17:27
> To: [EMAIL PROTECTED]
> Subject: Tomcat not working properly
Greetings,
My index.jsp page running under tomcat 4.1.12 shows code
https://placeanad.classifiedmarketplace.net/AdWebster/
What do I need to do to the conf file to make it process the jsp?
Thanks,
Bobbie
Bobbie Atristain
Internet Systems Administrator
--
ke
it!!
Thanks
emd
Erin Dalzell
eXpresso Product Specialist
Epic Data
604.207.7699
-Original Message-
From: Tim Funk [mailto:[EMAIL PROTECTED]
Sent: Friday, July 25, 2003 4:49 PM
To: Tomcat Users List
Subject: Re: Tomcat not working behind a NAT?
No, forward is an internal forward. It
> My question is, is that forward call a full http request? If so, what ip
> address will it use? I "think" that it is trying to use the 3.3.3.3 address
> and the NAT doesn't like it.
Well ya. That's kinda what I've been saying. Don't hardwire the IP. So
instead of using an IP use a hostname.
No, forward is an internal forward. It does not leave the JVM. In fact, it
doesn't leave the servlet context.
-Tim
Erin Dalzell wrote:
OK, I have a question for all the Tomcat gurus out there.
Here is my scenario:
* tomcat machine is behind NAT
* internal ip address is 2.2.2.2 (
Does setting the proxyName help?
See docs at:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/coyote.html
-Original Message-
From: Erin Dalzell [mailto:[EMAIL PROTECTED]
Sent: Friday, July 25, 2003 4:31 PM
To: 'Tomcat Users List'
Subject: RE: Tomcat not working be
Tomcat Users List
Subject: RE: Tomcat not working behind a NAT?
I still think you are barking up the wrong tree here. If I had to guess I
would say that 95% of all internet faceing Tomcat servers are behind
some kind of NAT device.
One thing to consider. NAT only translates the IP in the IP head
t; in to allow both 'local' access vs 'outside' access ...
> --
>
>
> Erin Dalzell
> eXpresso Product Specialist
> Epic Data
> 604.207.7699
>
>
> -----Original Message-
> From: Tim Funk [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 24,
-Original Message-
From: Tim Funk [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2003 5:46 PM
To: Tomcat Users List
Subject: Re: Tomcat not working behind a NAT?
It shouldn't use high ports.
Are you running any database services or other services?
Are your dtd's not correct and it
It shouldn't use high ports.
Are you running any database services or other services?
Are your dtd's not correct and its trying actually pull foriegn assets via http?
Are you trying to resolve hosts in your access log? (or similar)
Use your sniffer to see the type of request being performed on the
Sorry, I'm on crack. Tomcat will see the actual client IP address for
the request.
John
John Turner wrote:
That isn't how NAT works. Tomcat doesn't know anything about the 204.*
address if the router is doing the NAT properly. The address Tomcat
will see for the request is the router's int
e NAT doesn't like connections that go out
and then back in.
That make any sense?
emd
Erin Dalzell
eXpresso Product Specialist
Epic Data
604.207.7699
-Original Message-
From: Eric J. Pinnell [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2003 12:52 PM
To: Tomcat Users L
t: Thursday, July 24, 2003 12:52 PM
To: Tomcat Users List
Subject: Re: Tomcat not working behind a NAT?
Hi,
I was unaware that tomcat connects to itself on a high port. Never the
less, Tomcat should be completely unaware of the 204.1.1.1 address. If
your NAT is totally transparent the only place tha
Heh.. ya. That didn't all come out right.
Use a host name instead of IP numbers and have internal and external DNS
set up with the internal and external IP numbers of the host respectively.
That's better.
-e
On Thu, 24 Jul 2003, John Turner wrote:
>
> Made sense to me. :)
>
> John
>
> Eric J.
Made sense to me. :)
John
Eric J. Pinnell wrote:
Hi,
I was unaware that tomcat connects to itself on a high port. Never the
less, Tomcat should be completely unaware of the 204.1.1.1 address. If
your NAT is totally transparent the only place that IP lives is on the
external interface of your
Hi,
I was unaware that tomcat connects to itself on a high port. Never the
less, Tomcat should be completely unaware of the 204.1.1.1 address. If
your NAT is totally transparent the only place that IP lives is on the
external interface of your firewall/NAT device. I don't see how that IP
could
Hi there,
We have just discovered that our tomcat web app is not working correctly
behind a NAT. Our actual web app works fine, but when we try to access our
management pages via http. It doesn't work. Any static pages are served up
correctly through our defined tomcat port (6300), but any dynamic
Hi
I have a user defined as admin having 2 roles: 1. admin, 2 manager.
I can access the tomcat - manager utility thru the browser, but am
unable to access the admin utility.
When i try to goto http://localhost:8080/admin it says - Access to the
specified resource () has been forbidden.
Am i
urgent:::Pls :Tomcat not working
Hi All,
I have installed tomcat/apache on HP-UX machine.
Apache is working fine but i can't see the tomcat home page at
://ip_address:8080/index.html
error is below. I have checked all the conf files in conf
directory.everything seems to be OK please sug
Message-
>From: Vishal Gupta [mailto:vhgupta1@;yahoo.com]
>Sent: Thursday, October 24, 2002 9:21 AM
>To: Tomcat Users List
>Subject: urgent:::Pls :Tomcat not working
>
>
>Hi All,
>
>I have installed tomcat/apache on HP-UX machine.
>
>Apache is working fin
Hi All,
I have installed tomcat/apache on HP-UX machine.
Apache is working fine but i can't see the tomcat home page at
://ip_address:8080/index.html
error is below. I have checked all the conf files in conf
directory.everything seems to be OK please suggest the solution.
Regards,
Vishal
om: Vishal Gupta [mailto:vhgupta1@;yahoo.com]
Sent: Thursday, October 24, 2002 3:57 AM
To: [EMAIL PROTECTED]
Subject: tomcat not working
Hi All,
I have installed tomcat/apache on HP-UX machine.
Apache is working fine but i can't see the tomcat home page at
://ip_address:8080/index.html
e
[mailto:vhgupta1@;yahoo.com]
Sent: Thursday, October 24, 2002 3:57 AM
To: [EMAIL PROTECTED]
Subject: tomcat not working
Hi All,
I have installed tomcat/apache on HP-UX machine.
Apache is working fine but i can't see the tomcat home page at
://ip_address:8080/index.html
error is below. I have checked al
Hi All,
I have installed tomcat/apache on HP-UX machine.
Apache is working fine but i can't see the tomcat home page at
://ip_address:8080/index.html
error is below. I have checked all the conf files in conf directory.everything seems
to be OK please suggest the solution.
Regards,
Vishal
A
Do you get any output in the servlet.log file?
- Original Message -
From: "Alejandro Arredondo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 25, 2001 4:38 PM
Subject: apache and tomcat not working
> Hello,
>
>I installed tom
Hello,
I installed tomcat in my system. It works fine when
I run it as stand alone server in the 8080 port. I
followed the steps to configure it with apache that are
in the "Working with mod_jk" documentation. The
server restarts whithout trouble. I can see the
examples subdirectory,
Yep. That will do it. Grab JDK 1.2.. That will take care of your problem.
Cj
Andrew Y Ng wrote:
> java -version gives me:
> java version "1.1.6"
>
> there is not a tools.jar anywhere, maybe i need to update my JDK?
>
> /ayn
>
> On Tue, 27 Feb 2001, Corey A. Johnson wrote:
>
> > What JDK vers
java -version gives me:
java version "1.1.6"
there is not a tools.jar anywhere, maybe i need to update my JDK?
/ayn
On Tue, 27 Feb 2001, Corey A. Johnson wrote:
> What JDK version do you have installed? It looks to me like the file
> tools.jar is not in your CLASSPATH.
>
> Should be located
What JDK version do you have installed? It looks to me like the file
tools.jar is not in your CLASSPATH.
Should be located in JAVA_HOME/lib
Let me know if that helps.
Cj
Andrew Y Ng wrote:
> Hi, I'm new to tomcat, I am running NetBSD 1.4.1 (sorry, no time
> to upgrade) on i386, with the apac
Hi, I'm new to tomcat, I am running NetBSD 1.4.1 (sorry, no time
to upgrade) on i386, with the apache-1.3.17.1 package. I installed
the jakarta-tomcat-3.1.1 binary package and ran the startup
script. I tried out the JSP and servlet examples and some
of them did not work, I suspect it's a CLASSPAT
47 matches
Mail list logo