Yes it is possible to connect Microsoft IIS to the J2EE Application Server.
I have been able to do so using BEA Weblogic 6.1 and IIS 5.0. There is something called IIS Proxy DLL. This has to be configured in IIS and route all incoming requests from port 80 to the port on which ur app server is running.
In my case, i did it from port 80 to port 8001.
Look for the documentation on the BEA website in case u are using the IIS and Weblogic.
Hello aashish24 ,
Thanks for your valuable suggestion.....appreciate your concerne...
I am working on J2EE application server and have installed Microsofts IIS Web server...and use JavaMail API to send emails through my application...
IIS created an Virtual SMTP Mail Server on my PC..."computer5"...which i want to use to send emails through it...but the problem is, if i am connected to say "Roltanet" and set the SMTP server of Roltanet(smtp.roltanet.com)..then i am able to send emails successfully,but if i am connected to "Roltanet" and use the SMTP server of IIS web server("smtp.computer5"....or smtp.localhost....) it gives me the following error....
"The exception is javax.mail.SendFailedException: Sending failed; nested exception is:
javax.mail.MessagingException: Unknown SMTP host: smtp.computer5; nested exception is:
java.net.UnknownHostException: smtp.computer5"........."
What i really want to do is i want to send emails through my application to thousands of customers using my own Mail Server.......no matter to which ISP i am connected to...it should still send emails if the SMTP server is different than provided by the ISP to which iam connected...
So can you tell me how do i connect IIS with J2EE server without BEA Weblogic...
I have posted my question on various forums , but could not get any success.....I desparately need a solution to this issue...so please help me out....
Thanks in advance,
Regards
Sam
Sorry its a Repost.....
Hello aashish24 ,
Thanks for your valuable suggestion.....appreciate your concerne...
I am working on J2EE application server(and EJB application) and have installed Microsofts IIS Web server...and use JavaMail API to send emails through my application...
IIS created an Default SMTP Virtual Server on my PC..."computer5"...which i want to use to send emails through it...but the problem is, if i am connected to say "Roltanet" and set the SMTP server of Roltanet(smtp.roltanet.com)..then i am able to send emails successfully,but if i am connected to "Roltanet" and use the SMTP server of IIS web server("smtp.computer5"....or smtp.localhost....) it gives me the following error....
"java.security.AccessControlException: access denied (java.net.SocketPermission smtp.computer5 resolve)"
What i really want to do is i want to send emails through my application to thousands of customers using my own Mail Server.......no matter to which ISP i am connected to...it should still send emails if the SMTP server is different than provided by the ISP to which iam connected...
So can you tell me how do i connect IIS with J2EE server without BEA Weblogic...
I have posted my question on various forums , but could not get any success.....I desparately need a solution to this issue...so please help me out....
Thanks in advance,
Regards
Sam