Hi All,
i know next to nothing about tomcat but i am trying to learn.
I have set up tomcat and i can run the sample jsp's and i have writen some basic jsp's that work fine.
I want to write a page that uses a class thats in a jar called VistaSDKClient.jar the class is called com.webct.platform.sdk
i have put the jar file into C:\tomcat\webapps\ROOT\WEB-INF\lib and restarted the tomcat server.
when i try to run a page that just has
<%@ page import="com.webct.platform.sdk.*,java.util.*" %>
in it it comes back with the error
package com.webct.platform.sdk does not exist
Can anyone point me in the right direction..have i missed something
i know next to nothing about tomcat but i am trying to learn.
I have set up tomcat and i can run the sample jsp's and i have writen some basic jsp's that work fine.
I want to write a page that uses a class thats in a jar called VistaSDKClient.jar the class is called com.webct.platform.sdk
i have put the jar file into C:\tomcat\webapps\ROOT\WEB-INF\lib and restarted the tomcat server.
when i try to run a page that just has
<%@ page import="com.webct.platform.sdk.*,java.util.*" %>
in it it comes back with the error
package com.webct.platform.sdk does not exist
Can anyone point me in the right direction..have i missed something