RE: couple of questions concerning embedded tomcat 4.1.24

2003-07-29 Thread Shapira, Yoav
Howdy, 1. Is it possible to deploy a web app using a jar file? A war file, used to deploy webapps, is a jar file with a special structure inside. You use the jar command-line utility to create/unpack the file, and you can use the jar file programmatic access if you want. But the file has to

RE: A couple of questions

2001-04-13 Thread Lu, Spencer
April 11, 2001 7:37 PM To: [EMAIL PROTECTED] Subject: RE: A couple of questions first things first, you will have 90% of your questions answered by reading the servlet specification from Sun. this answers question 1 for you 2) Would it be possible for me to place my application in a completely

Re: A couple of questions

2001-04-13 Thread Bo Xu
"Lu, Spencer" wrote: OK, I have just read the Servlet Specification 2.2, and it does not answer my first question, which was: When I go to the Servlet Examples page (http://localhost:8080/examples/servlets/index.html), there is a link that executes the Hello World servlet. This link is

RE: A couple of questions

2001-04-13 Thread Danny Angus
read again, this time look for /servlet/* and the word "context" it *is* all there -Original Message- From: Lu, Spencer [mailto:[EMAIL PROTECTED]] Sent: Friday, April 13, 2001 7:38 PM To: '[EMAIL PROTECTED]' Subject: RE: A couple of questions OK, I have just read t

Re: A couple of questions

2001-04-13 Thread Jeff Kilbride
r a deeper explanation, you need to look at the code in org.apache.tomcat.request.InvokerInterceptor. --jeff - Original Message - From: "Lu, Spencer" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 13, 2001 11:37 AM Subject: RE: A couple of questions OK, I have ju

A couple of questions

2001-04-11 Thread Lu, Spencer
Hi, I've recently installed Tomcat 3.2.1 (win32) on my computer. I'm trying to understand how certain things are configured, and I have a couple of questions: 1) When I go to the Servlet Examples page (http://localhost:8080/examples/servlets/index.html), there is a link that executes the Hello

RE: A couple of questions

2001-04-11 Thread Filip Hanik
[EMAIL PROTECTED] www.filip.net -Original Message- From: Lu, Spencer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 4:29 PM To: '[EMAIL PROTECTED]' Subject: A couple of questions Hi, I've recently installed Tomcat 3.2.1 (win32) on my computer. I'm trying to understand