Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing catalina_base directories: bin, lib and work #17

Merged
1 commit merged into from
Jul 31, 2015
Merged

add missing catalina_base directories: bin, lib and work #17

1 commit merged into from
Jul 31, 2015

Conversation

kakawait
Copy link
Contributor

Reference #14

According to Tomcat documentation http://tomcat.apache.org/tomcat-8.0-doc/RUNNING.txt section Advanced Configuration - Multiple Tomcat Instances

When running with a separate CATALINA_HOME and CATALINA_BASE, the files
and directories are split as following:

In CATALINA_BASE:

 * bin  - Only the following files:
           * setenv.sh (*nix) or setenv.bat (Windows),
           * tomcat-juli.jar
          The setenv scripts were described above. The tomcat-juli library
          is documented in the Logging chapter in the User Guide.
 * conf - Server configuration files (including server.xml)
 * lib  - Libraries and classes, as explained below
 * logs - Log and output files
 * webapps - Automatically loaded web applications
 * work - Temporary working directories for web applications
 * temp - Directory used by the JVM for temporary files (java.io.tmpdir)

In my personal case I really need to add setenv.sh and jarfile on lib folder. Actually I need to create both folders before importing those files.

ghost pushed a commit that referenced this pull request Jul 31, 2015
add missing catalina_base directories: bin, lib and work
@ghost ghost merged commit 01131f0 into silpion:next Jul 31, 2015
@ghost
Copy link

ghost commented Jul 31, 2015

This get's released once #16 is done/merged.

marcrohlfs added a commit that referenced this pull request Aug 26, 2015
…ng to next

* commit 'd72382467b142109a2d9e1a8defb447bb19c7e53':
  Adapt documentation to override mechanic for URI encoding
  Use override mechanic for URI encoding
  Allow to configure tomcat URI encoding
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant