Answered by:
deploying asp.net application on JBOSS server

Question
-
User1418100019 posted
There is a company requirement to deploy ASP.net application on JBOSS server. Can anybody provide guidelines to do this.
Wednesday, August 4, 2010 4:56 AM
Answers
-
User-1853252149 posted
JBOSS is a Java server, not ASP.NET. Your company need to review its requirements... :)
That said, depending on what platform JBOSS is running on, you may be able to run it side by side with a MONO server to run your ASP.NET on the same box.
Jeff
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, August 4, 2010 1:49 PM
All replies
-
User-37275327 posted
Check this link
http://community.jboss.org/thread/141925
Wednesday, August 4, 2010 7:48 AM -
User-1853252149 posted
JBOSS is a Java server, not ASP.NET. Your company need to review its requirements... :)
That said, depending on what platform JBOSS is running on, you may be able to run it side by side with a MONO server to run your ASP.NET on the same box.
Jeff
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, August 4, 2010 1:49 PM -
User1418100019 posted
JBoss run on Unix machine. I would like to know how do i run it with Mono server side by side, since i have no clue about how Jboss/Java stuff works
Thursday, August 5, 2010 1:54 AM -
User965739629 posted
I'm running JBOSS in windows platform.
So how can we run asp.net application in JBOSS using MONO?
Please help me.
Saturday, February 9, 2013 1:51 AM