thanga babu

Greenhorn
+ Follow
since Mar 20, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by thanga babu

try making a batch file like 1.bat, with the contents
path=c:\jdk1.2\bin;
set classpath=blah....;
java %1
& place it in your system dir(c:\windows\system)
now right click on .class file holding the shift button & click the open with... menu. now choose the file as c:\windows\system\1.bat & then say ok. click the "Always open with the same file" if you want to open all of the .class files with this file(probably you dont want to...). now right clicking the java class file runs it smoothly...
this is ANOTHER way out...

regards,
ptbabu
------------------
23 years ago
Hi there,
How do I enable SSL support(https) in JWS2.0. I used the authstore utilility and created a new key (with the New certificate name ssl-RSA-default, 1024-bit key size, and the type as MD5-with-RSA and valid period of 90 days) all default. Now when I access the server with the address https://solaris2:7070/, the netscape throws up the error "Cannot communicate with server because there is no common encryption algorithms".
My administration console(at port 9090) shows that secure service is running perfectly. Still I get the same error when I try to access the secure service. But when I do the same steps for JWS1.1.3, ssl support is enabled perfectly. I dont know where or what I missed. Pls get me out of this.
Thanks in advance and regards,
P.Thanga Babu.
23 years ago
Hi there,
How do I enable SSL support(https) in JWS2.0. I used the authstore utilility and created a new key (with the New certificate name ssl-RSA-default, 1024-bit key size, and the type as MD5-with-RSA and valid period of 90 days) all default. Now when I access the server with the address https://solaris2:7070/ , the netscape throws up the error "Cannot communicate with server because there is no common encryption algorithms". I dont know where or what I missed. Pls get me out of this....

Thanks in advance and regards,
P.Thanga Babu.
23 years ago