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.