Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

One of my professors has assigned me the task of coming up with tutorials using the Websphere Application Server to do server side development for a class he plans on teaching in the future. I am running RAD 8.5 and WAS 8.5, and I'm having trouble finding up to date getting started guides. He wants to use JSP files and eventually DB2 databases in our sample apps, and write our code on a local RAD install while deploying to a remote server running WAS.

I currently can't even get the Web Preview Server to run a simple "Hello World" JSP page. It'll run an HTML page, but for some reason when I change to JSP it fails. I'm also having trouble getting the remote instance of WAS synced up.

Many of the examples I find on Google and/or IBM's documentation are for older versions of RAD/WAS and settings they suggest no longer seem to exist and things don't work. Any suggestions on good guides to get started would be great. I already have a fairly strong Java background, so I feel like once I can get the basics up and running I'll be significantly better off.

share|improve this question

closed as not a real question by Don Roby, Martijn Pieters, CharlesB, gnat, MurifoX Mar 1 at 14:36

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

RAD and WAS are complicated beasts. I suggest starting with the Rational Application Developer for WebSphere Software V8 Programming Guide, a free download from IBM's Redbook site: http://www.redbooks.ibm.com/abstracts/sg247835.html. Also their Developerworks website has a lot of information: http://www.ibm.com/developerworks/websphere/newto/.

share|improve this answer

You should use WebSphere 8.5 Developer edition that is free for development and study pourposes, you can download it from:

http://www.ibm.com/developerworks/downloads/ws/wasdevelopers/

You will need to use IBM Installation Manager to install WebSphere so Download it and install it first.

At the aforementioned link above you will find 2 options for download, use the first if you have a good internet connection, it will install the IBM Instalation Manager first and than download an install WAS 8.5 Developer(Over 3Gigs size).

If you dont have a really good internet connection I recommend you to download from the second link and select 3 parts for WebSphere developer and the Installation Manager download(will choose 4 options total). Than install Installation Manager first(as root on unix systems) and after that use it to install WAS 8.5 Dev.

About RAD 8.5 - If this is to be used for education pourposes I recommend you to use Eclipse and than add free WebSphere Tools to it, you will have an environment pretty close to RAD and it will be for free.

Check: http://publib.boulder.ibm.com/infocenter/radhelp/v8r5/index.jsp?topic=%2Fcom.ibm.rad.install.doc%2Ftopics%2Ft_install_wdt_eclipse.html

Regards.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.