Hello

I am new to this list as well as Tomcat,..

I installed Tomcat in a Win NT Machine.

I had some jsp pages which create xml files in the runtime ,( whenever a
user had some shopping cart request)..
These xml documents are stored to the root directory c:\, i want them to be
stored inside a directory in the webapps
folder , so how can i configure so that they can be saved in a particular
directory.

Thanks,
Mohan

-----Original Message-----
From: Duncan Smith [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 24, 2001 3:54 PM
To: Tomcat Users List
Subject: Re: JSSE 1.0.2


Thanks. I've already added that line to the security file but it was in
jre\lib\security. I don't beleive that I am running the security manager,
but I
am still getting that same message
(java.lang.reflect.InvocationTargetException:
java.lang.NoClassDefFoundError:
javax/net/ServerSocketFactory) in the log.

Any other suggestions?

Many thanks, Duncan.

Renato wrote:

> You need to include the security provider in your java.security file:
>
> security.provider.3=com.sun.net.ssl.internal.ssl.Provider
>
> Also, are you running tomcat with a security manager ? if so, make sure
you
> have jre\lib\ext with permissions.
>
> Renato - Brazil
>
> On Fri, 21 Dec 2001 17:16:49 +0000, Duncan Smith <[EMAIL PROTECTED]>
> escreveu :
>
> > Hello.
> > I've just downloaded JSSE 1.0.2 and put the three .jar files in
> > jre\lib\ext directory.
> >
> > I've uncommented the example SSl connector in server.xml, but when I
> > restart, I get this error in the stdout.log:
> >
> > Exception during startup processing
> > java.lang.reflect.InvocationTargetException:
> > java.lang.NoClassDefFoundError: javax/net/ServerSocketFactory
> >
> > Can anybody help?
> >
> > Many thanks in advance, Duncan.
> >
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
> >
> >
> >
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to