You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Youngho Cho <yo...@nannet.co.kr> on 2000/01/14 06:25:50 UTC

Classpath for IBM 1.1.8 JVM

Hi,

I installed Tomcat sucessfully in my Linux system.
It is great!.

In order to send a message from servlet to JSP
I used
    request.setAttribute ("servletName", "servletToJsp");

getServletConfig().getServletContext().getRequestDispatcher("/jsp/jsptoserv/
hello.jsp").forward(request, response);

method as a sample code.

But it makes a compile error.

How do I set the classpath for additional jar files to compile the servlet
code successfully in the 1.1.8 environment ??

Thanks

youngho