RE: SERVLET MAP TO TOMCAT

2004-04-06 Thread Shapira, Yoav

Hi,
Read http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/index.html.

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: wwwdir zala [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 5:25 AM
To: Tomcat Users List
Subject: SERVLET MAP TO TOMCAT


 Hello Friends,

I m novice in Tomcat4.

I have created Sevlet MyServlet . I want to kept this servlet in to
Tomcat4.0.

What syntax i need to write into  WEB.XML ?

do i need other configuration


-
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway - Enter today



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SERVLET MAP TO TOMCAT

2004-04-06 Thread jitender ahuja
Hi, I am a bit more experienced than and working with the same issues. Yet
can point u some thing I know.

 u need to specify the context (container, if not the same as
install_dir/webapps/ROOT/WEB-INF/classes) in server.xml in the server.xml
file in conf folder inside the install_dir. For me , the install dir. is ::
D:\tomcat\4.1.29\jakarta-tomcat-4.1.29\, and it is on windows platform.
Also, u need to specify for a servlet the URL of the servlets, sevlet name
in the deployment descriptor file ( basically the configuration file for ur
web application), i.e. web.xml inside the folder's root dir.
You can go through this link too: http://cymulacrum.net

Any further queries u can post to me directly too at my email id:
[EMAIL PROTECTED]
regards
Jitender

- Original Message - 
From: wwwdir zala [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 2:55 PM
Subject: SERVLET MAP TO TOMCAT



  Hello Friends,

 I m novice in Tomcat4.

 I have created Sevlet MyServlet . I want to kept this servlet in to
Tomcat4.0.

 What syntax i need to write into  WEB.XML ?

 do i need other configuration


 -
 Do you Yahoo!?
 Yahoo! Small Business $15K Web Design Giveaway - Enter today


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SERVLET MAP TO TOMCAT

2004-04-06 Thread jitender ahuja
Hi, I am a bit more experienced than and working with the same issues. Yet
can point u some thing I know.

 u need to specify the context (container, if not the same as
install_dir/webapps/ROOT/WEB-INF/classes) in server.xml in the server.xml
file in conf folder inside the install_dir. For me , the install dir. is ::
D:\tomcat\4.1.29\jakarta-tomcat-4.1.29\, and it is on windows platform.
Also, u need to specify for a servlet the URL of the servlets, sevlet name
in the deployment descriptor file ( basically the configuration file for ur
web application), i.e. web.xml inside the folder's root dir.
You can go through this link too: http://cymulacrum.net

Any further queries u can post to me directly too at my email id:
[EMAIL PROTECTED]
regards
Jitender

- Original Message - 
From: wwwdir zala [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 2:55 PM
Subject: SERVLET MAP TO TOMCAT



  Hello Friends,

 I m novice in Tomcat4.

 I have created Sevlet MyServlet . I want to kept this servlet in to
Tomcat4.0.

 What syntax i need to write into  WEB.XML ?

 do i need other configuration


 -
 Do you Yahoo!?
 Yahoo! Small Business $15K Web Design Giveaway - Enter today


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]