close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Aug 13, 2009, 1:38:46 PM (16 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v3
|
v4
|
|
| 42 | 42 | |
| 43 | 43 | * Code Example: Using ServletHandler in Server |
| | 44 | |
| 44 | 45 | {{{ |
| 45 | 46 | #!java |
| … |
… |
|
| 62 | 63 | |
| 63 | 64 | * Code Example: Static servlet mappings |
| | 65 | |
| 64 | 66 | {{{ |
| 65 | 67 | #!java |
| … |
… |
|
| 150 | 152 | |
| 151 | 153 | * Code Example: Configuring multiple web apps |
| 152 | | {{{ |
| | 154 | |
| | 155 | {{{ |
| | 156 | #!sh |
| 153 | 157 | server.addWebApplications ("myhost","./webapps/"); |
| 154 | 158 | }}} |