Ugh, thanks. I really dont know where to start however. How are the variables made 
persistent? Can you possibly provide a little syntax? 
Finally, what is '<app_context>'? A directory?

Thnaks

Paul. 
 



Hello Paul, if u use a parallel directory and "bean" class files w/ 
setter/getter methods u can persist variable information in the bean file 
and then retrieve the information in a jsp once the the server has changed 

pages. example directory tree follows. hope this helps, david. 

$TOMCAT_HOME
          |
          /webapps
                 |
                 /<app_context>
                              |
                              /WEB-INF
                                     |
                                     /classes
                                            |
                                            /com
                                               |
                                               /<app_context>
                                                            /\
                                                           /  \
                                                        /web  /beans 

where ur servelets r under web and ur bean class files r under beans. 

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



Reply via email to