Putting it all together on Fedora
OK I went to the Atlanta Tech days a few weeks ago & since then have been spending a lot of spare time playing around with the Sun App Server & Netbeans with all the cool packs. Now I'd like to set up a full app server on a Linux Fedora machine that I have set up. Most of my expereince has been with windows/WebSphere, so I'm not real savey with Linux, but so far I've managed to install the Sun app Server & Netbeans and can create & run the basic hello world on the machine. As of last night I ran into two issues.
The first issue is that I can't get to the app server from any other machine on my network. I imagine this is simply some kind of firewall or something in which I need to open up the ports for the app server. I just need to look at it a bit more.
The second issue & the one I need some help with is, I'd like to set up the web server (or any web server really) to integrate with the app server via the standard http/https ports. In the Windows/WebSphere world we always had to install a HTTP plugin on IIS to do this. Is this the same case with the Sun App Server on Linux? Are there any good documents that would walk me through setting something like this up?

