tomcat 6, IIS6 and MSSQL2005

tlavalle

New Member
I have IIS and Tomcat6 working, but what i need to get done is setup it up so that a user can just type //halogen in the url address, instead of //hcit-developer.

and for a second question how do i set tomcat to connect to MSSSQL 2005.
 
Hi tlavalle,

Welcome to NeoSmart Technologies! :joy:

Is hcit-developer the name of the server? If that's the case, just add another DNS entry that maps halogen to the same IP as hcit-developer.

As for the MSSQL issue, download the MSSQL JDBC Connectors and put then in Tomcat's /common/lib folder.

http://msdn2.microsoft.com/en-us/data/aa937724.aspx
 
Back
Top