Hi -


If you're putting a folder called "AdWebster" in $CATALINA_HOME/webapps, you will want to add the following to server.xml:

<Context path="/AdWebster" docBase="AdWebster" debug="0" reloadable="true">
</Context>

Add this within the Host block for "placeanad.classifiedmarketplace.net", so something like this:

<Host name="placeanad.classifiedmarketplace.net" appBase="webapps">
<Context path="/AdWebster" docBase="AdWebster" debug="0" reloadable="true">
</Context>
</Host>


Then restart Tomcat.

John


[EMAIL PROTECTED] wrote:


Why is this happening?
http://placeanad.classifiedmarketplace.net:8080/adwebster

Bobbie Atristain
Internet Systems Administrator
Media General, INC.
804.649.6156

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




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



Reply via email to