Ahh, thanks. I did do some RTFM'ing, but I finally figured out
how to do the context things just by experimentation: I needed
to restart IIS! I found the files I need to add the stanzas to
for the new web app, but it didn't take effect until restarting IIS.
-----Original Message-----
From: Robert Wohlgemuth [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 11, 2001 2:31 PM
To: [EMAIL PROTECTED]
Subject: RE: Configuration with IIS-Tomcat.
Hi Sean,
First of all: RTFM! This are standard questions. They are well docuemted
ad 1) If you want to create other folders under webapps, just do so. you can
call it via a browser with
http://<dns-name-or-ip>[:port]/<your-folder>/servelt/<Name-of-Servlet>
ad 2) Put your jar files into the lib directory of you web-application.
-----Ursprüngliche Nachricht-----
Von: Sean LeBlanc [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 11. Mai 2001 21:00
An: TomCat
Betreff: Configuration with IIS-Tomcat.
I finally got IIS to redirect properly
to Tomcat. Now, I have a few questions about
config:
1. I want another dir to use besides the examples
dir under webapps. What files do I need to modify
for this, and what needs changed? I tried some
things, but they did not seem to work....I tried
adding a new context to uriworkermap.properties,
and I added a stanza in server.xml that was similar
to the examples.
2. Is there a way to get Jar files to be used? I ended
up un-jarring things and putting them in web-inf dir
under classes...I had jar that was working under JRun
(another JSP/Servlet/etc. engine), but it didn't
seem to be recognized...do I *have* to build a WAR
for this?