jsp client to server text file uploads

2002-07-16 Thread Dr. Edward R. Jones
Hi, The jsp code FileInputStream fiStream = new FileInputStream(path); causes the jsp server (tomcat 4.0.2) to look for the file on the server rather than on the client machine. Does anyone have a suggestion or example of how to get a text file uploaded to the server for processing using jsp/

Re: can't get class to be accessed globally

2002-07-10 Thread Dr. Edward R. Jones
Hi Christian, Try placing the class in tomcat_home\shared\classes . That works for me. take care - edwardJones On Wed, 10 Jul 2002, Christian J. Dechery wrote: > I have a class (let's name her A)... and I want it to be accessed by all webapps... > > so I tried placing her at tomcat_home\cla

RE: Where to place XML Schemas in Tomcat?

2002-07-10 Thread Dr. Edward R. Jones
7;m not positive, but I was under the impression that you cannot see > inside the WEB-INF folder. > > I would just create a new folder in the root of your app and reference > them absolutely "/Schemas" > > - Andrew > > -Original Message- > From: Dr. E

Where to place XML Schemas in Tomcat?

2002-07-10 Thread Dr. Edward R. Jones
Hi, I need to read .xsd (schemas) for xerces validation under tomcat. How do I get tomcat to look for them in a directory like WEB-INF/schemas ? Currently, tomcat is looking for them in the root of the main drive (under windows 2K professional). Thanks for your help - edwardJones -- *

Xerces ClassNotFound Problem in 4.0.1

2002-07-09 Thread Dr. Edward R. Jones
Hi, I've looked high and low for documentation on dynamic class loading for tomcat 4.0.1. Can't seem to find an answer to this problem. I'm trying to use Xerces-J 2.0.1 parser in a class using the tomcat. I receive the following message: Preparing to create XML Reader using Xerces Parser jav