mysql connection with JSP

2005-10-06 Thread Cengiz Yazgan
Hi  everybody

I want to connect a mysql database with jsp code.
Can anybody help me to write a connection string.

Thx.


Cengiz YAZGAN
Sistem Mühendisi/System Engineer
DorukNet
Tel / Phone : +90 212 326 92 00 / 447
Fax : +90 212 227 28 11
E-mail : [EMAIL PROTECTED] 
http://www.doruk.net.tr 
http://www.doruk.net.tr/english.html



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



tomcat security

2005-08-09 Thread Cengiz Yazgan
Hi everybody

I have a problem about tomcat security

One of my friend wrote a single code and he can travel every folder on
server

I wonder is there any config file for jakarta for disabiling access instead
of his folder

Maybe you know on php there was a security settings on php.ini for
disabliling traveling

Is there any config file like this?

 

Best regards

 

 

Cengiz YAZGAN
Sistem Mühendisi/System Engineer
DorukNet
Tel / Phone : +90 212 326 92 00
Fax : +90 212 227 28 11
E-mail : [EMAIL PROTECTED] 
http://www.doruk.net.tr http://www.doruk.net.tr/  
http://www.doruk.net.tr/english.html

 



RE: tomcat security

2005-08-09 Thread Cengiz Yazgan
I see this config file
I disabled this lines

permission java.util.PropertyPermission os.name, read;
permission java.util.PropertyPermission os.version, read;
permission java.util.PropertyPermission os.arch, read;
permission java.util.PropertyPermission file.separator, read;
permission java.util.PropertyPermission path.separator, read;
permission java.util.PropertyPermission line.separator, read;


But i can browsing again

-Original Message-
From: Ben Ricker [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 09, 2005 3:33 PM
To: Tomcat Users List
Subject: Re: tomcat security

Yes. There is the catalina.policy file in the conf/ directory. See
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/security-manager-howto.html
for details.

Ben Ricker

On 8/9/05, Cengiz Yazgan [EMAIL PROTECTED] wrote:
 Hi everybody
 
 I have a problem about tomcat security
 
 One of my friend wrote a single code and he can travel every folder on
 server
 
 I wonder is there any config file for jakarta for disabiling access
instead
 of his folder
 
 Maybe you know on php there was a security settings on php.ini for
 disabliling traveling
 
 Is there any config file like this?
 
 
 
 Best regards
 
 
 
 
 
 Cengiz YAZGAN
 Sistem Mühendisi/System Engineer
 DorukNet
 Tel / Phone : +90 212 326 92 00
 Fax : +90 212 227 28 11
 E-mail : [EMAIL PROTECTED]
 http://www.doruk.net.tr http://www.doruk.net.tr/
 http://www.doruk.net.tr/english.html
 
 
 
 
 


-- 
Ben Ricker
He's just this guy, you know?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]