Project

General

Profile

404 When Creating New Issue

Added by John H about 10 years ago

Hi all,

I'm using a deployed Redmine version 2.5.1 in Tomcat 7. The same redmine install works fine in the local webrick server, however when I create the .war file and put it on my Tomcat 7 server, I get a 404 whenever I try add attachments or a New Issue. I can create projects, users, change settings, all that good stuff.

Heres the message I get when trying to go to the following URL via redirect through creating New Issue:
URL: http://10.237.xx.xx/redmine/projects/MY_PROJECT_NAME/issues

Error:
<html>
<head>
<meta charset="utf-8" />
<title>Redmine 404 error</title>
<style>
body {font-family: Trebuchet MS, Georgia, "Times New Roman", serif; color: #303030; margin: 10px;}
h1 {font-size:1.5em;}
p {font-size:0.8em;}
</style>
</head>
<body>
<h1>Page not found</h1>
<p>The page you were trying to access doesn't exist or has been removed.</p>
<p><a href="javascript:history.back()">Back</a></p>
</body>
</html>

For some reason, my .war deployment did not include the html file for creating a new issue or adding attachments/documents.

Also, when I try deploy a .war that was created with plugins, the plugins are not included for some reason, but thats another problem.

Any idea's for how to solve this issue? Everything else works great.

Thanks,
JohnH