You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by James & Sue Ann Birchfield <js...@home.com> on 2000/01/08 17:59:02 UTC

Windows 98 install of Tomcat + Apache 1.3.9

Should I even bother pursuing the above configuration?
I have apache 1.3.9 and jserv 1.1b3 running fine,
but following the TOMCAT+APACHE HOWTO gets me nowhere.

I was thinking the configuration of such would be close
to the jserv configuration, but I guess not.  I see the
tomcat.conf file, but no way to set claspaths,zones,etc...

Is there anymore documentation anywhere?

=====================================
James Birchfield
Chief Technology Officer
jmbirchfield@proteus-technologies.com
http://www.proteus-technologies.com
=====================================


Re: Context configuration [was: Windows 98]

Posted by "Zacharias J. Beckman" <zb...@creativesun.com>.
Speaking of contexts:

>         Set zones (aka contexts) by following the FAQ

I had thought I'd be able to create a different context for different virtual
hosts. Then, I would be able to mount specific contexts within VirtualHost
blocks in the Apache config files. The goal, of course, that I could
essentially create contexts that worked only within its virtual host,
transparently adding JSP support to existing sites.

I then wanted to try mounting the context at the root of the virtual host. So,
for a given web site, I might have:
<VirtualHost www.foo.com>
    ApJservMount / /foocontext
</VirtualHost>

None of this works. I clearly don't understand contexts completely, or the
ApJservMount keywords. But, I also suspect that this is simply beyond Tomcat's
capabilities at this time.

Worse, it seems that trying to mount contexts in this way actually "breaks"
existing web sites. I haven't been able to add JSP support to different virtual
hosts without actually changing the web site pages (i.e.: introducing a
top-level "/foo_jsp" directory, a different one for each virtual host, or
something like this).

Any comments or suggestions?
--
Zacharias J. Beckman - zbeckman@creativesun.com - (U.S.) 305-281-8701
Creative Sun Inc., Publishing for the Internet - http://www.creativesun.com

Far better it is to dare mighty things, to win glorious triumphs, even
though checkered by failure, than to take rank with those poor spirits who
neither enjoy nor suffer much, because they live in the gray twilight that
knows neither victory nor defeat. -- Theodore Roosevelt


RE: Windows 98 install of Tomcat + Apache 1.3.9

Posted by James & Sue Ann Birchfield <js...@home.com>.
Hmmm...I guess this is where I am a bit confused.
How do the env.tomcat or tomcat.sh affect the running
of Tomcat with Apache?  I assumed those would
be for the stand-alone wrapper.

I have all i need with jserv 1.1b3, I just wanted to
start getting into the Tomcat install.

I recently cleaned out my messages.  Could some repost
or email me those howto's?  Thanks in advance...

=====================================
James Birchfield
Chief Technology Officer
jmbirchfield@proteus-technologies.com
http://www.proteus-technologies.com
=====================================

> -----Original Message-----
> From: Brad Cox [mailto:bcox@virtualschool.edu]
> Sent: Saturday, January 08, 2000 1:27 PM
> To: tomcat-dev@jakarta.apache.org
> Cc: jakarta-tomcat-cvs@apache.org
> Subject: Re: Windows 98 install of Tomcat + Apache 1.3.9
> 
> 
> At 11:59 AM -0500 01/08/2000, James & Sue Ann Birchfield wrote:
> >Should I even bother pursuing the above configuration?
> >I have apache 1.3.9 and jserv 1.1b3 running fine,
> >but following the TOMCAT+APACHE HOWTO gets me nowhere.
> 
> Its useless. We'd be much better off if it were removed.
> 
> >I was thinking the configuration of such would be close
> >to the jserv configuration, but I guess not.  I see the
> >tomcat.conf file, but no way to set claspaths,zones,etc...
> 
> They're not even remotely similar. How I did it:
> 	Set classpaths by editing env.tomcat and/or tomcat.sh
> 	Set zones (aka contexts) by following the FAQ
> 	Set logfiles by editing your servlet's init method 
> 
> >Is there anymore documentation anywhere?
> 
> There were a couple of howtos posted to this list earlier that 
> were better.
> 
> ---
> Dr. Brad Cox bcox@virtualschool.edu
> Phone: 703 361 4751 Fax: 703 995 0422 Cellular: 703 919-9623
> http://virtualschool.edu A Project with Paradoxical Goals
> PGP Signature: E194 C6E5 92D8 B8FB 20E8  8667 929A 95A0 FCB6 7C62
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 

Re: Windows 98 install of Tomcat + Apache 1.3.9

Posted by Brad Cox <bc...@virtualschool.edu>.
At 11:59 AM -0500 01/08/2000, James & Sue Ann Birchfield wrote:
>Should I even bother pursuing the above configuration?
>I have apache 1.3.9 and jserv 1.1b3 running fine,
>but following the TOMCAT+APACHE HOWTO gets me nowhere.

Its useless. We'd be much better off if it were removed.

>I was thinking the configuration of such would be close
>to the jserv configuration, but I guess not.  I see the
>tomcat.conf file, but no way to set claspaths,zones,etc...

They're not even remotely similar. How I did it:
	Set classpaths by editing env.tomcat and/or tomcat.sh
	Set zones (aka contexts) by following the FAQ
	Set logfiles by editing your servlet's init method 

>Is there anymore documentation anywhere?

There were a couple of howtos posted to this list earlier that were better.

---
Dr. Brad Cox bcox@virtualschool.edu
Phone: 703 361 4751 Fax: 703 995 0422 Cellular: 703 919-9623
http://virtualschool.edu A Project with Paradoxical Goals
PGP Signature: E194 C6E5 92D8 B8FB 20E8  8667 929A 95A0 FCB6 7C62