com.sybase.jdbc2.jdbc.SybDriver error

2005-03-09 Thread PGibbonsX
Hi there, i'm sure this issue has been raised before, i get the following error when running one of my jsp pages: java.lang.ClassNotFoundException: com.sybase.jdbc2.jdbc.SybDriver Now i now this class resides in C:\Tomcat\jConnect-5_5\classes\jconn2.jar which is in my classpath. When i

web.xml

2005-03-17 Thread PGibbonsX
Hi there, i think this is a fairly easy thing to do, but i'm a newbie to tomcat jsp. I am requesting the following url _http://localhost:8081/webReg.jsp_ (http://localhost:8081/webReg.jsp) which exists and dsiplays fine. However, i want to be able to request _http://localhost:8081/webReg_

Tomcat Struts = Problems with my first page

2005-03-18 Thread PGibbonsX
Hi There, I've created MyFirstStrutsPage.jsp: %@ page language=java % %@ taglib uri=/struts-bean.tld prefix=bean % %@ taglib uri=/struts-html.tld prefix=html % %@ taglib uri=/struts-logic.tld prefix=logic % html:html locale=true head titleTest Struts Page/title html:base/ /head

Re: Tomcat Struts = Problems with my first page

2005-03-18 Thread PGibbonsX
Yes, this is correct..

http://localhost:8081/manager/list

2005-04-08 Thread PGibbonsX
Hi there, i am trying to use the web application manager for the first time, however i donot seem to be get past the authenication. I have the following entries in my tomcat-users.xml file: role rolename=tomcat/ role rolename=manager/ role rolename=admin/ user username=tomcat

Re: http://localhost:8081/manager/list

2005-04-08 Thread PGibbonsX
yes, tomcat has been restarted by the way..

Re: http://localhost:8081/manager/list

2005-04-08 Thread PGibbonsX
password=tomcat roles=role1/ user username=pgibbonsx password=tomcat roles=manager/ /tomcat-users but with no luck.. any suggestions

Re: http://localhost:8081/manager/list

2005-04-08 Thread PGibbonsX
Server port=8005 shutdown=SHUTDOWN GlobalNamingResources !-- Used by Manager webapp -- Resource name=UserDatabase auth=Container type=org.apache.catalina.UserDatabase description=User database that can be updated and saved factory=org.apache.catalina.users.MemoryUserDatabaseFactory

war file producing jsp problems

2005-04-11 Thread PGibbonsX
Hi There, i've build an app with jsp pages which use a bean and calls java classes. This works fine dandy, outside of a war file. However, i've placed the app within a war file under webapps, removed the original directories etc and restarted tomcat. Now when i load my jsp page, the

Re: war file producing jsp problems

2005-04-11 Thread PGibbonsX
thanks for your comment, that does the trick.. many thanks pg..

Re: war file producing jsp problems

2005-04-11 Thread PGibbonsX
I must be going mad! I'm sure i had this working, maybe i was looking at the wrong page when i was testing it, but i just cannot get this to work, even with the ammended web.xml as below: any suggestions? ?xml version=1.0 encoding=ISO-8859-1? web-app version=2.4