aspose file tools
The moose likes Tomcat and the fly likes How to deploy a web service created in .net 3.5 on Apache 6. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "How to deploy a web service created in .net 3.5 on Apache 6." Watch "How to deploy a web service created in .net 3.5 on Apache 6." New topic
Author

How to deploy a web service created in .net 3.5 on Apache 6.

MukeshJ Jain
Greenhorn

Joined: Feb 27, 2010
Posts: 4
I have a web service created using C# in .net 3.5.
I want to deploy this service on Apache.
Do Apache allows to deploy web service created in .net 3.5? If yes then how?

Thanks In Advance
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35258
    
    7
By "Apache 6" I guess you mean "Tomcat 6"? If so, then no, there's no way - Tomcat can only deploy Java web apps. Microsoft's IIS would be the first choice for hosting .Net web apps and web services.


Android appsImageJ pluginsJava web charts
MukeshJ Jain
Greenhorn

Joined: Feb 27, 2010
Posts: 4
There was a way to deploy .net 2.0 application in older version of Tomcat server. That's what I found out from other blogs. So I wanted to know, if there is a way to deploy a service created using .net 3.5.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35258
    
    7
Not directly. You'd need to use a product like Mainsoft's Grasshopper; not sure if that ever got updated to support more than .Net 2.0, though.
MukeshJ Jain
Greenhorn

Joined: Feb 27, 2010
Posts: 4
I have installed mainsoft's Grasshopper, but it does not support .net 3.5. It only supports till .net 2.0.
Can I deploy .net web service on Apache 2 instead of tomcat 6?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35258
    
    7
Sure, with some additional software: running .net on apache
MukeshJ Jain
Greenhorn

Joined: Feb 27, 2010
Posts: 4
I tried that option, but that also works for .net 2.0 and not for .net 3.5
Misha Ver
Ranch Hand

Joined: Mar 03, 2008
Posts: 470
MukeshJ Jain wrote:I have a web service created using C# in .net 3.5.
I want to deploy this service on Apache.


Why do you want to do this?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to deploy a web service created in .net 3.5 on Apache 6.
 
Similar Threads
deploying web services onto the internet
Creating a simple web service
Web Service in WebLogic
Editing JSPs in VisualAge
Migrating WebService from Websphere to Weblogic