20021002 Wednesday October 02, 2002

Loading Context's in 4.1.12. I was digging around in 4.1.12 and found that there's a whole new way to specify your context. You can now do it in a context.xml file in your webapps directory. Here's the manager.xml that ships with Tomcat.

<Context path="/manager" docBase="../server/webapps/manager"
         debug="0" privileged="true">

    <!-- Link to the user database we will get roles from -->
    <ResourceLink name="users" global="UserDatabase"
    type="org.apache.catalina.UserDatabase"/>

</Context>

Cool! That'll make Tomcat much easier to configure. Posted in General at Oct 02 2002, 04:55:58 AM MDT Add a Comment

Comments:

Post a Comment:
  • HTML Syntax: Allowed
Click me to subscribe
Matt Raible is a Web Architect who enjoys developing applications with open source technologies. Contact me for rates.
« December 2008
SunMonTueWedThuFriSat
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
   
       
Today

Recent Entries

Tag Cloud