projects
/
tomcat7.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa2c623
)
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44943
author
markt
<markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 7 May 2008 17:20:41 +0000
(17:20 +0000)
committer
markt
<markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 7 May 2008 17:20:41 +0000
(17:20 +0000)
Reduce copy/paste issues caused by different engine names.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@654177
13f79535
-47bb-0310-9956-
ffa450edef68
conf/server.xml
patch
|
blob
|
history
diff --git
a/conf/server.xml
b/conf/server.xml
index
4a0d278
..
c2428aa
100644
(file)
--- a/
conf/server.xml
+++ b/
conf/server.xml
@@
-95,7
+95,7
@@
Documentation at /docs/config/engine.html -->
<!-- You should set jvmRoute to support load-balancing via AJP ie :
- <Engine name="
Standalone
" defaultHost="localhost" jvmRoute="jvm1">
+ <Engine name="
Catalina
" defaultHost="localhost" jvmRoute="jvm1">
-->
<Engine name="Catalina" defaultHost="localhost">