Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-jams
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-jams
Commits
4d64dbce
Commit
4d64dbce
authored
4 years ago
by
Larbi Gharib
Browse files
Options
Downloads
Patches
Plain Diff
Changed 404 to index.html
Change-Id: Ida48284e3bc4ca6e062785854534e4d473f430b3
parent
8da0e4ed
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jams-server/src/main/java/net/jami/jams/server/core/TomcatLauncher.java
+1
-1
1 addition, 1 deletion
...c/main/java/net/jami/jams/server/core/TomcatLauncher.java
with
1 addition
and
1 deletion
jams-server/src/main/java/net/jami/jams/server/core/TomcatLauncher.java
+
1
−
1
View file @
4d64dbce
...
...
@@ -113,7 +113,7 @@ public class TomcatLauncher {
//Register error pages.
ErrorPage
notFound
=
new
ErrorPage
();
notFound
.
setErrorCode
(
404
);
notFound
.
setLocation
(
"/
404
"
);
notFound
.
setLocation
(
"/
index.html
"
);
ErrorPage
genericError
=
new
ErrorPage
();
genericError
.
setErrorCode
(
500
);
genericError
.
setLocation
(
"/500"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment