Web Services Question

troup1998

New Member
We have a SSL webspeed app using messengers to a DB/webspeed/app server host machine

Currently it is set up this way:

https and Messengers are on IP 1.2.3.1

DB,webspeed agents,app server and tomcat are on 1.2.3.100

I need to implement web services in this configuration with SSL.

What I originally did was put the web services(everything) on 1.2.3.100, but now we need SSL which means I need to reconfigure and use 1.2.3.1.

Can this be done?

How do you go about doing this?

Where would I install tomcat? would apache do all the work and handle the transfer from 1.2.3.1 to tomcat on 1.2.3.100?

Or would everything(tomcat,progress web service programs,etc) have to be installed on 1.2.3.1?

Thanks
 
Top