Re: cannot find custom libraries

2003-11-10 Thread Harry Mantheakis
Hello Is 'cd' located in the TOMCAT_HOME/webapps directory? I think it must be. Assuming it is, then this is your context (web application folder) and this is where the WEB-INF sub-directory should be located. The cos.jar should then reside in cd/WEB-INF/lib. You can 'bury' JSPs in sub-director

RE: cannot find custom libraries

2003-11-09 Thread Kaushal Sanghavi
Hey, 'cd'is the name of a directory (yes, not the best name for a directory, but its got another meaning from 'change directory :-s) and SMC is a directory under that. (hence .../cd/SMC) I can access another page in .../cd/SMC/foo.jsp that specifies the form and the target ('ACTION'). This ac

Re: cannot find custom libraries

2003-11-09 Thread Harry Mantheakis
Hello What is 'cd'? SMC *should* be your context, because the WEB-INF sub-directory is located there - unless you've got things mixed up? Harry Mantheakis London > Hello, > > I'm new to JSP, so this is confusing me. I am trying to use the > com.oreilly.servlet.multipart package to try and upl

cannot find custom libraries

2003-11-09 Thread Kaushal Sanghavi
Hello, I'm new to JSP, so this is confusing me. I am trying to use the com.oreilly.servlet.multipart package to try and upload files for a test page. However, I'm facing the following error: /tmp/foo/jakarta-tomcat-4.1.27/temp/cd/SMC/insertProduct_jsp.java:8: package com.oreilly.servlet does not

cannot find custom libraries

2003-11-08 Thread Kaushal Sanghavi
Hello, I'm new to JSP, so this is confusing me. I am trying to use the com.oreilly.servlet.multipart package to try and upload files for a test page. However, I'm facing the following error: /tmp/foo/jakarta-tomcat-4.1.27/temp/cd/SMC/insertProduct_jsp.java:8: package com.oreilly.servlet does not