RE: Help: Windows Server on Linux Client

2004-12-08 Thread Benson Margulies
mcat Users List Subject: RE: Help: Windows Server on Linux Client Thanks! I've got Tomcat to work on port 80 with IIS service disabled! The problem now is request.getRemoteUser() returns NULL? Before, when I'm integrating it with IIS, request.getRemoteUser() returns the login name of

RE: Help: Windows Server on Linux Client

2004-12-08 Thread Benson Margulies
lto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 10:25 PM To: Tomcat Users List Subject: RE: Help: Windows Server on Linux Client but where to type [EMAIL PROTECTED] or foo\domain in linux? sorry im a newbie in linux... thanks! aris -Original Message- From: Benson Margulies [mai

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
riginal Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 12:34 PM To: Tomcat Users List Subject: Re: Help: Windows Server on Linux Client 1. Is IIS shutdown (Stop the service and disable it)? 2. Is Tomcat up and running? 3. http://localh

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Caldarale, Charles R
> From: Aris Javier [mailto:[EMAIL PROTECTED] > Subject: RE: Help: Windows Server on Linux Client > > I've changed my server.xml to port 80 and disconnected IIS... > but "page cannot be displayed" appeared...? The first thing to try is a clean Tomcat install, updat

Re: Help: Windows Server on Linux Client

2004-12-07 Thread Parsons Technical Services
security. Doug - Original Message - From: "Aris Javier" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 11:16 PM Subject: RE: Help: Windows Server on Linux Client thanks Chuck! I've changed my server.xml t

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
ROTECTED] Sent: Wednesday, December 08, 2004 11:51 AM To: Tomcat Users List Subject: RE: Help: Windows Server on Linux Client > From: Aris Javier [mailto:[EMAIL PROTECTED] > Subject: RE: Help: Windows Server on Linux Client > > if I will not use IIS, how to remove 8080 in URL then?

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Caldarale, Charles R
> From: Aris Javier [mailto:[EMAIL PROTECTED] > Subject: RE: Help: Windows Server on Linux Client > > if I will not use IIS, how to remove 8080 in URL then? Tomcat's HTTP connector is configured in server.xml. By default, Tomcat ships with the port number set to 8080 so you

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
but where to type [EMAIL PROTECTED] or foo\domain in linux? sorry im a newbie in linux... thanks! aris -Original Message- From: Benson Margulies [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 10:12 AM To: Tomcat Users List Subject: RE: Help: Windows Server on Linux Client

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
List Subject: Re: Help: Windows Server on Linux Client With the Anonymous Access disabled, did it prompt for a login on Linux machines? If yes, then Benson has you covered. If not, then can you use Tomcat without IIS? Is there something that has to run on IIS? As for the JDBCRealm, it does not

Re: Help: Windows Server on Linux Client

2004-12-07 Thread Parsons Technical Services
- From: "Aris Javier" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 8:51 PM Subject: RE: Help: Windows Server on Linux Client Hello! I already enabled "Anonymous Access" but to no success... =| I

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Benson Margulies
The user can type [EMAIL PROTECTED] in as their user name to the basic auth box, and their domain password, or foo\domain. And then the IIS will cheerfully authenticate them to the domain. - To unsubscribe, e-mail: [EMAIL PROTECTE

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
x? Thanks! -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 11:55 AM To: Tomcat Users List Subject: Re: Help: Windows Server on Linux Client Aris, Do want the only people that use the app to be domain users? If so, then you will need to

Re: Help: Windows Server on Linux Client

2004-12-06 Thread Parsons Technical Services
So to recap: On windows server you have disabled Anonymous access. Only Domain users are to be allowed. Windows using IE and Linux using Firefox work. Mozilla and konqueror do not. All of this with the browser hitting IIS on the front end. If this is correct, then the issue is with the browser and

RE: Help: Windows Server on Linux Client

2004-12-06 Thread Aris Javier
r 06, 2004 11:55 AM To: Tomcat Users List Subject: Re: Help: Windows Server on Linux Client Aris, Do want the only people that use the app to be domain users? If so, then you will need to implement a different security system if users will be on non windows machines. One option is the authentica

[OT] Re: help with html + servlet

2004-12-06 Thread Ben Souther
> Ben - I will try your examples. the example says > "Download SimpleServlet.war to your TOMCAT_HOME\webapps" > Should I download this code to my Tomcat5.0\webapps\ROOT > or Tomcat5.0\webapps\ROOT\WEB-INF\classes\ directorie No, to deploy a war file in Tomcat, just pl

Re: help with html + servlet

2004-12-06 Thread Nestor Florez
The assign text book is "Beginning java 2", Ivor Horton, but I was reading one of O'reilly's books about servlets I am also trying to do the same thing using the Oracle 10g IDE but I have the same problem. The thing is in our previous homework I manage to make jsp files find on TOmcat by putting

Re: help with html + servlet

2004-12-06 Thread Wendy Smoak
From: "Nestor Florez" <[EMAIL PROTECTED]> > I put my HTML code in the Tomcat 5.0\webapps\ROOT directory and I > am putting my servlet in the Tomcat 5.0\webapps\ROOT\WEB-INF\classes\florezn, Make sure your package statement is correct for that path. > I am doing this for a homework and part one is

Re: help with html + servlet

2004-12-06 Thread Ben Souther
I've got some example code here: http://simple.souther.us SimpleBean has an example of a form post. SimpleServlet has a mapped bean. They're all war files that you can just drop into your webapps folder and run. On Mon, 2004-12-06 at 12:24, Nestor Florez wrote: > Hello experts, > > I am read

Re: Help: Windows Server on Linux Client

2004-12-05 Thread Parsons Technical Services
access. Doug www.parsonstechnical.com - Original Message - From: "Aris Javier" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, December 05, 2004 9:19 PM Subject: RE: Help: Windows Server on Linux Client Thanks for your reply

RE: Help: Windows Server on Linux Client

2004-12-05 Thread Brad Cobb
-Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: Monday, 6 December 2004 10:20 AM To: Tomcat Users List Subject: RE: Help: Windows Server on Linux Client > Thanks for your reply Brad! no problems. Hope it helps. > Inside IIS (myApp virtual directory),

RE: Help: Windows Server on Linux Client

2004-12-05 Thread Aris Javier
App will work.. if in linux, should I enable "anonymous access" ? I will also try url with 8080 port included and see if it works in linux... http://localhost:8080/myApp -Original Message- From: Brad Cobb [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 10:06 AM To:

RE: Help: Windows Server on Linux Client

2004-12-05 Thread Brad Cobb
Hi, > The server is Windows 2k (development pc) running tomcat 5.0.27 > using jk2 connector to run on IIS... my web apps don't have problems > on windows client... I would be looking at your IIS permissions. Are you using 'Anonymous Access' in IIS? It sounds like your Windows clients are ac

RE: help - Java error starting Tomcat 5

2004-11-29 Thread David Stevenson
On Mon, 2004-11-29 at 10:50, Shapira, Yoav wrote: > Hi, > What version of Tomcat 5, and from what distribution? It seems like > your installation is incomplete or corrupt. > > Yoav Shapira http://www.yoavshapira.com > We have had some corruption issues on Solaris with Tomcat distributions. Bec

Re: help - Java error starting Tomcat 5

2004-11-29 Thread David Stevenson
On Mon, 2004-11-29 at 10:44, Billy Talton wrote: > All, > > I'm attempting to install Tomcat 5 on my Fedora 2 server. The > packages appear to install just fine but I get the following error > when I try to start the server. I'm using java version "1.4.1_03". > Any ideas? > > > [EMAIL PROTECT

RE: help - Java error starting Tomcat 5

2004-11-29 Thread Shapira, Yoav
Hi, What version of Tomcat 5, and from what distribution? It seems like your installation is incomplete or corrupt. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Billy Talton [mailto:[EMAIL PROTECTED] >Sent: Monday, November 29, 2004 10:44 AM >To: [EMAIL PROTECTED]

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Allistair Crossley
Tomcat Users List' > Subject: RE: help on JDNI , DBCP with oracle > > > Do you mean commons-collection is no longer in 5.5.4 common/lib? > > -Original Message- > From: Allistair Crossley [mailto:[EMAIL PROTECTED] > Sent: November 26, 2004 10:14 AM > To: Tomcat U

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Phillip Qin
Do you mean commons-collection is no longer in 5.5.4 common/lib? -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: November 26, 2004 10:14 AM To: Tomcat Users List Subject: RE: help on JDNI , DBCP with oracle not in Tomcat 5.5.4 it isn't. i have co

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Allistair Crossley
not in Tomcat 5.5.4 it isn't. i have commons-collections in our web-inf/lib, and we use jndi datasources without problem. > -Original Message- > From: Phillip Qin [mailto:[EMAIL PROTECTED] > Sent: 26 November 2004 15:05 > To: 'Tomcat Users List' > Subject

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Phillip Qin
Wrong suggestion. It will cause NoClassDefFoundException since Tomcat has it in common/lib. -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: November 26, 2004 6:21 AM To: Tomcat Users List Subject: RE: help on JDNI , DBCP with oracle check for commons

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread lydie soler
hanks again for your help ! it is really kind of you Lydie Original Message Follows From: "Vinayagam" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: Re: help on JD

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread lydie soler
ot; <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: Re: help on JDNI , DBCP with oracle Date: Fri, 26 Nov 2004 17:08:36 +0530 Ya! It should be in web-inf\lib. - Original Message - From: "Allistair Crossley" <[EMAIL PROTECTED]> To: &

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread lydie soler
;Tomcat Users List" <[EMAIL PROTECTED]> Subject: Re: help on JDNI , DBCP with oracle Date: Fri, 26 Nov 2004 17:08:36 +0530 Ya! It should be in web-inf\lib. - Original Message - From: "Allistair Crossley" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread Vinayagam
Ya! It should be in web-inf\lib. - Original Message - From: "Allistair Crossley" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, November 26, 2004 5:01 PM Subject: RE: help on JDNI , DBCP with oracle erm, no, there should *not

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Allistair Crossley
: "Vinayagam" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Friday, November 26, 2004 4:44 PM > Subject: Re: help on JDNI , DBCP with oracle > > > > Hi! > > > > Can u check ur web-inf\classes folder > &g

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread Vinayagam
HI! Sorry, Some spell miss Not .jsr it should be .jar Under this folder "org\apache" related .jar files should be there for - Original Message - From: "Vinayagam" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Fri

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Allistair Crossley
check for commons-collections.jar in your webapp's WEB-INF/lib folder. if you don't have it download from jakarta. > -Original Message- > From: lydie soler [mailto:[EMAIL PROTECTED] > Sent: 26 November 2004 11:02 > To: [EMAIL PROTECTED] > Subject: help on JDNI , DBCP with oracle > > > H

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread Vinayagam
Hi! Can u check ur web-inf\classes folder Under this folder "org\apache" related .jsr files should be there for Connection related process. Regards Vink - Original Message - From: "lydie soler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 26, 2004 4:32 PM Subjec

RE: help with context.xml

2004-11-23 Thread Shapira, Yoav
Hi, The context path is already in used. Stop (and if needed, remove) the application already deployed at /IMS. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Scott Pippin [mailto:[EMAIL PROTECTED] >Sent: Monday, November 22, 2004 6:58 PM >To: [EMAIL PROTECTED] >Sub

RE: help with out of memory error

2004-11-22 Thread Carl Olivier
To: Tomcat Users List Subject: RE: help with out of memory error I've seen most of that info before, but thanks for pointing it out. I'm really kind of clueless about what the problem could be. When I look at the Virtual Memory for Tomcat in the Task Manager, I see about 1.6 GB

RE: help with out of memory error

2004-11-22 Thread Carl Olivier
n flags as well as potentially compiling with fork set to true... Hope that helps. Regards, Carl -Original Message- From: Stephen Charles Huey [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 12:56 AM To: Tomcat Users List Subject: RE: help with out of memory error I've se

RE: help with out of memory error

2004-11-22 Thread Stephen Charles Huey
"Phillip Qin" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Date: Mon, 22 Nov 2004 16:56:25 -0500 Subject: RE: help with out of memory error Have you looked at this page? http://jakarta.apache.org/tomcat/faq/memory.html -Origi

RE: help with out of memory error

2004-11-22 Thread Phillip Qin
Have you looked at this page? http://jakarta.apache.org/tomcat/faq/memory.html -Original Message- From: Stephen Charles Huey [mailto:[EMAIL PROTECTED] Sent: November 22, 2004 4:50 PM To: Tomcat User Subject: help with out of memory error Is this just a really ambiguous error message,

RE: Help with mod_jk2

2004-10-19 Thread Mark Eggers
> Im trying to do multiple instances on different ports. the jkUriSet worked > great for the first one, but the second and third dont work. Im ending up > having to map every extension type in the workers2.properties which seems > totally wrong. > > I will try your technique and see if i can get

RE: Help with mod_jk2

2004-10-19 Thread tomcat
Hello Mark, You said you place this in httpd.conf: [uri:lvh/beg-servlets/servlet/*] worker=ajp13:localhost:8009 [uri:lvh.mdeggers.org/beg-servlets/servlet/*] worker=ajp13:localhost:8009 This looks like worker2 syntax. So this is the way to do it instead of jkUriSets between the Plus everytime

RE: Help with mod_jk2

2004-10-14 Thread Mark Eggers
OK, I'm coming in a little late to this thread. Here is my configuration for a "typical" web application using mod_jk2.so. I am running this on Fedora Core 2 with httpd 2.0.52 and Tomcat 5.0.28. httpd.conf == # # general section - for all virtual hosts # LoadModule jk2_module mo

RE: Help with mod_jk2

2004-10-14 Thread Montz, James C. (James Tower)
I set the Apache Vhost DocumentRoot to the same directory where the JSP pages reside; i.e. DocumentRoot /home/tomcatapp/webapps/ROOT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 1:22 PM To: Tomcat Users List Subject: RE: Help

RE: Help with mod_jk2

2004-10-14 Thread tomcat
Ok I got it working by adding the opening and closing I didnt think those worked with apache2. Still have problem, How do you handle the images? Images dont show up. Do I need to add jkuriset for images? Thanks you guys have been most helpful! John > Hello, > > Using jkUriSet I get this now:

RE: Help with mod_jk2

2004-10-14 Thread tomcat
Hello, Using jkUriSet I get this now: [Thu Oct 14 10:57:32 2004] [notice] uriEnv.setAttribute() the worker directive is deprecated. Use 'group' instead. (I removed all the uri mapping for that instance in workers2) And tomcat isnt getting routed to port 80. Any ideas? Thanks! > Just a simple

RE: Help with mod_jk2

2004-10-14 Thread tomcat
Yes apache. Well, I thought it strange too that it wasnt passing the html, gif etc unless i added it to the workers2. So I can put this jkUriSet in the apache file. -nice Ill try this. This is what I did for mod_jk, but those jkmounts no longer worked in apache2. Thanks! John > Just a simple q

RE: Help with mod_jk2

2004-10-14 Thread Montz, James C. (James Tower)
Just a simple questions, then an answer. If you are front-ending Tomcat with a web server, why are you passing things like .html, .gif, .jpg, etc. to Tomcat to process? The web server itself is a bit more efficient in handling this content. Secondly, what web server front end are you using? On

RE: Help!

2004-10-12 Thread Pawson, David
-Original Message- From: Martin Crowe Could anyone point me in the right direction please - any pointers to manuals or webpages that would help, or just any knowledge that could be passed on to me regarding this. http://cymulacrum.net/writings/tomcat5/book1.html

RE: help-me

2004-10-04 Thread Shapira, Yoav
Hi, One question that's good to ask if whether you need Apache, or whether Tomcat by itself can meet your requirements. Tomcat can serve static content such as HTML and images. So on this list, we frequently suggest that new Tomcat users first try Tomcat by itself. You can always add Apache

Re: Help ---care ..........Environment Variables

2004-09-27 Thread Robert Bateman
I find these articles from Novell to be more informative http://developer.novell.com/ndk/apache.htm and http://www.novell.com/documentation/nw6p/index.html?page=/documentation/nw6p/adminenu/data/a3fd4py.html Best of luck Bob On Monday 27 September 2004 01:59 pm, Keith Vaughn wrote: > I have

Re: Help on setting up tomcat paths properly

2004-09-22 Thread QM
On Wed, Sep 22, 2004 at 11:36:53AM +0530, Shanti Priya wrote: : I am using tomcat 4.1.18 version.Whenever i startup my : tomcat it throws the following error .I have actually set up the paths : properly. Plz go through the following 4 issues. : : : 1---) My classpath(Env variabl

RE: Help on tomcat server path set up

2004-09-21 Thread Shanti Priya
) -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 11:38 AM To: Tomcat Users List Subject: Re: Help on tomcat server path set up This may be due to having 2 or more servlet.jar files in the class path. Check that WEB-INF\lib dont have this jar file

Re: Help on tomcat server path set up

2004-09-21 Thread Antony Paul
This may be due to having 2 or more servlet.jar files in the class path. Check that WEB-INF\lib dont have this jar file. This jar file is provided by the container. Also no need to set up classpath for running Tomcat. The Tomcat start up scripts does this. The classpath you set cannot be seen b

RE: Help on database and server configuration

2004-09-21 Thread Caroline Jen
lib also.Please help > me out. > > thanks > > shanti > > > > -Original Message- > > From: Ben Souther [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, September 21, 2004 6:53 PM > > To: Tomcat Users List > > Subject: Re: Help on datab

Re: Help on database and server configuration

2004-09-21 Thread QM
On Tue, Sep 21, 2004 at 07:03:54PM +0530, Shanti Priya wrote: : I have gone through that,but it's not that useful for me as i : have a bug with my database setups.As already suggested by the other user i : set up the classes12.zip in lib also.Please help me out. Then it sounds more l

RE: Help on database and server configuration

2004-09-21 Thread Ben Souther
e setups.As already suggested by the other user i > set up the classes12.zip in lib also.Please help me out. > thanks > shanti > > -Original Message- > From: Ben Souther [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 21, 2004 6:53 PM > To: Tomcat Users List

RE: Help on database and server configuration

2004-09-21 Thread Shanti Priya
EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 6:53 PM To: Tomcat Users List Subject: Re: Help on database and server configuration Hereyougo... http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html On Tue, 2004-09-21 at 09:23, Shanti Priya wrote: > Hi!! > I have an appl

Re: Help on database and server configuration

2004-09-21 Thread Ben Souther
Hereyougo... http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html On Tue, 2004-09-21 at 09:23, Shanti Priya wrote: > Hi!! > I have an application war file with me,that has to be > installed on local tomcat5.It's developed using jsp/struts and oracle is the > database.I basic

RE: help to deploy to dir other than webapps

2004-09-21 Thread Shapira, Yoav
Hi, Do you know which specific version of 4.1 you're using? There have been relevant bug fixes on that branch for the problem you're describing. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Wick, Daniel [mailto:[EMAIL PROTECTED] >Sent: Monday, September 20, 2

RE: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours

2004-09-15 Thread Zsolt Koppany
September 14, 2004 11:32 PM > To: Tomcat Users List > Subject: RE: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 > hours > > > Right, you don't need a lot of load to see this problem arise over time. > Because the connections aren't cleaning themselves up,

RE: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours

2004-09-14 Thread Tran, John
PROTECTED] Sent: Tuesday, September 14, 2004 2:30 PM To: Tomcat Users List Subject: Re: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours The funny thing is there is no load on this server, maybe 100 hits/day go to the web application and maybe 10K hits/day to the Web server by itself. A

Re: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours

2004-09-14 Thread John Gentilin
The funny thing is there is no load on this server, maybe 100 hits/day go to the web application and maybe 10K hits/day to the Web server by itself. Another piece of the puzzle is that when Tomcat stops handling requests; I try to stop Tomcat with catalins.sh, it reports a success the first time

RE: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours

2004-09-14 Thread Tran, John
Are you using mod_jk? http://jakarta.apache.org/tomcat/connectors-doc/jk2/faq.html This *might* apply: "Under heavy load, I've got many threads in Tomcat even if my Apache Web Server handle much of the load Under heavy load, Apache WebServer create many childs to handle the load, which will i

RE: Help setting up a default web application

2004-09-14 Thread Shapira, Yoav
t;-Original Message- >From: Pete [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 14, 2004 9:14 AM >To: Tomcat Users List >Subject: RE: Help setting up a default web application > >Hi Yoav, > > I basically use a listener to start a series of singleton classes, &

RE: Help setting up a default web application

2004-09-14 Thread Shapira, Yoav
Hi, There's no "preferred" way to use a singleton: like all other design patterns, it depends on your requirements. The difference between putting the singleton class in the shared or common directory and putting it in the WEB-INF/lib directory of each webapp is very significant. There is one in

RE: Help setting up a default web application

2004-09-14 Thread Pete
/webdav:default]: Loading container servlet default 2004-09-14 13:31:22 StandardWrapper[/webdav:invoker]: Loading container servlet invoker Thanks again for you time and help, Pete -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 14 September 2004 13:54 To: Tomcat Users Li

RE: Help setting up a default web application

2004-09-14 Thread Shapira, Yoav
Hi, >I then get the bind exception when I attempt to access the web application, >since tomcat appears to re-load the webapp in another class loader. There's one I've never heard before ;) That's something I like about this list, always something new. Tomcat wouldn't reload (or stop, or start,

RE: Help setting up a default web application

2004-09-14 Thread Pete
the webapp in another class loader. Is there any debug flags that I can use in order to try and track down this problem ? Thanks Pete -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 17:20 To: Tomcat Users List Subject: RE: Help setting up a

RE: Help setting up a default web application

2004-09-13 Thread Shapira, Yoav
don't get a bind exception (or any other exceptions) when you start up. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Pete [mailto:[EMAIL PROTECTED] >Sent: Monday, September 13, 2004 12:19 PM >To: Tomcat Users List >Subject: RE: Help setting up

RE: Help setting up a default web application

2004-09-13 Thread Pete
-Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 17:05 To: Tomcat Users List Subject: RE: Help setting up a default web application Hi, Context path="/" is a no-no. Use path="" for the "default" web application, and path="/so

RE: Help setting up a default web application

2004-09-13 Thread Shapira, Yoav
>-Original Message- >From: Pete [mailto:[EMAIL PROTECTED] >Sent: Monday, September 13, 2004 12:05 PM >To: Tomcat Users List >Subject: RE: Help setting up a default web application > >Hi Ben, > >Thanks for your help, unfortunatly that still has not solv

RE: Help setting up a default web application

2004-09-13 Thread Pete
2.4.0 Thanks again for your help Basically i use my listener to load create a server socket for one of our apps to connect to. Thanks again for your help Pete -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 16:33 To: Tomcat Users List Subject: RE: Help set

RE: Help setting up a default web application

2004-09-13 Thread Ben Souther
problem because I get a Bind Exception. > > Thanks > > Pete > > -Original Message- > From: Ben Souther [mailto:[EMAIL PROTECTED] > Sent: 13 September 2004 15:52 > To: Tomcat Users List > Subject: Re: Help setting up a default web application > > >

RE: Help setting up a default web application

2004-09-13 Thread Pete
Pete -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 15:52 To: Tomcat Users List Subject: Re: Help setting up a default web application If you're manually configuring server.xml, shut off autodeploy in the Host node. On Mon, 2004-09-13 at

Re: Help setting up a default web application

2004-09-13 Thread Ben Souther
If you're manually configuring server.xml, shut off autodeploy in the Host node. On Mon, 2004-09-13 at 10:50, Pete wrote: > Hi All, > > I was hoping that someone would be able to explain that when I set a > Context in the server.xml: > > crossContext="false"/> > > that tomcat appears to

Other Question - RE: Help - Newbie questions - where are the uplo aded files stored ?

2004-09-11 Thread MATHOT Jacques
-Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: vendredi 10 septembre 2004 14:54 To: Tomcat Users List; Arun Prasad R Subject: RE: Help - Newbie questions - where are the uploaded files stored ? Hi, Both this and the original poster's intent are pretty bad as f

RE: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread Shapira, Yoav
gt;Sent: Friday, September 10, 2004 11:36 AM >To: Shapira, Yoav >Cc: Tomcat Users List >Subject: Re: Help - Newbie questions - where are the uploaded files stored >? > >On Fri, Sep 10, 2004 at 10:57:18AM -0400, Shapira, Yoav wrote: >> Isn't that "crap"

Re: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread John Villar
Actually, the list and all its recipients are the actual "individual(s)" (Lawyer lingo, yuck!!) the mail is intended to Remember, most of us have a daily work and use tomcat as a tool on our works... [EMAIL PROTECTED] escribió: On Fri, Sep 10, 2004 at 10:57:18AM -0400, Shapira, Yoav wrote:

Re: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread erh
On Fri, Sep 10, 2004 at 10:57:18AM -0400, Shapira, Yoav wrote: > Isn't that "crap" self-evident? ;) Most companies attach such footers > and related disclaimers or legal notices to all outgoing mail, and most > users can't control it. well then you shouldn't be using a work email address

RE: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread Shapira, Yoav
Hi, >> This message and any files transmitted with it are legally privileged and >intended for the sole use of the individual(s) or entity to whom they are >addressed. If you are not the intended recipient, please notify the sender >by reply and delete the message and any attachments from your sy

Re: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread erh
On Fri, Sep 10, 2004 at 12:00:45PM +0200, MATHOT Jacques wrote: > I am implementing an upload function for my web applications using Tomcat 4.0.14 > server. I was expecting the files to be stored on the root directory of my > application and not in one of the own Tomcat directories. > How can I s

RE: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread Shapira, Yoav
t;From: Arun Prasad R [mailto:[EMAIL PROTECTED] >Sent: Friday, September 10, 2004 8:00 AM >To: Tomcat Users List >Subject: Re: Help - Newbie questions - where are the uploaded files stored >? > >hi > >you can set a session property like >System.setProperty("user.dir&q

Re: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread Arun Prasad R
hi you can set a session property like System.setProperty("user.dir", "/your/application/home"); this will change the applications current working dir. i have not checked the side effects. whether tomcat will be affected by this action or not arun On Fri, 10 Sep 2004 12:00:45 +0200, MATHOT Jacq

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
pages). thanks again dave lash -Original Message- From: Lash, David A (David) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 11:49 AM To: Tomcat Users List Subject: RE: Help with Tomcat Install? Hi all Here is the contents of webapps/ROOT WEB-INF

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
eb.xml file can contain just the root element with nothing in it, as his does: that's both valid and supported by Tomcat. Yoav Shapira Millennium Research Informatics -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 12:39 PM To

RE: Help with Tomcat Install?

2004-09-08 Thread Gerardo Juarez
age- > From: Avinash R S [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 08, 2004 11:47 AM > To: Tomcat Users List > Subject: Re: Help with Tomcat Install? > > John, > > Root App does not have a servlet. The page accessed is a static html page > ROOT/inde

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
that defines where tomcat looks for root files? (perhaps someone (at my site) changed this). Thanks Dave lash -Original Message- From: Avinash R S [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 11:47 AM To: Tomcat Users List Subject: Re: Help with Tomcat Install? John

Re: Help with Tomcat Install?

2004-09-08 Thread Avinash R S
ROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, September 08, 2004 10:08 PM Subject: Re: Help with Tomcat Install? > I think that's not the case, look that he gets a 404 status from tomcat > with a "Apache Tomcat/4.1.18" signature

RE: Help with Tomcat Install?

2004-09-08 Thread Shapira, Yoav
>-Original Message- >From: John Villar [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 08, 2004 12:39 PM >To: Tomcat Users List >Subject: Re: Help with Tomcat Install? > >I think that's not the case, look that he gets a 404 status from tomcat >with a "

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
Yoav Shapira Millennium Research Informatics -Original Message- From: Avinash R S [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 12:24 PM To: Tomcat Users List Subject: Re: Help with Tomcat Install? It looks like the port is being used by another application. Run Shutdown.

RE: Help with Tomcat Install?

2004-09-08 Thread Shapira, Yoav
pira Millennium Research Informatics >-Original Message- >From: Avinash R S [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 08, 2004 12:24 PM >To: Tomcat Users List >Subject: Re: Help with Tomcat Install? > >It looks like the port is being used by another appli

Re: Help with Tomcat Install?

2004-09-08 Thread Avinash R S
st" <[EMAIL PROTECTED]> Sent: Wednesday, September 08, 2004 9:45 PM Subject: Re: Help with Tomcat Install? > > >Catalina.start: LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use:8080 > >LifecycleExc

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
Catalina.start: LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use:8080 LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use:8080 This error is saying that port 8080 is already taken,

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
Tomcat Welcome to Tomcat -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 11:03 AM To: Tomcat Users List Subject: Re: Help with Tomcat Install? Well, certainly your Tomcat setup works fine, look at the end of your response page..

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) -Original Message- From: Gerardo Juarez [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 11:05 AM To: Tomcat Users List Subject: Re: Help with Tomcat Install? Ok

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
o Tomcat -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 11:03 AM To: Tomcat Users List Subject: Re: Help with Tomcat Install? Well, certainly your Tomcat setup works fine, look at the end of your response page it could be, however,

Re: Help with Tomcat Install?

2004-09-08 Thread Gerardo Juarez
Ok, you installed Tomcat, but is it running? Something like: $CATALINA_HOME/bin/start.sh should have happened before pointing at http://localhost:8080. It's a common mistake. Gerardo On Wed, 8 Sep 2004, Lash, David A (David) wrote: > Hi > I am trying to figure out why my tomcat install is not

<    1   2   3   4   5   6   7   8   9   10   >