Loading data in tree model from database table by Java

2006-02-13 Thread Gangaa D
How do I loading data in tree model from database table by Java? 1) ReadData(Result); read following table; table structure: id msg child 1 msg1 0 2 msg2 1 3 msg3 2 2) ViewTree(); print following tree; Tree View: msg1 msg2 msg3 Please help me solve it. _

How do I get unique fixed ID of remote host? I can get bios ID of remote host. but ......

2005-12-18 Thread Gangaa D
Dear Guys, How do I get unique fixed ID of remote host? I got bios ID of remote host by Java Script which for Win32. But "IE->Security Settings -> Initialize and script ActiveX controls not marked as safe" is blocked our script. In this case, our script run only for Win32 and above option enabl

How do I restrict user twice login in JSP using session?

2005-12-16 Thread Gangaa D
How do I restrict user twice login in JSP using session? I mean if host1 x1 user already login to system then host2 does not allow login to system x1 user name. How do I solve it? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam pro

Re: SSL on tomcat + jk2 + apache2 + RedHat

2005-11-11 Thread Gangaa D
lications > running on the same > machine (is it worth it ?). > > Of course you can innstall your certificate into > tomcat, but if you are > using apache to front the tomcat, the reason to do > so is hard to find. > > hope it helps > - -reynir > > > >

Re: SSL on tomcat + jk2 + apache2 + RedHat

2005-11-10 Thread Gangaa D
Dear Reynir Hubner, Thank you reply our msg. We have configured jk2 for apache2+tomcat5. So I mean jk2 does not provide SSL. Is this correct? __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com -

Re: Tomcat connector for IIS 5.1 error executing servlet example

2005-11-09 Thread Gangaa D
You should use Linux or FreeBSD that is more robust. --- "Goay Zee Ling (ACM/MIS)" <[EMAIL PROTECTED]> wrote: > Hi. I have some problem executing servlet examples > provided in tomcat > using the tomcat connector. > > I am using tomcat 5.0.28, IIS 5.1 and just manage to > install > isapi_redire

SSL on tomcat + jk2 + apache2 + RedHat

2005-11-09 Thread Gangaa D
Hi, i have done connector 443 on win32. So I move it to Redhat which is tomcat + jk2 + apache2. But it does not work. What is wrong me? __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com -

How do i setup https connection tomcat5 + jk2 + apache2 on RedHat 9.0?

2005-11-08 Thread Gangaa D
Hi, I have done tomcat5 + jk2 + apache2 on RedHat 9.0. So I have made keystore file on Win32 and use it on RedHat 9.0 for tomcat5 + jk2 + apache2. I have configured server.xml for https. But https does not work. Please recommend us for solve it.