Hello Pamela,

There is a configuration file located in the webapps/ROOT/WEB-INF directory
called web.xml.  This is the first place where servlets look for
ServletConfig information.  This is probably what you are looking for if I
understood you correctly.  This is where you add your taglibs, paths to
password files, give servlets handles etc.  You can download the DTD at
http://java.sun.com/j2ee/tdts/web-app_2_2/dtd to see what you can do with
it.  You must restart tomcat for changes to take effect.

Hope this helps,
Craig

-----Original Message-----
From: Pamela Chung Yan Yau [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 8:14 PM
To: [EMAIL PROTECTED]
Subject: Set up path for running the servlets


Hi,

My name is Pamela.  I am a student currently trying to implement a
wireless front end of a home network model.  In my project, I need to run
a Java Servlet using Apache-tomcat server.

I have a technical problem which I would like to seek some help.  The java
servlet that I used requires another .jar file (to resolve external
symbols in the code).  In compiling and running a typical java source
code, I would basically set and run the classpath (with the .jar file) in
some .bat file and it would then be able to pick up the external symbols.
I don't know if other configuration is required or not when running a java
servlet in a browser environment.  My current problem encountered is that
it fails to resolve some external symbols in the servlet code in a
browser environment.

I hope I would be able to get some insight on this problem.  Thanks.
If I haven't explained the problem detailed enough, please don't hesistate
to email me.

Pamela Yau
(519)880-1478





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


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

Reply via email to