• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
MukeshJ Jain
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sure, with some additional software: running .net on apache
 
MukeshJ Jain
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried that option, but that also works for .net 2.0 and not for .net 3.5
 
Ranch Hand
Posts: 470
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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?
reply
    Bookmark Topic Watch Topic
  • New Topic