Stuff
Im assuming you have Proxy Forward and Reverse already configured for your
webapp within Apache HTTP Server HTTPD.conf?
Once you have reached $TOMCAT_HOME/YourWebapp you will need to relatively
path to your classes either by
$TOMCAT_HOME/YourWebApp/WEB-INF/classes/PackageName/*.class
or jar everything up and place in
$TOMCAT_HOME/YourWebApp/WEB-INF/lib/NameOfWebAppClassesJar.jar
Hope that helps,
Martin-
----- Original Message ----- 
From: "Chris Cherrett" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, December 09, 2004 1:57 PM
Subject: [OT]Internal Netbeans Tomcat server


> I am trying to test my webapp under the tomcat server in netbeans. after
> logging on the the app I am recieving 404 errors. It seems to find the
> uinitial pages but wont redirect to any other pages.
>
> Any help?
>
> ---------------------------------------------------------------------
> 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