2

I have 2 questions on ASP.NET Core:

1) What code should be written in ASP.NET Core Startup file and configuration to run on Apache Tomcat Server.

2) How do I deploy my ASP.NET Core app on Apache Tomcat server.

Appreciate your time on this and thanks in advance!!

Anil Jain
  • 85
  • 2
  • 14

1 Answers1

0

It looks like Asp.net Core doesn't have support for Tomcat at the moment or if there is its changing to rapidly to get a stable setup. Using Mono might be a possible solution. Not sure as I can't seem to get it to work.

Community
  • 1
  • 1
fassetar
  • 615
  • 1
  • 10
  • 37
  • ...Thanks for your response. We are developing a non core ASP.NET web app because of our requirement constraints. MongoDB, RabbitMQ, Redis Cache dont have .NET Core connectors. – Anil Jain Sep 09 '16 at 12:38
  • @AnilJain I see, probably a better choice at the moment but as I understand Asp.net Core does has the capabilities. – fassetar Sep 09 '16 at 12:58