Revision 7050
Added by ben leinfelder almost 13 years ago
docs/user/metacat/source/install.rst | ||
---|---|---|
230 | 230 |
If using Tomcat with Apache/mod_jk, enable the AJP connector on port 8009 by uncommenting that section in:: |
231 | 231 |
|
232 | 232 |
<tomcat_home>/conf/server.xml |
233 |
|
|
234 |
For DataONE deployments edit:: |
|
233 | 235 |
|
236 |
/etc/tomcat6/catalina.out |
|
237 |
|
|
238 |
to include:: |
|
239 |
|
|
240 |
org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true |
|
241 |
org.apache.catalina.connector.CoyoteAdapter.ALLOW_BACKSLASH=true |
|
242 |
|
|
234 | 243 |
Apache HTTPD Server (Highly Recommended) |
235 | 244 |
........................................ |
236 | 245 |
Although you have the option of running Metacat with only the Tomcat server, we |
Also available in: Unified diff
add note about https://redmine.dataone.org/issues/2451 to the documentation