> >> done
> >>> the "other" way, with all companies sharing the core code. I'm not
> >> exactly
> >>> sure on how I'd even begin to do this. While I made a good point that
> A
> >> -
> >>> it's more s
> This is where my inexperience in tomcat will shine through.
>
> Scrapped all xxx.test.com sub-d's and went with test.com/[company id]
> as the
> way to go. It prevented me from having to edit the server.xml file and
> restart tomcat each and everytime that a company is added / subtracted.
> You
nt
>>> of time. It then becomes a logistical issue. All that aside, would you
>>> have any clue as to how would I go about starting something like that?
>> I'm
>>> going to check the docs more closely, however, I am not confident that I
>>> will find anything li
> From: Josh Gooding [mailto:josh.good...@gmail.com]
> Subject: Re: Just a few questions on my Tomcat Configuration
>
> Servlet filters though aren't they defined in the server.xml file?
No, filters are an aspect of the servlet spec, and are declared in web.xml
(valves are To
ke that?
> I'm
> > going to check the docs more closely, however, I am not confident that I
> > will find anything like that in there.
> >
> > - Josh
> >
> > On Wed, Jun 17, 2009 at 10:10 PM, Caldarale, Charles R <
> > chuck.caldar...@unisys.com>
:10 PM, Caldarale, Charles R <
> chuck.caldar...@unisys.com> wrote:
>
>>> From: Josh Gooding [mailto:josh.good...@gmail.com]
>>> Subject: Re: Just a few questions on my Tomcat Configuration
>>>
>>> Maybe each company would have a customized few pages each with
om: Josh Gooding [mailto:josh.good...@gmail.com]
> > Subject: Re: Just a few questions on my Tomcat Configuration
> >
> > Maybe each company would have a customized few pages each with
> > their own directories, tied to their own schema, etc, but point
> > to the core a
> From: Josh Gooding [mailto:josh.good...@gmail.com]
> Subject: Re: Just a few questions on my Tomcat Configuration
>
> Maybe each company would have a customized few pages each with
> their own directories, tied to their own schema, etc, but point
> to the core application in
h Gooding [mailto:josh.good...@gmail.com]
> > Subject: Re: Just a few questions on my Tomcat Configuration
> >
> > This is what I was trying to figure out. How can I add one on the fly
> > without restarting Tomcat each time I add / remove a subdomain.
>
> It's t
> From: Josh Gooding [mailto:josh.good...@gmail.com]
> Subject: Re: Just a few questions on my Tomcat Configuration
>
> This is what I was trying to figure out. How can I add one on the fly
> without restarting Tomcat each time I add / remove a subdomain.
It's theoretically
On Wed, Jun 17, 2009 at 12:02 AM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Josh Gooding [mailto:josh.good...@gmail.com]
> > Subject: Re: Just a few questions on my Tomcat Configuration
>
> No, the appBase attribute defines where *all* of the w
> From: Josh Gooding [mailto:josh.good...@gmail.com]
> Subject: Re: Just a few questions on my Tomcat Configuration
>
> Not sure if I follow how you can have more than one webapp
> for any given .
The normal state of affairs is to have multiple webapps; look at what comes
with T
As for the transcription error? it is just that, I fat fingered some
keystrokes and it sent it in the middle of an edit. I was going to take out
the second abc and edit it to say xyz and have the 2nd reflect that.
Not sure if I follow how you can have more than one webapp for any given
. Would
> From: Josh Gooding [mailto:josh.good...@gmail.com]
> Subject: Re: Just a few questions on my Tomcat Configuration
>
> the problem I was having is that instead of using
> $CATALINA_HOME/[directory name]/ROOT, I was leaving
> the ROOT directory out and putting it into just th
rale, Charles R <
> chuck.caldar...@unisys.com> wrote:
>
>> > From: Josh Gooding [mailto:josh.good...@gmail.com]
>> > Subject: Re: Just a few questions on my Tomcat Configuration
>> >
>> > I use virtual hosting to create /abcapps and /xyzapps and install
gt; From: Josh Gooding [mailto:josh.good...@gmail.com]
> > Subject: Re: Just a few questions on my Tomcat Configuration
> >
> > I use virtual hosting to create /abcapps and /xyzapps and install the
> > "program" in each directory.
>
> The proper term is webapp, not
> From: Josh Gooding [mailto:josh.good...@gmail.com]
> Subject: Re: Just a few questions on my Tomcat Configuration
>
> I use virtual hosting to create /abcapps and /xyzapps and install the
> "program" in each directory.
The proper term is webapp, not "program&
com]
> > Subject: Re: Just a few questions on my Tomcat Configuration
> >
> > Will this happen even if I do not deploy the project via a .war file?
>
> Not on 6.0.18 (and I haven't actually tried 6.0.20 yet). But it doesn't
> really matter - you can create the
> From: Josh Gooding [mailto:josh.good...@gmail.com]
> Subject: Re: Just a few questions on my Tomcat Configuration
>
> Will this happen even if I do not deploy the project via a .war file?
Not on 6.0.18 (and I haven't actually tried 6.0.20 yet). But it doesn't really
m
On Wed, Jun 3, 2009 at 10:36 AM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
> > Subject: RE: Just a few questions on my Tomcat Configuration
> >
> > Tomcat will create the subdirectori
> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
> Subject: RE: Just a few questions on my Tomcat Configuration
>
> Tomcat will create the subdirectories as needed, such as when you
> deploy a .war file that has an context.xml file in its META-INF
> directory
> From: Josh Gooding [mailto:josh.good...@gmail.com]
> Subject: Re: Just a few questions on my Tomcat Configuration
>
> Tomcat version is 6.0.18.
Good.
> My /conf directory is the standard windows installation directory
> structure it contains no other sud-directories, ju
k.caldar...@unisys.com> wrote:
> > From: Josh Gooding [mailto:josh.good...@gmail.com]
> > Subject: Just a few questions on my Tomcat Configuration
> >
> > I have tomcat running on a dedicated Windows server (this
> > is a web server).
>
> Tomcat version? Always tell u
> From: Josh Gooding [mailto:josh.good...@gmail.com]
> Subject: Just a few questions on my Tomcat Configuration
>
> I have tomcat running on a dedicated Windows server (this
> is a web server).
Tomcat version? Always tell us that - we're not mind readers.
> My /conf d
I have tomcat running on a dedicated Windows server (this is a web server).
I have been reading apache's site on Virtual Hosts for tomcat and I have a
few questions.
Here is how I need to get the software up and running.
1 instance of tomcat to serve on port 80 across all sub-domains (not an
issu
25 matches
Mail list logo