Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tomcat.sh

Status
Not open for further replies.

Kruzer

Programmer
Jun 16, 2000
117
US
How do I set-up Tomcat to see my java class files?

If I have a <% .. import=&quot;com.something.a.*&quot; %> how do I set-up tomcat to find my package?

exception message -->Package com.something.a.*&quot; not found in import.

my directory structure is

Class files == C:\tomcat*\webapps\root\project\src\com\something\a\*
JSP files == C:\tomcat*\webapps\root\project\jsp
Dano
dskryzer@hotmail.com
What's your major malfunction
 
put your classes to
$TOMCAT_HOME\webapps\ROOT\WEB-INF\classes\com\something\a\
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top