Jump to content

Spring MVC(Java Servlet) deploying problem


Recommended Posts

Hello, I want to deploy Spring MVC(Java Servlet), but after deploying and link creation, when I click the link it shows below message

Not Found The requested URL was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

The web app runs in my local tomcat server without any problem.

Edited by Krydos
too big of a font, hurts my eyes
Link to comment
Share on other sites

Disable your forced redirect to https. Johnny only supports http on deployed wars OR https if you request it and an admin manually changes it for you, but not both. Tommy supports both https and http on deployed .war files at the same time.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...