When using JavaBeans from my JSP inside WebLogic, where should I place the JavaBean classes?
Created May 4, 2012
Robert Castaneda You should place these inside of a Web Application - see this FAQ.
If you are using an older version of WebLogic, you can place these classes on your Servlet Classpath.