Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: WHERE TO PLACE BEAN CLASS FILES IN TOMCAT4.0


Message #1 by sjr_r@y... on Sat, 15 Dec 2001 08:01:43
> What does the <jsp:usebaen> tag look like in your jsp file?
> 
> sjr_r@y... wrote:
> 
> >Hi,
> >             Iam placing my bean class files in the webapps\project\web-
> >inf\classes\o where o is the package of the bean,but while running jsp 
it 
> >is showing the error that bean is unavailable.what shall i do set the 
> >classpath for individual  web applications
> >---
> >Do you need true END-TO-END (e2e) Java Messaging (JMS)?  Softwired
> >offers industry's ONLY complete 100% JMS messaging solutions for your
> >needs TODAY.
> >Visit http://adtracking.wrox.com/track.asp?x=p2p%2Fe%2Fjava%
2Dsoftwired&url=www.softwired-inc.com NOW and find
> >out more!
> >Our unique product range includes: iBus//Mobile (wireless data),
> >iBus//MessageBus (IP Multicast), iBus//MessageServer (store and forward)
> >and much more!
> >
> >
> 
> HI,
             i use the <jsp:useBean tag like this
     <jsp:useBean id="a" class="o.b" scope="session" />
      is this ok 


  Return to Index