Re: A few questions over the websocket configuratior checkOrigin method

2019-02-22 Thread Mark Thomas
On 22/02/2019 13:16, Johan Compagner wrote: > https://docs.oracle.com/javaee/7/api/javax/websocket/server/ServerEndpointConfig.Configurator.html#checkOrigin-java.lang.String- > > first it says > > " The platform default implementation of this method makes a check of the > validity of the Origin h

A few questions over the websocket configuratior checkOrigin method

2019-02-22 Thread Johan Compagner
https://docs.oracle.com/javaee/7/api/javax/websocket/server/ServerEndpointConfig.Configurator.html#checkOrigin-java.lang.String- first it says " The platform default implementation of this method makes a check of the validity of the Origin header sent along with the opening handshake following th

Re: Just a few questions on my Tomcat Configuration

2009-06-23 Thread Josh Gooding
> >> 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

RE: Just a few questions on my Tomcat Configuration

2009-06-22 Thread George Sexton
> 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

Re: Just a few questions on my Tomcat Configuration

2009-06-22 Thread Pid
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

RE: Just a few questions on my Tomcat Configuration

2009-06-22 Thread Caldarale, Charles R
> 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

Re: Just a few questions on my Tomcat Configuration

2009-06-22 Thread Josh Gooding
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>

Re: Just a few questions on my Tomcat Configuration

2009-06-22 Thread Pid
: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

Re: Just a few questions on my Tomcat Configuration

2009-06-22 Thread Josh Gooding
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

RE: Just a few questions on my Tomcat Configuration

2009-06-17 Thread Caldarale, Charles R
> 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

Re: Just a few questions on my Tomcat Configuration

2009-06-17 Thread Josh Gooding
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

RE: Just a few questions on my Tomcat Configuration

2009-06-17 Thread Caldarale, Charles R
> 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

Re: Just a few questions on my Tomcat Configuration

2009-06-17 Thread Josh Gooding
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

RE: Just a few questions on my Tomcat Configuration

2009-06-16 Thread Caldarale, Charles R
> 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

Re: Just a few questions on my Tomcat Configuration

2009-06-16 Thread Josh Gooding
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

RE: Just a few questions on my Tomcat Configuration

2009-06-16 Thread Caldarale, Charles R
> 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

Re: Just a few questions on my Tomcat Configuration

2009-06-16 Thread Josh Gooding
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

Re: Just a few questions on my Tomcat Configuration

2009-06-03 Thread Josh Gooding
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

RE: Just a few questions on my Tomcat Configuration

2009-06-03 Thread Caldarale, Charles R
> 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&

Re: Just a few questions on my Tomcat Configuration

2009-06-03 Thread Josh Gooding
l, but can I do the same thing in the server.xml file since it is a core file that tomcat relies on for it's configuration? Thanks again! On Wed, Jun 3, 2009 at 11:25 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Josh Gooding [mailto:josh.good...@gmail.

RE: Just a few questions on my Tomcat Configuration

2009-06-03 Thread Caldarale, Charles R
> 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

Re: Just a few questions on my Tomcat Configuration

2009-06-03 Thread Josh Gooding
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

RE: Just a few questions on my Tomcat Configuration

2009-06-03 Thread Caldarale, Charles R
> 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

RE: Just a few questions on my Tomcat Configuration

2009-06-03 Thread Caldarale, Charles R
> 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

Re: Just a few questions on my Tomcat Configuration

2009-06-03 Thread Josh Gooding
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

RE: Just a few questions on my Tomcat Configuration

2009-06-02 Thread Caldarale, Charles R
> 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

Just a few questions on my Tomcat Configuration

2009-06-02 Thread Josh Gooding
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 (n

Re: A few questions

2008-06-19 Thread jan
Thanks, guys! /jan Walter Thompson wrote: Then use "startup.sh" or "shutdown.sh" Walter -Original Message- From: Steve Ochani [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2008 10:44 AM To: Tomcat Users List Subject: RE: A few questions Date sent:

RE: A few questions

2008-06-19 Thread Walter Thompson
Then use "startup.sh" or "shutdown.sh" Walter -Original Message- From: Steve Ochani [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2008 10:44 AM To: Tomcat Users List Subject: RE: A few questions Date sent: Thu, 19 Jun 2008

RE: A few questions

2008-06-19 Thread Steve Ochani
Date sent: Thu, 19 Jun 2008 10:30:15 -0500 From: Walter Thompson <[EMAIL PROTECTED]> Subject: RE: A few questions To: Tomcat Users List Send reply to: Tomcat Users List > In the Tomcat bin directory there shou

RE: A few questions

2008-06-19 Thread Walter Thompson
AIL PROTECTED] Sent: Thursday, June 19, 2008 5:53 AM To: Tomcat Users List Subject: A few questions The answer to these questions are quite possibly annoyingly obvious, but I haven't been able to find them in the User Guide. 1. What is the proper way of shutting down tomcat? I start it with

Re: A few questions

2008-06-19 Thread Steve Ochani
Date sent: Thu, 19 Jun 2008 11:52:59 +0100 From: jan <[EMAIL PROTECTED]> Subject: A few questions To: Tomcat Users List Send reply to: Tomcat Users List > The answer to these questions are quite possibly a

A few questions

2008-06-19 Thread jan
The answer to these questions are quite possibly annoyingly obvious, but I haven't been able to find them in the User Guide. 1. What is the proper way of shutting down tomcat? I start it with what I have found in the user guide: export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.13 /u01/tomca

Re: My first JAAS implementation. A few questions.

2007-04-25 Thread shahab
ole names I added to the > subject > also return false... has anyone got some helpful ideas please? > > If more source is needed I can gladly provide it if will help > > - > To unsubscribe, e-mail: [EMAIL PROTE