Re: App Developer's Guide Example

2003-06-25 Thread Jon Haugsand
* Yoav Shapira Howdy, Thanks, it helped. No errors during deploy. However, I cannot get in touch with my servlet. I _know_ this is really newbie questions, but I cannot find ONE tutorial on these issues. Here is my web.xml: It is unfortunate that most tutorials out there (plenty exist,

RE: App Developer's Guide Example

2003-06-25 Thread Shapira, Yoav
List Subject: Re: App Developer's Guide Example * Yoav Shapira Howdy, Thanks, it helped. No errors during deploy. However, I cannot get in touch with my servlet. I _know_ this is really newbie questions, but I cannot find ONE tutorial on these issues. Here is my web.xml: It is unfortunate

Re: App Developer's Guide Example

2003-06-25 Thread Jon Haugsand
* Yoav Shapira Howdy, You did put HelloWorld as the servlet class, right? ;) I hope you didn't just leave in the whatever example I gave... Everything is working better with Tomcat4, so I almost start from scratch. Anyway, looking into some of the examples, I see that accessing

Re: App Developer's Guide Example

2003-06-24 Thread Jon Haugsand
* Yoav Shapira Howdy, You can download these files by right-clicking on them and choosing Save target as. Part of the point of the app developer's guide is to show the structure for development and deployment. That's why there's no one-file-package that you can download with this structure.

Re: App Developer's Guide Example

2003-06-24 Thread Jon Haugsand
* Jon Haugsand All the files are now gone. Where can I find a complete very simple example with one servlet, one jsp file and a complete directory structure with correct web.xml all which total to an example.war file deployable with my tomcat installation (preferrable bundled with jboss)?

RE: App Developer's Guide Example

2003-06-24 Thread Shapira, Yoav
Howdy, To be more specific. I tried the following directory structure: wartest/WEB-INF/web.xml wartest/WEB-INF/classes/HelloWorld.class The wartest directory was packed with: jar cf wartest.war wartest You need to be in the wartest directory and do jar cf wartest.war * Yoav Shapria

Re: App Developer's Guide Example

2003-06-24 Thread Jon Haugsand
* Yoav Shapira You need to be in the wartest directory and do jar cf wartest.war * Thanks, it helped. No errors during deploy. However, I cannot get in touch with my servlet. I _know_ this is really newbie questions, but I cannot find ONE tutorial on these issues. Here is my web.xml:

RE: App Developer's Guide Example

2003-06-24 Thread Shapira, Yoav
Howdy, Thanks, it helped. No errors during deploy. However, I cannot get in touch with my servlet. I _know_ this is really newbie questions, but I cannot find ONE tutorial on these issues. Here is my web.xml: It is unfortunate that most tutorials out there (plenty exist, just google for

Re: App Developer's Guide Example

2003-06-24 Thread Tim Funk
I don't think this a valid url-pattern: try *.do -Tim Jon Haugsand wrote: servlet-mapping servlet-namehallo/servlet-name url-pattern/*do/url-pattern /servlet-mapping - To unsubscribe, e-mail: [EMAIL

RE: App Developer's Guide Example

2003-06-24 Thread Shapira, Yoav
D'oh ;) I looked at it and saw /*.do already, thinking this guy was using struts ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 10:05 AM To: Tomcat Users List Subject: Re: App Developer's Guide

Re: App Developer's Guide Example

2003-06-24 Thread Jon Haugsand
* Yoav Shapira Howdy, Thanks, it helped. No errors during deploy. However, I cannot get in touch with my servlet. I _know_ this is really newbie questions, but I cannot find ONE tutorial on these issues. Here is my web.xml: It is unfortunate that most tutorials out there (plenty exist,