chandubcs

Ranch Hand
+ Follow
since Jun 03, 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 chandubcs

Hi all,
I need to store the user passwords in Oracle using Java, so I am looking for some simple algorithms or methods (which are not too complex) to encrypt and decrypt using either java or oracle which are freeware.
Thanks,
20 years ago
Any suggestions...Its Urgent please
20 years ago
How to connect to Java Mail using WSAD 5 and WAS 5, Is it different settings for both? I am using WDAS 5 on Win 2000, I want to test sending emails from JSP's and Java files, how do I do that using "localhost"? What else required to send emails from my system and how to configure my local WSAD to make Java Mail work
Thanks,
Chandra
20 years ago
How do we make default.jsp as initial first page instead of index.html to be shown when user enters a URL (http://localhost:9080/) in WebSphere. Do we need to make the changes while application deployment in either WebSphere Server or WSAD or both.
20 years ago
You cannot create a Web Module in a EAR project, you need to create a Dynamic Web Project using Web Perspective and use that in EAR Project. When you deploy EAR project, all the Web projects associated for that EAR project will be deployed.
20 years ago
In Websphere Server 5 using Admin console, how do I redirect a link to https SSL page. When I use http://localhost:9080, it should redirect to https://localhost:9443 (SSL port being 9443). Any help appreciated.
Thanks,
20 years ago
Try this if the above doesn't work..........
In Server perspective, under 'Server Configuration' window at the bottom, double click on the server you are using. In the properties window at right side, click on Environment tab (3rd tab), and under 'ws.ext.dirs' click on 'Add External Jars', select .jar from local disk, then save the server and restart it.
If the above optios doesn't work, use below 2 options:
1. Go to Window -> Preferences -> Java -> Classpath Variables -> NEW button -> Give Name/path -> OK
For JDBC drivers:
2. Go to Window -> Preferences -> JDBC Drivers -> Add Jar -> OK
20 years ago
I tried this with wsadmin tool, its working properly and we can install the applications, but I am wondering how to install applications on newly created server "server2". When I use "..installInteractive myApp.ear -server server2" its giving me some error. And how to make that application start on "server2".
Thanks much,
Chandra
20 years ago
for #2, Right Click on Libraries -> Import -> select File System -> In the from directory, use browse button to locate your .jar file in your local disk, you will get the directory in the left panel with + symbol and the name of directory, after clicking on that directory in the right panel you can see list of files, select your appropriate .jar file from right panel by marking the check box. Then for 'into folder' box, click on browse, select your project-name and under your project you can see 'Web-Content' of web projects and 'EJB-module' of EJB projects, select them and click OK to save.
20 years ago
1. select Project, right click to view its properties, select 'Java Build-Path', click 'Libraries' tab at top, click 'Add External Jars' and select the appropriate library from your local disk then click on OK and save the project.
2. In the Project list, select 'Libraries', right click and select 'Import', select 'File System' and select the same library from your local system which you did earlier in step 1 above, check the appropriate library and in the 'into folder' text box click on your project-name/ejbModule for EJB project and project-name/WebContent, then click on OK and save the project.
20 years ago
You also need to import that .jar file in Project Libraries.
20 years ago
I guess you need to add that library in Websphere Admin Console using Environmet -> Shared Libraries -> New -> (Give name & path for the library). While installing/deploying the enterprise application you need to mention the newly created Shared Library name.
20 years ago
I am also facing same problem, you can see my thread at https://coderanch.com/t/74397/Websphere/start-or-run-application-newly
I tried many ways, but no solution. If I get the solution I will update you and if you come to know the solution please update me, whichever comes first.
Thanks,
Chandra
20 years ago
I tried to deploy the enterprise application only on my second server "server2", it got deployed with no problems, but the deployed enterprise application status is shown as 'Unavailable', where I cannot start the application.
Any ideas?
20 years ago
Its using WSAD, If you want the same be done in WAS also using different approach.
20 years ago