Bob Kersten wrote:
> 
> Hi,
> 
>  CA> Have you looked at [..]
> 
>     Yes, I've read those, but that doesn't work. Tomcat still gives me
> an Class "dbapi.dbHandler not found" error. I've created a JBuilder
> project in h:\local\browser\WEB-INF and after compilation the
> 'classes' and 'src' directories are present in this directory. I've
> created a context in Tomcat which docbase is h:\local\browser, but
> still it can't use the classes.
> 
>     What more needs to be done? Anyone?
> 
> Mvg,
>  Bop.
> 
Bob,
Have you tried to package your application in
a WAR archive along the lines of the doc I suggested earlier, and
deployed that in TOMCAT_HOME/webapps ?
I don't know much about Jbuilder but if you have the right war
structure, web.xml and tomcat server.xml configurations it should work.

For example, lets suppose your application is called
"browser", then "browser" should be a directory containing, say, at
least the following, assuming one class:

browser/WEB-INF/web.xml
browser/WEB-INF/classes/dbapi/dbHandler.java
browser/your-jsp.jsp

Where your-jsp.jsp has something like

<jsp: ... class="dbapi.dbHandler" .../>



Chris


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to