Mark, glad to hear things are working... > there is one more thing that is a little disturbing...if i choose to put > sub-directories under /web/shadlesphere/webapps that are parallel to > WEB-INF under webapps, i need to add another JkMount directive to my apache > httpd.conf...does that sound right???so, i have to take apache down when i > add new servlets in this manner, is that right??? What I think you're actually doing is adding a new context....? I'm not sure if thats what you are doing (ie are you adding a new WEB-INF and web.xml as well). If that is what you're doing then yes, you will need to bounce apache. However, adding a new servlet into an existing context should require no changes to apache, assuming the servlet is named such that one of the existing JkMounts will get to it (which is normal). Does that clarify it at all? cheesr dim > > At 7/24/01 09:22 AM, you wrote: > >Mark, > > > >In short, I think the problem is in your server.xml: > > > > > > <Host name="www.shadlesphere.net"> > ><!-- > > <Context > > path="/shadlem-1" > > docBase="/web/shadlesphere/webapps/shadlem-proj1" > > reloadable="true" > > debug="0" > > /> > >--> > > </Host> > > > > <Host name="www.ryanpatrick.net"> > > </Host> > > > > <Host name="www.didyoumove.com"> > > </Host> > > > >I'm not sure why you've commented out the Context inside shadlesphere.net, > >but you're on the right track there. Essentially you'll need to wrap > >contexts in a host element for them to be applied when requested as part > >of that virtual. > > > >Have a look at > >http://www.mail-archive.com/[email protected]/msg26338.html - > >its a little old, but to save me cutting and pasting again (o: > > > >cheesr > >dim > > > >On Tue, 24 Jul 2001, Mark W. Shadle wrote: > > > > > > > > no, i don't have it sorted out...any help you can be is appreciated... > > > > > > tia, > > > mark > > > > > > At 7/24/01 01:23 AM, you wrote: > > > >I just deleted a heap of messages and I now cant remember if one of them > > > >was from you saying you had this sorted out... am I dreaming, or did you > > > >send that (o: > > > > > > > >cheesr > > > >dim > > > > > > > >On Mon, 23 Jul 2001, Mark W. Shadle wrote: > > > > > > > > > > > > > > > > > > > here are the files...sorry about that... > > > > > > > > > > > > > > > > > > > > -- > > > > > Mark W. Shadle - [EMAIL PROTECTED] > > > > > Senior Software Engineer > > > > > * * * > > > > > Scientific & Engineering Solutions > > > > > 10010 Junction Drive, Suite 202 > > > > > Annapolis Junction, MD 20701 > > > > > (301)483-8888 > > > > > http://www.s-e-s.com/ > > > > > > -- > > > Mark W. Shadle - [EMAIL PROTECTED] > > > Senior Software Engineer > > > * * * > > > Scientific & Engineering Solutions > > > 10010 Junction Drive, Suite 202 > > > Annapolis Junction, MD 20701 > > > (301)483-8888 > > > http://www.s-e-s.com/ > > > > > > > > -- > Mark W. Shadle - [EMAIL PROTECTED] > Senior Software Engineer > * * * > Scientific & Engineering Solutions > 10010 Junction Drive, Suite 202 > Annapolis Junction, MD 20701 > (301)483-8888 > http://www.s-e-s.com/ > >
