Dumb question

2002-08-19 Thread Kemp Randy-W18971
Please forgive this dumb question - but I just don't get it. I prepare a war file in Tomcat and execute it OK. The war file consists of a few JSP and HTML pages. If I wish to just change one JSP or HTML page, do I: 1. Recreate the war file 2. Just move the files into the expanded dire

Re: Dumb question

2002-08-19 Thread Jacob Kjome
compiled and re-loaded when updated so you should see your changes upon the first request after adding the modified file *without* restarting Tomcat. Note that is isn't the case for servlets. Jake Monday, August 19, 2002, 1:46:53 PM, you wrote: KRW> Please forgive this dumb question - but

RE: Dumb question

2002-08-20 Thread Kemp Randy-W18971
Thank you Jake - for replying to my question. -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 2:15 PM To: Tomcat Users List Subject: Re: Dumb question Hello Kemp, Note that if a .war file exists *and* a directory with the name of the .war

Really DUMB question...

2004-01-29 Thread Robert Keddie
Im trying to make rules for the emails form this list and I looked at headers... Which dang address are these emails coming from?! Thanks. Robert Keddie Web Development Board of County Commissioners Marion County Florida - To un

RE: Really DUMB question...

2004-01-29 Thread Shapira, Yoav
Howdy, You probably want a to, not from, rule, to: [EMAIL PROTECTED] Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Robert Keddie [mailto:[EMAIL PROTECTED] >Sent: Thursday, January 29, 2004 9:44 AM >To: [EMAIL PROTECTED] >Subject: Really DUMB ques

Re: Really DUMB question...

2004-01-29 Thread Tim Funk
The best thing to do is look at the headers added by mailing list software. List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Then make your rule match on

Re: Really DUMB question...

2004-01-29 Thread pavan . k
L PROTECTED]> To <[EMAIL PROTECTED]> cc Subject Really DUMB question... Im trying to make rules for the emails form this list and I looked at headers... Which dang address are these emails coming from?! Thanks. Robert Keddie Web Development Boa

RE: Really DUMB question...

2004-01-29 Thread Robert Keddie
29, 2004 9:52 AMTo: Tomcat Users ListSubject: Re: Really DUMB question...  When to contains "[EMAIL PROTECTED] " do some thing Pavan KumarTata Consultancy ServicesMailto: [EMAIL PROTECTED]Website: http://www.tcs.com "Robert Keddie" <[EMAIL PROTECTED]>

Re: Really DUMB question...

2004-01-29 Thread Pete Stokes
[EMAIL PROTECTED] to: and cc: Robert Keddie wrote: trying to make rules for the emails form this list and I looked at headers... Which dang address are these emails coming from?! Thanks. Robert Keddie Web Development Board of County Commissioners Marion County Florida -

RE: Really DUMB question...

2004-01-29 Thread Hamilton Andrew
Regards, Drew -Original Message- From: Robert Keddie [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 10:00 AM To: Tomcat Users List Subject: RE: Really DUMB question... Thanks for the assistance...i tried thsi and to no avail. I apply the rule. And they still come into inbox

Re: Really DUMB question...

2004-01-29 Thread Jerry Ford
Robert: They're *from* anybody who posts to the list. Filter on messages where to and cc include "tomcat-user". Jerry Robert Keddie wrote: Im trying to make rules for the emails form this list and I looked at headers... Which dang address are these emails coming from?! Thanks. Robert Keddie

RE: Really DUMB question...

2004-01-29 Thread Robert Keddie
DUMB question... Robert: They're *from* anybody who posts to the list. Filter on messages where to and cc include "tomcat-user". Jerry Robert Keddie wrote: >Im trying to make rules for the emails form this list and I looked at >headers... >Which dang address are

RE: Really DUMB question...

2004-01-29 Thread Cox, Charlie
en they are in my address book). I've actually reached the limit for exchange (it's a "feature"). Charlie -Original Message- From: Robert Keddie [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 10:00 AM To: Tomcat Users List Subject: RE: Really DUMB q

Possibly a dumb question.

2005-06-21 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
Am I wrong in thinking that I may get better performance from Tomcat by building it from source rather than using a binary? My thought is that I will be able to more tightly integrate the connector and Tomcat by doing this... Also is anyone doing this...I seem to be getting actively refused by

Dumb Question ../servlet/com.justatest.test.MyServlet error

2002-09-19 Thread John-Paul Delaney
Hello List... I've created the directory path: webapps/jat/WEB-INF/classes/com/justatest/test/ but I get an error when I try to run the oreilly servlet from URL: http://localhost:8080/jat/servlet/com.justatest.test.InitSnoop The same servlet will run ok from URL: http://localhost:8080/jat/ser

RE: Dumb Question com.justatest.test.MyServlet error

2002-09-20 Thread John-Paul Delaney
> -Mensaje original- > De: John-Paul Delaney [mailto:[EMAIL PROTECTED]] > Enviado el: viernes, 20 de septiembre de 2002 12:43 > Para: [EMAIL PROTECTED] > Asunto: Dumb Question ../servlet/com.justatest.test.MyServlet error > > Hello List... > > I've creat

RE: Dumb Question com.justatest.test.MyServlet error

2002-09-20 Thread Andreas Mohrig
al Message- From: John-Paul Delaney [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 9:43 PM To: Tomcat Users List Subject: RE: Dumb Question com.justatest.test.MyServlet error Hello... Sorry about pushing so - but I'm stuck with this one What URL do I use to launch the se

RE: Dumb Question com.justatest.test.MyServlet error

2002-09-20 Thread Oakes, Jeff (HTSC, IT)
List' Subject: RE: Dumb Question com.justatest.test.MyServlet error I just experimented with this a bit. It seems tomcat provides standard mappings for the servlets you deploy under the document base of your webapp. A servlet residing in /webapps/jat/classes/com/justatest/test/MyServlet.cla

RE: Dumb Question com.justatest.test.MyServlet error

2002-09-20 Thread john-paul delaney
Thanks Andreas... at first I didn't want to use any web.xml entries as this was just a test directory to run the examples of the oreilly book. I just wanted to compile the examples and run them without messing with web.xml. Nevertheless, I took your advice but I get the same server exceptions

RE: Dumb Question com.justatest.test.MyServlet error

2002-09-21 Thread jon wingfield
one, recompile the class, redeploy and that should be it. Your servlet mapings are otherwise ok. Jon -Original Message- From: john-paul delaney [mailto:[EMAIL PROTECTED]] Sent: 21 September 2002 00:22 To: Tomcat Users List Subject: RE: Dumb Question com.justatest.test.MyServlet error

Dumb question about Tomcat & SSI

2002-03-28 Thread Anne & Larry Brunelle
Have been hassling about with Tomcat 4.0.2 (on RedHat 7.2) to try to get it to do SSI. If I follow the instructions by o renaming the .renametojar file to .jar and o uncommenting the servlet mappings in the web.xml file, and then shutting down and restarting, Tomcat ceases even to deliver

Dumb question of the day

2001-07-31 Thread Richard Draucker
Does anyone know where I can get a little tomcat .xpm icon for my Linux desktop? -- Richard Draucker [EMAIL PROTECTED] Protected-Data.Com www.protected-data.com Remote Data Support For Web Developers

really dumb question: tomcat + apache

2000-12-15 Thread Roubal, Eric
I'm trying to merely run the sample application given with the Tomcat documentation. I'm using tomcat-apache.conf. Merely using the ant tool like to doc tells me... Why do servlets only work when I address it as: http://localhost:8080/myapp/hello but it doesn't work when I put: http://loca

RE: Possibly a dumb question.

2005-06-21 Thread Caldarale, Charles R
> From: BATCHELOR, SCOTT (CONTRACTOR) [mailto:[EMAIL PROTECTED] > Subject: Possibly a dumb question. > > Am I wrong in thinking that I may get better performance from > Tomcat by building it from source rather than using a binary? Yes, you're wrong - unless you ha

RE: Dumb Question ../servlet/com.justatest.test.MyServlet error

2002-09-19 Thread Miguel Angel Mulero Martinez
Maybe the InitSnoop.java don't start with "package com.justatest.test;" -Mensaje original- De: John-Paul Delaney [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 20 de septiembre de 2002 12:43 Para: [EMAIL PROTECTED] Asunto: Dumb Question ../servlet/com.justatest.test.

RE: Dumb Question ../servlet/com.justatest.test.MyServlet error

2002-09-20 Thread john-paul delaney
Then what is the URL I should be using to invoke the InitSnoop servlet if the file system location is: webapps/jat/WEB-INF/classes/com/justatest/test/InitSnoop? thanks /j-p. On Fri, 20 Sep 2002, Miguel Angel Mulero Martinez wrote: > Maybe the InitSnoop.java don't start with "package com

RE: Solved! Dumb Question com.justatest.test.MyServlet error

2002-09-21 Thread john-paul delaney
---Original Message- > From: john-paul delaney [mailto:[EMAIL PROTECTED]] > Sent: 21 September 2002 00:22 > To: Tomcat Users List > Subject: RE: Dumb Question com.justatest.test.MyServlet error > > > Thanks Andreas... at first I didn't want to use any web.xml en

Re[2]: Dumb Question ../servlet/com.justatest.test.MyServlet error

2002-09-20 Thread Jacob Kjome
Hello john-paul, If you haven't provided a servlet-mapping, you can use Tomcat's invoker servlet like this: http://localhost:8080/jat/servlet/com.justatest.test.InitSnoop Otherwise, you could provide a servlet-mapping to, say, "/initsnoop" and access it like this: http://localhost:8080/jat/ini

Re: Re[2]: Dumb Question ../servlet/com.justatest.test.MyServleterror

2002-09-20 Thread john-paul delaney
Thanks for confirming that Jacob... I was beginning to doubt that I had understood the web app. deployment strategy. Nevertheless, an internal server error is returned when I use the url you suggested: Cannot allocate servlet instance for path /jat/servlet/com.justatest.test.InitSnoop. And the

RE: Re[2]: Dumb Question ../servlet/com.justatest.test.MyServleterror

2002-09-20 Thread john-paul delaney
> Are you saying that your directory structure (where the servlet .class > file resides) looks like the following: > > /webapps//WEB-INF/classes/com/justatest/test > /InitSnoop.class > Yes. Firstly, I needed to know if I was reading the docs correctly - it works for others apparantly, so t

RE: Re[2]: Dumb Question ../servlet/com.justatest.test.MyServlet error

2002-09-20 Thread Anand Sharma
From: john-paul delaney [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 3:49 PM To: Tomcat Users List Subject: Re: Re[2]: Dumb Question ../servlet/com.justatest.test.MyServlet error Thanks for confirming that Jacob... I was beginning to doubt that I had understood the web app. depl

Really dumb question -- how do I set up Tomcat 5 to run as a service on NT?

2004-01-02 Thread Chang, Betty
e? I don't see an install program. Please forgive if this was a really dumb question. I did try to scour through the docs -- but a lot of the stuff is on the older versions of Tomcat. Thanks Betty

Re: Really dumb question -- how do I set up Tomcat 5 to run as a service on NT?

2004-01-02 Thread Merrill Cornish
Betty, As nearly as I can tell, Tomcat 4 was distributed for Windows as a .exe file which included an installer. That installer which could do the service install. However, Tomcat 5 is distributed (so far, at least) as a .zip file, which has no installer. I can run Tomcat 5 standalone, as

RE: Really dumb question -- how do I set up Tomcat 5 to run as a service on NT?

2004-01-02 Thread Chang, Betty
2004 12:26 PM To: Tomcat Users List Subject: Re: Really dumb question -- how do I set up Tomcat 5 to run as a service on NT? Betty, As nearly as I can tell, Tomcat 4 was distributed for Windows as a .exe file which included an installer. That installer which could do the service install. Ho

Re: Really dumb question -- how do I set up Tomcat 5 to run as a service on NT?

2004-01-02 Thread Mark Eggers
Betty, Check the following page: http://jakarta.apache.org/site/binindex.cgi About 3/4 down the page, you should see the following: Tomcat 5.0.16 KEYS * 5.0.16 zip PGP MD5 * 5.0.16 tar.gz PGP MD5 * 5.0.16 exe PGP MD5 * 5.0.16 Deployer zip PGP MD5 * 5.0.16 Deployer tar.gz PG

Re: Really dumb question -- how do I set up Tomcat 5 to run as a service on NT?

2004-01-02 Thread Bill Barker
I never ran an installation program - I just unzipped a file. What do I run to install Tomcat 5 as a service? I don't see an install program. Please forgive if this was a really dumb question. I did try to scour through the docs -- but a lot of the stuff is on th

Re: Really dumb question -- how do I set up Tomcat 5 to run as a service on NT?

2004-01-03 Thread Jacob Kjome
program - I just unzipped a file. What do I run to install Tomcat 5 as a service? I don't see an install program. Please forgive if this was a really dumb question. I did try to scour through the docs -- but a lot of the stuff is on the older versions of Tomcat. Thanks Betty

Re: Really dumb question -- how do I set up Tomcat 5 to run as a service on NT?

2004-01-03 Thread Jacob Kjome
[EMAIL PROTECTED] Hi - I've looked through the docs, and it says the following: "Tomcat will be installed as a Windows NT/2k/XP service no matter what setting is selected." However, I never ran an installation program - I just unzipped a file. What do I run to install Tomcat 5 as

Re: Really dumb question -- how do I set up Tomcat 5 to run as a service on NT?

2004-01-03 Thread Bill Barker
d it says the following: > > > >"Tomcat will be installed as a Windows NT/2k/XP service no matter what > >setting is selected." > > > > > > > >However, I never ran an installation program - I just u

Re: Really dumb question -- how do I set up Tomcat 5 to run as a service on NT?

2004-01-03 Thread Bill Barker
t; >>Hi - > >> > >> > >> > >>I've looked through the docs, and it says the following: > >> > >>"Tomcat will be installed as a Windows NT/2k/XP service no matte