Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Tomcat configuration?


Message #1 by "Cointot Jérôme" <cpernelle@i...> on Mon, 19 Feb 2001 12:11:58
Are you using the "<%@ page import=..." tags in your jsp?

Ken

> hi,
> 
> i have  jsp's calling a bean in: 
> 
> d:\server\tomcat\webapps\myproject\html\functions\treemenu\my.jsp 
> and in
> d:\server\tomcat\webapps\myproject\html\functions\consultation\my2.jsp
> 
> and my bean: 
> 
> d:\server\tomcat\webapps\myproject\web-inf\classes\DbBeanOracle.class 
> 
> and this does not work 
> 
> whereas when i move my.jsp to 
> 
> d:\server\tomcat\webapps\treemenu\my.jsp
> with
> d:\server\tomcat\webapps\web-inf\classes\DbBeanOracle.class
> 
> it works.
> 
> i am sure that the tag <jsp:useBran .... is ok
> so where the problem comes from?
> 
> is there a probleme of tomcat configuration, have i to change web.xml or 
> server.xml ??
> 
> i really don't how to make this work
> 
> if someone has an answer, it will be very helpful!!!
> 
> thanks 
> 

  Return to Index