aboutsummaryrefslogtreecommitdiff
path: root/www/tomcat6/pkg-plist
blob: bf6ed0a24ed7fff39095a2005c3cbb33e839f9ba (plain) (blame)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
@comment $FreeBSD$
@unexec if cmp -s %D/%%T%%/conf/Catalina/localhost/host-manager.xml %D/%%T%%/conf/Catalina/localhost/host-manager.xml.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/Catalina/localhost/host-manager.xml; else echo If permanently deleting this package, %D/%%T%%/conf/Catalina/localhost/host-manager.xml must be removed manually; fi
@unexec if cmp -s %D/%%T%%/conf/Catalina/localhost/manager.xml %D/%%T%%/conf/Catalina/localhost/manager.xml.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/Catalina/localhost/manager.xml; else echo If permanently deleting this package, %D/%%T%%/conf/Catalina/localhost/manager.xml must be removed manually; fi
@unexec if cmp -s %D/%%T%%/conf/catalina.policy %D/%%T%%/conf/catalina.policy.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/catalina.policy; else echo If permanently deleting this package, %D/%%T%%/conf/catalina.policy must be removed manually; fi
@unexec if cmp -s %D/%%T%%/conf/catalina.properties %D/%%T%%/conf/catalina.properties.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/catalina.properties; else echo If permanently deleting this package, %D/%%T%%/conf/catalina.properties must be removed manually; fi
@unexec if cmp -s %D/%%T%%/conf/context.xml %D/%%T%%/conf/context.xml.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/context.xml; else echo If permanently deleting this package, %D/%%T%%/conf/context.xml must be removed manually; fi
@unexec if cmp -s %D/%%T%%/conf/server-minimal.xml %D/%%T%%/conf/server-minimal.xml.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/server-minimal.xml; else echo If permanently deleting this package, %D/%%T%%/conf/server-minimal.xml must be removed manually; fi
@unexec if cmp -s %D/%%T%%/conf/server.xml %D/%%T%%/conf/server.xml.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/server.xml; else echo If permanently deleting this package, %D/%%T%%/conf/server.xml must be removed manually; fi
@unexec if cmp -s %D/%%T%%/conf/tomcat-users.xml %D/%%T%%/conf/tomcat-users.xml.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/tomcat-users.xml; else echo If permanently deleting this package, %D/%%T%%/conf/tomcat-users.xml must be removed manually; fi
@unexec if cmp -s %D/%%T%%/conf/web.xml %D/%%T%%/conf/web.xml.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/web.xml; else echo If permanently deleting this package, %D/%%T%%/conf/web.xml must be removed manually; fi
@unexec if cmp -s %D/%%T%%/conf/logging.properties %D/%%T%%/conf/logging.properties.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/logging.properties; else echo If permanently deleting this package, %D/%%T%%/conf/logging.properties must be removed manually; fi
%%T%%/LICENSE
%%T%%/NOTICE
%%T%%/RELEASE-NOTES
%%T%%/RUNNING.txt
%%T%%/bin/bootstrap.jar
%%T%%/bin/catalina-tasks.xml
%%T%%/bin/catalina.sh
%%T%%/bin/commons-daemon.jar
%%T%%/bin/commons-logging-api.jar
%%T%%/bin/digest.sh
%%JAVA14%%%%T%%/bin/jmx.jar
%%T%%/bin/jmxaccessor-tasks.xml
%%T%%/bin/jsvc.tar.gz
%%T%%/bin/setclasspath.sh
%%T%%/bin/shutdown.sh
%%T%%/bin/startup.sh
%%T%%/bin/tomcat-juli.jar
%%T%%/bin/tomcat-native.tar.gz
%%T%%/bin/tool-wrapper.sh
%%T%%/bin/version.sh
%%JAVA14%%%%T%%/common/endorsed/xercesImpl.jar
%%JAVA14%%%%T%%/common/endorsed/xml-apis.jar
%%T%%/common/i18n/tomcat-i18n-en.jar
%%T%%/common/i18n/tomcat-i18n-es.jar
%%T%%/common/i18n/tomcat-i18n-fr.jar
%%T%%/common/i18n/tomcat-i18n-ja.jar
%%T%%/common/lib/commons-el.jar
%%T%%/common/lib/jasper-compiler-jdt.jar
%%T%%/common/lib/jasper-compiler.jar
%%T%%/common/lib/jasper-runtime.jar
%%T%%/common/lib/jsp-api.jar
%%T%%/common/lib/naming-factory-dbcp.jar
%%T%%/common/lib/naming-factory.jar
%%T%%/common/lib/naming-resources.jar
%%T%%/common/lib/servlet-api.jar
%%T%%/common/lib/tools.jar
%%T%%/conf/Catalina/localhost/host-manager.xml.%%CONF_EXT%%
%%T%%/conf/Catalina/localhost/manager.xml.%%CONF_EXT%%
%%T%%/conf/catalina.policy.%%CONF_EXT%%
%%T%%/conf/catalina.properties.%%CONF_EXT%%
%%T%%/conf/context.xml.%%CONF_EXT%%
%%T%%/conf/server-minimal.xml.%%CONF_EXT%%
%%T%%/conf/server.xml.%%CONF_EXT%%
%%T%%/conf/tomcat-users.xml.%%CONF_EXT%%
%%T%%/conf/web.xml.%%CONF_EXT%%
%%T%%/conf/logging.properties.%%CONF_EXT%%
%%T%%/logs/stderr.log
%%T%%/logs/stdout.log
%%T%%/server/lib/catalina-ant-jmx.jar
%%T%%/server/lib/catalina-ant.jar
%%T%%/server/lib/catalina-cluster.jar
%%T%%/server/lib/catalina-optional.jar
%%T%%/server/lib/catalina-storeconfig.jar
%%T%%/server/lib/catalina.jar
%%T%%/server/lib/commons-modeler.jar
%%T%%/server/lib/servlets-cgi.renametojar
%%T%%/server/lib/servlets-default.jar
%%T%%/server/lib/servlets-invoker.jar
%%T%%/server/lib/servlets-ssi.renametojar
%%T%%/server/lib/servlets-webdav.jar
%%T%%/server/lib/tomcat-ajp.jar
%%T%%/server/lib/tomcat-apr.jar
%%T%%/server/lib/tomcat-coyote.jar
%%T%%/server/lib/tomcat-http.jar
%%T%%/server/lib/tomcat-util.jar
%%T%%/server/webapps/host-manager/WEB-INF/lib/catalina-host-manager.jar
%%T%%/server/webapps/host-manager/WEB-INF/web.xml
%%T%%/server/webapps/host-manager/host-manager.xml
%%T%%/server/webapps/host-manager/images/add.gif
%%T%%/server/webapps/host-manager/images/code.gif
%%T%%/server/webapps/host-manager/images/design.gif
%%T%%/server/webapps/host-manager/images/docs.gif
%%T%%/server/webapps/host-manager/images/fix.gif
%%T%%/server/webapps/host-manager/images/jakarta-logo.gif
%%T%%/server/webapps/host-manager/images/tomcat.gif
%%T%%/server/webapps/host-manager/images/update.gif
%%T%%/server/webapps/host-manager/images/void.gif
%%T%%/server/webapps/host-manager/manager.xml
%%T%%/server/webapps/manager/WEB-INF/lib/catalina-manager.jar
%%T%%/server/webapps/manager/WEB-INF/lib/commons-fileupload-1.0.jar
%%T%%/server/webapps/manager/WEB-INF/web.xml
%%T%%/server/webapps/manager/html-manager-howto.html
%%T%%/server/webapps/manager/images/add.gif
%%T%%/server/webapps/manager/images/code.gif
%%T%%/server/webapps/manager/images/design.gif
%%T%%/server/webapps/manager/images/docs.gif
%%T%%/server/webapps/manager/images/fix.gif
%%T%%/server/webapps/manager/images/jakarta-logo.gif
%%T%%/server/webapps/manager/images/tomcat.gif
%%T%%/server/webapps/manager/images/update.gif
%%T%%/server/webapps/manager/images/void.gif
%%T%%/server/webapps/manager/manager-howto.html
%%T%%/server/webapps/manager/manager.xml
%%T%%/server/webapps/manager/status.xsd
%%T%%/server/webapps/manager/xform.xsl
%%T%%/webapps/ROOT/RELEASE-NOTES.txt
%%T%%/webapps/ROOT/WEB-INF/lib/catalina-root.jar
%%T%%/webapps/ROOT/WEB-INF/web.xml
%%T%%/webapps/ROOT/admin/index.html
%%T%%/webapps/ROOT/favicon.ico
%%T%%/webapps/ROOT/index.jsp
%%T%%/webapps/ROOT/jakarta-banner.gif
%%T%%/webapps/ROOT/tomcat-power.gif
%%T%%/webapps/ROOT/tomcat.gif
%%T%%/webapps/balancer/META-INF/context.xml
%%T%%/webapps/balancer/WEB-INF/config/rules.xml
%%T%%/webapps/balancer/WEB-INF/lib/catalina-balancer.jar
%%T%%/webapps/balancer/WEB-INF/web.xml
%%T%%/webapps/jsp-examples/WEB-INF/classes/cal/Entries.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/cal/Entries.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/cal/Entry.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/cal/Entry.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/cal/JspCalendar.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/cal/JspCalendar.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/cal/TableBean.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/cal/TableBean.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/checkbox/CheckTest.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/checkbox/CheckTest.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/colors/ColorGameBean.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/colors/ColorGameBean.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/compressionFilters/CompressionFilter.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/compressionFilters/CompressionFilter.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/dates/JspCalendar.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/dates/JspCalendar.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/error/Smart.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/error/Smart.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/examples/ExampleTagBase.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/examples/ExampleTagBase.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/examples/FooTag.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/examples/FooTag.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/examples/FooTagExtraInfo.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/examples/FooTagExtraInfo.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/examples/LogTag.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/examples/LogTag.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/examples/ShowSource.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/examples/ShowSource.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/filters/ExampleFilter.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/filters/ExampleFilter.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/filters/RequestDumperFilter.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/filters/RequestDumperFilter.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/BookBean.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/BookBean.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/FooBean.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/FooBean.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/el/Functions.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/el/Functions.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/listeners/ContextListener.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/listeners/ContextListener.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/listeners/SessionListener.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/listeners/SessionListener.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/num/NumberGuessBean.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/num/NumberGuessBean.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/cal/cal1_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/cal/cal2_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/checkbox/checkresult_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/colors/colrs_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/dates/date_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/error/err_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/error/errorpge_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/forward/forward_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/forward/one_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/include/foo_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/include/include_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/el/basic_002darithmetic_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/el/basic_002dcomparisons_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/el/functions_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/el/implicit_002dobjects_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/jspattribute/jspattribute_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/jspattribute/shuffle_jsp$shuffle_jspHelper.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/jspattribute/shuffle_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/jspx/basic_jspx$basic_jspxHelper.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/jspx/basic_jspx.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/jspx/textRotate_jspx.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/misc/config_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/misc/dynamicattrs_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/simpletag/book_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/simpletag/hello_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/simpletag/repeat_jsp$repeat_jspHelper.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/simpletag/repeat_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/tagfiles/hello_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/tagfiles/panel_jsp$panel_jspHelper.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/tagfiles/panel_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/tagfiles/products_jsp$products_jspHelper.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/tagfiles/products_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsptoserv/hello_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsptoserv/jsptoservlet_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/num/numguess_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/plugin/plugin_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/security/protected_/error_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/security/protected_/index_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/security/protected_/login_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/sessions/carts_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/simpletag/foo_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/snp/snoop_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/source_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tag/web/displayProducts_tag.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tag/web/helloWorld_tag.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tag/web/panel_tag.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tag/web/xhtmlbasic_tag.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tagplugin/choose_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tagplugin/foreach_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tagplugin/if_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/xml/xml_jsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/servletToJsp.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/servletToJsp.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/sessions/DummyCart.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/sessions/DummyCart.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/util/HTMLFilter.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/util/HTMLFilter.java
%%T%%/webapps/jsp-examples/WEB-INF/classes/validators/DebugValidator.class
%%T%%/webapps/jsp-examples/WEB-INF/classes/validators/DebugValidator.java
%%T%%/webapps/jsp-examples/WEB-INF/jsp/applet/Clock2.java
%%T%%/webapps/jsp-examples/WEB-INF/jsp/debug-taglib.tld
%%T%%/webapps/jsp-examples/WEB-INF/jsp/example-taglib.tld
%%T%%/webapps/jsp-examples/WEB-INF/jsp2/jsp2-example-taglib.tld
%%T%%/webapps/jsp-examples/WEB-INF/lib/jstl.jar
%%T%%/webapps/jsp-examples/WEB-INF/lib/standard.jar
%%T%%/webapps/jsp-examples/WEB-INF/tags/displayProducts.tag
%%T%%/webapps/jsp-examples/WEB-INF/tags/helloWorld.tag
%%T%%/webapps/jsp-examples/WEB-INF/tags/panel.tag
%%T%%/webapps/jsp-examples/WEB-INF/tags/xhtmlbasic.tag
%%T%%/webapps/jsp-examples/WEB-INF/web.xml
%%T%%/webapps/jsp-examples/cal/Entries.java.html
%%T%%/webapps/jsp-examples/cal/Entry.java.html
%%T%%/webapps/jsp-examples/cal/JspCalendar.java.html
%%T%%/webapps/jsp-examples/cal/TableBean.java.html
%%T%%/webapps/jsp-examples/cal/cal1.jsp
%%T%%/webapps/jsp-examples/cal/cal1.jsp.html
%%T%%/webapps/jsp-examples/cal/cal2.jsp
%%T%%/webapps/jsp-examples/cal/cal2.jsp.html
%%T%%/webapps/jsp-examples/cal/calendar.html
%%T%%/webapps/jsp-examples/cal/login.html
%%T%%/webapps/jsp-examples/checkbox/CheckTest.html
%%T%%/webapps/jsp-examples/checkbox/check.html
%%T%%/webapps/jsp-examples/checkbox/checkresult.jsp
%%T%%/webapps/jsp-examples/checkbox/checkresult.jsp.html
%%T%%/webapps/jsp-examples/checkbox/cresult.html
%%T%%/webapps/jsp-examples/colors/ColorGameBean.html
%%T%%/webapps/jsp-examples/colors/clr.html
%%T%%/webapps/jsp-examples/colors/colors.html
%%T%%/webapps/jsp-examples/colors/colrs.jsp
%%T%%/webapps/jsp-examples/colors/colrs.jsp.html
%%T%%/webapps/jsp-examples/dates/date.html
%%T%%/webapps/jsp-examples/dates/date.jsp
%%T%%/webapps/jsp-examples/dates/date.jsp.html
%%T%%/webapps/jsp-examples/error/er.html
%%T%%/webapps/jsp-examples/error/err.jsp
%%T%%/webapps/jsp-examples/error/err.jsp.html
%%T%%/webapps/jsp-examples/error/error.html
%%T%%/webapps/jsp-examples/error/errorpge.jsp
%%T%%/webapps/jsp-examples/forward/forward.jsp
%%T%%/webapps/jsp-examples/forward/forward.jsp.html
%%T%%/webapps/jsp-examples/forward/fwd.html
%%T%%/webapps/jsp-examples/forward/one.jsp
%%T%%/webapps/jsp-examples/forward/two.html
%%T%%/webapps/jsp-examples/images/code.gif
%%T%%/webapps/jsp-examples/images/execute.gif
%%T%%/webapps/jsp-examples/images/read.gif
%%T%%/webapps/jsp-examples/images/return.gif
%%T%%/webapps/jsp-examples/include/foo.html
%%T%%/webapps/jsp-examples/include/foo.jsp
%%T%%/webapps/jsp-examples/include/inc.html
%%T%%/webapps/jsp-examples/include/include.jsp
%%T%%/webapps/jsp-examples/include/include.jsp.html
%%T%%/webapps/jsp-examples/index.html
%%T%%/webapps/jsp-examples/jsp2/el/Functions.java.html
%%T%%/webapps/jsp-examples/jsp2/el/basic-arithmetic.html
%%T%%/webapps/jsp-examples/jsp2/el/basic-arithmetic.jsp
%%T%%/webapps/jsp-examples/jsp2/el/basic-arithmetic.jsp.html
%%T%%/webapps/jsp-examples/jsp2/el/basic-comparisons.html
%%T%%/webapps/jsp-examples/jsp2/el/basic-comparisons.jsp
%%T%%/webapps/jsp-examples/jsp2/el/basic-comparisons.jsp.html
%%T%%/webapps/jsp-examples/jsp2/el/functions.html
%%T%%/webapps/jsp-examples/jsp2/el/functions.jsp
%%T%%/webapps/jsp-examples/jsp2/el/functions.jsp.html
%%T%%/webapps/jsp-examples/jsp2/el/implicit-objects.html
%%T%%/webapps/jsp-examples/jsp2/el/implicit-objects.jsp
%%T%%/webapps/jsp-examples/jsp2/el/implicit-objects.jsp.html
%%T%%/webapps/jsp-examples/jsp2/jspattribute/FooBean.java.html
%%T%%/webapps/jsp-examples/jsp2/jspattribute/HelloWorldSimpleTag.java.html
%%T%%/webapps/jsp-examples/jsp2/jspattribute/ShuffleSimpleTag.java.html
%%T%%/webapps/jsp-examples/jsp2/jspattribute/TileSimpleTag.java.html
%%T%%/webapps/jsp-examples/jsp2/jspattribute/jspattribute.html
%%T%%/webapps/jsp-examples/jsp2/jspattribute/jspattribute.jsp
%%T%%/webapps/jsp-examples/jsp2/jspattribute/jspattribute.jsp.html
%%T%%/webapps/jsp-examples/jsp2/jspattribute/shuffle.html
%%T%%/webapps/jsp-examples/jsp2/jspattribute/shuffle.jsp
%%T%%/webapps/jsp-examples/jsp2/jspattribute/shuffle.jsp.html
%%T%%/webapps/jsp-examples/jsp2/jspx/basic.html
%%T%%/webapps/jsp-examples/jsp2/jspx/basic.jspx
%%T%%/webapps/jsp-examples/jsp2/jspx/basic.jspx.html
%%T%%/webapps/jsp-examples/jsp2/jspx/svgexample.html
%%T%%/webapps/jsp-examples/jsp2/jspx/textRotate.html
%%T%%/webapps/jsp-examples/jsp2/jspx/textRotate.jpg
%%T%%/webapps/jsp-examples/jsp2/jspx/textRotate.jspx
%%T%%/webapps/jsp-examples/jsp2/jspx/textRotate.jspx.html
%%T%%/webapps/jsp-examples/jsp2/misc/EchoAttributesTag.java.html
%%T%%/webapps/jsp-examples/jsp2/misc/coda.jspf
%%T%%/webapps/jsp-examples/jsp2/misc/coda.jspf.html
%%T%%/webapps/jsp-examples/jsp2/misc/config.html
%%T%%/webapps/jsp-examples/jsp2/misc/config.jsp
%%T%%/webapps/jsp-examples/jsp2/misc/config.jsp.html
%%T%%/webapps/jsp-examples/jsp2/misc/dynamicattrs.html
%%T%%/webapps/jsp-examples/jsp2/misc/dynamicattrs.jsp
%%T%%/webapps/jsp-examples/jsp2/misc/dynamicattrs.jsp.html
%%T%%/webapps/jsp-examples/jsp2/misc/prelude.jspf
%%T%%/webapps/jsp-examples/jsp2/misc/prelude.jspf.html
%%T%%/webapps/jsp-examples/jsp2/simpletag/BookBean.java.html
%%T%%/webapps/jsp-examples/jsp2/simpletag/FindBookSimpleTag.java.html
%%T%%/webapps/jsp-examples/jsp2/simpletag/Functions.java.html
%%T%%/webapps/jsp-examples/jsp2/simpletag/HelloWorldSimpleTag.java.html
%%T%%/webapps/jsp-examples/jsp2/simpletag/RepeatSimpleTag.java.html
%%T%%/webapps/jsp-examples/jsp2/simpletag/book.html
%%T%%/webapps/jsp-examples/jsp2/simpletag/book.jsp
%%T%%/webapps/jsp-examples/jsp2/simpletag/book.jsp.html
%%T%%/webapps/jsp-examples/jsp2/simpletag/hello.html
%%T%%/webapps/jsp-examples/jsp2/simpletag/hello.jsp
%%T%%/webapps/jsp-examples/jsp2/simpletag/hello.jsp.html
%%T%%/webapps/jsp-examples/jsp2/simpletag/repeat.html
%%T%%/webapps/jsp-examples/jsp2/simpletag/repeat.jsp
%%T%%/webapps/jsp-examples/jsp2/simpletag/repeat.jsp.html
%%T%%/webapps/jsp-examples/jsp2/tagfiles/displayProducts.tag.html
%%T%%/webapps/jsp-examples/jsp2/tagfiles/hello.html
%%T%%/webapps/jsp-examples/jsp2/tagfiles/hello.jsp
%%T%%/webapps/jsp-examples/jsp2/tagfiles/hello.jsp.html
%%T%%/webapps/jsp-examples/jsp2/tagfiles/helloWorld.tag.html
%%T%%/webapps/jsp-examples/jsp2/tagfiles/panel.html
%%T%%/webapps/jsp-examples/jsp2/tagfiles/panel.jsp
%%T%%/webapps/jsp-examples/jsp2/tagfiles/panel.jsp.html
%%T%%/webapps/jsp-examples/jsp2/tagfiles/panel.tag.html
%%T%%/webapps/jsp-examples/jsp2/tagfiles/products.html
%%T%%/webapps/jsp-examples/jsp2/tagfiles/products.jsp
%%T%%/webapps/jsp-examples/jsp2/tagfiles/products.jsp.html
%%T%%/webapps/jsp-examples/jsp2/tagfiles/xhtmlbasic.tag.html
%%T%%/webapps/jsp-examples/jsptoserv/hello.jsp
%%T%%/webapps/jsp-examples/jsptoserv/jsptoservlet.jsp
%%T%%/webapps/jsp-examples/jsptoserv/jsptoservlet.jsp.html
%%T%%/webapps/jsp-examples/jsptoserv/jts.html
%%T%%/webapps/jsp-examples/jsptoserv/servletToJsp.java.html
%%T%%/webapps/jsp-examples/num/numguess.html
%%T%%/webapps/jsp-examples/num/numguess.jsp
%%T%%/webapps/jsp-examples/num/numguess.jsp.html
%%T%%/webapps/jsp-examples/plugin/applet/Clock2.class
%%T%%/webapps/jsp-examples/plugin/applet/Clock2.java
%%T%%/webapps/jsp-examples/plugin/plugin.html
%%T%%/webapps/jsp-examples/plugin/plugin.jsp
%%T%%/webapps/jsp-examples/plugin/plugin.jsp.html
%%T%%/webapps/jsp-examples/security/protected/error.jsp
%%T%%/webapps/jsp-examples/security/protected/index.jsp
%%T%%/webapps/jsp-examples/security/protected/login.jsp
%%T%%/webapps/jsp-examples/sessions/DummyCart.html
%%T%%/webapps/jsp-examples/sessions/carts.html
%%T%%/webapps/jsp-examples/sessions/carts.jsp
%%T%%/webapps/jsp-examples/sessions/carts.jsp.html
%%T%%/webapps/jsp-examples/sessions/crt.html
%%T%%/webapps/jsp-examples/simpletag/foo.html
%%T%%/webapps/jsp-examples/simpletag/foo.jsp
%%T%%/webapps/jsp-examples/simpletag/foo.jsp.html
%%T%%/webapps/jsp-examples/snp/snoop.html
%%T%%/webapps/jsp-examples/snp/snoop.jsp
%%T%%/webapps/jsp-examples/snp/snoop.jsp.html
%%T%%/webapps/jsp-examples/source.jsp
%%T%%/webapps/jsp-examples/tagplugin/choose.html
%%T%%/webapps/jsp-examples/tagplugin/choose.jsp
%%T%%/webapps/jsp-examples/tagplugin/choose.jsp.html
%%T%%/webapps/jsp-examples/tagplugin/foreach.html
%%T%%/webapps/jsp-examples/tagplugin/foreach.jsp
%%T%%/webapps/jsp-examples/tagplugin/foreach.jsp.html
%%T%%/webapps/jsp-examples/tagplugin/howto.html
%%T%%/webapps/jsp-examples/tagplugin/if.html
%%T%%/webapps/jsp-examples/tagplugin/if.jsp
%%T%%/webapps/jsp-examples/tagplugin/if.jsp.html
%%T%%/webapps/jsp-examples/tagplugin/notes.html
%%T%%/webapps/jsp-examples/xml/xml.html
%%T%%/webapps/jsp-examples/xml/xml.jsp
%%T%%/webapps/jsp-examples/xml/xml.jsp.html
%%T%%/webapps/servlets-examples/WEB-INF/classes/CookieExample.class
%%T%%/webapps/servlets-examples/WEB-INF/classes/CookieExample.java
%%T%%/webapps/servlets-examples/WEB-INF/classes/HelloWorldExample.class
%%T%%/webapps/servlets-examples/WEB-INF/classes/HelloWorldExample.java
%%T%%/webapps/servlets-examples/WEB-INF/classes/LocalStrings.properties
%%T%%/webapps/servlets-examples/WEB-INF/classes/LocalStrings_en.properties
%%T%%/webapps/servlets-examples/WEB-INF/classes/LocalStrings_es.properties
%%T%%/webapps/servlets-examples/WEB-INF/classes/LocalStrings_fr.properties
%%T%%/webapps/servlets-examples/WEB-INF/classes/LocalStrings_pt.properties
%%T%%/webapps/servlets-examples/WEB-INF/classes/RequestHeaderExample.class
%%T%%/webapps/servlets-examples/WEB-INF/classes/RequestHeaderExample.java
%%T%%/webapps/servlets-examples/WEB-INF/classes/RequestInfoExample.class
%%T%%/webapps/servlets-examples/WEB-INF/classes/RequestInfoExample.java
%%T%%/webapps/servlets-examples/WEB-INF/classes/RequestParamExample.class
%%T%%/webapps/servlets-examples/WEB-INF/classes/RequestParamExample.java
%%T%%/webapps/servlets-examples/WEB-INF/classes/SessionExample.class
%%T%%/webapps/servlets-examples/WEB-INF/classes/SessionExample.java
%%T%%/webapps/servlets-examples/WEB-INF/classes/compressionFilters/CompressionFilter.class
%%T%%/webapps/servlets-examples/WEB-INF/classes/compressionFilters/CompressionFilter.java
%%T%%/webapps/servlets-examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.class
%%T%%/webapps/servlets-examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.java
%%T%%/webapps/servlets-examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.class
%%T%%/webapps/servlets-examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java
%%T%%/webapps/servlets-examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.class
%%T%%/webapps/servlets-examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.java
%%T%%/webapps/servlets-examples/WEB-INF/classes/filters/ExampleFilter.class
%%T%%/webapps/servlets-examples/WEB-INF/classes/filters/ExampleFilter.java
%%T%%/webapps/servlets-examples/WEB-INF/classes/filters/RequestDumperFilter.class
%%T%%/webapps/servlets-examples/WEB-INF/classes/filters/RequestDumperFilter.java
%%T%%/webapps/servlets-examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.class
%%T%%/webapps/servlets-examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.java
%%T%%/webapps/servlets-examples/WEB-INF/classes/listeners/ContextListener.class
%%T%%/webapps/servlets-examples/WEB-INF/classes/listeners/ContextListener.java
%%T%%/webapps/servlets-examples/WEB-INF/classes/listeners/SessionListener.class
%%T%%/webapps/servlets-examples/WEB-INF/classes/listeners/SessionListener.java
%%T%%/webapps/servlets-examples/WEB-INF/classes/util/HTMLFilter.class
%%T%%/webapps/servlets-examples/WEB-INF/classes/util/HTMLFilter.java
%%T%%/webapps/servlets-examples/WEB-INF/web.xml
%%T%%/webapps/servlets-examples/cookies.html
%%T%%/webapps/servlets-examples/helloworld.html
%%T%%/webapps/servlets-examples/images/code.gif
%%T%%/webapps/servlets-examples/images/execute.gif
%%T%%/webapps/servlets-examples/images/return.gif
%%T%%/webapps/servlets-examples/index.html
%%T%%/webapps/servlets-examples/reqheaders.html
%%T%%/webapps/servlets-examples/reqinfo.html
%%T%%/webapps/servlets-examples/reqparams.html
%%T%%/webapps/servlets-examples/sessions.html
%%T%%/webapps/tomcat-docs/RELEASE-NOTES.txt
%%T%%/webapps/tomcat-docs/WEB-INF/web.xml
%%T%%/webapps/tomcat-docs/appdev/build.xml.txt
%%T%%/webapps/tomcat-docs/appdev/deployment.html
%%T%%/webapps/tomcat-docs/appdev/index.html
%%T%%/webapps/tomcat-docs/appdev/installation.html
%%T%%/webapps/tomcat-docs/appdev/introduction.html
%%T%%/webapps/tomcat-docs/appdev/printer/build.xml.txt
%%T%%/webapps/tomcat-docs/appdev/printer/deployment.html
%%T%%/webapps/tomcat-docs/appdev/printer/index.html
%%T%%/webapps/tomcat-docs/appdev/printer/installation.html
%%T%%/webapps/tomcat-docs/appdev/printer/introduction.html
%%T%%/webapps/tomcat-docs/appdev/printer/processes.html
%%T%%/webapps/tomcat-docs/appdev/printer/source.html
%%T%%/webapps/tomcat-docs/appdev/printer/web.xml.txt
%%T%%/webapps/tomcat-docs/appdev/processes.html
%%T%%/webapps/tomcat-docs/appdev/sample/build.xml
%%T%%/webapps/tomcat-docs/appdev/sample/docs/README.txt
%%T%%/webapps/tomcat-docs/appdev/sample/index.html
%%T%%/webapps/tomcat-docs/appdev/sample/sample.war
%%T%%/webapps/tomcat-docs/appdev/sample/src/mypackage/Hello.java
%%T%%/webapps/tomcat-docs/appdev/sample/web/WEB-INF/web.xml
%%T%%/webapps/tomcat-docs/appdev/sample/web/hello.jsp
%%T%%/webapps/tomcat-docs/appdev/sample/web/images/tomcat.gif
%%T%%/webapps/tomcat-docs/appdev/sample/web/index.html
%%T%%/webapps/tomcat-docs/appdev/source.html
%%T%%/webapps/tomcat-docs/appdev/web.xml.txt
%%T%%/webapps/tomcat-docs/apr.html
%%T%%/webapps/tomcat-docs/architecture/index.html
%%T%%/webapps/tomcat-docs/architecture/overview.html
%%T%%/webapps/tomcat-docs/architecture/printer/index.html
%%T%%/webapps/tomcat-docs/architecture/printer/overview.html
%%T%%/webapps/tomcat-docs/architecture/printer/requestProcess.html
%%T%%/webapps/tomcat-docs/architecture/printer/startup.html
%%T%%/webapps/tomcat-docs/architecture/requestProcess.html
%%T%%/webapps/tomcat-docs/architecture/requestProcess/requestProcess.pdf
%%T%%/webapps/tomcat-docs/architecture/requestProcess/roseModel.mdl
%%T%%/webapps/tomcat-docs/architecture/startup.html
%%T%%/webapps/tomcat-docs/architecture/startup/serverStartup.pdf
%%T%%/webapps/tomcat-docs/architecture/startup/serverStartup.txt
%%T%%/webapps/tomcat-docs/balancer-howto.html
%%T%%/webapps/tomcat-docs/build.xml
%%T%%/webapps/tomcat-docs/building.html
%%T%%/webapps/tomcat-docs/catalina/docs/api/index.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/fs-admin-apps.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/fs-admin-objects.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/fs-admin-opers.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/fs-default.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/fs-invoker.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/fs-jdbc-realm.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/fs-jndi-realm.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/fs-memory-realm.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/index.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/mbean-names.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/printer/fs-admin-apps.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/printer/fs-admin-objects.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/printer/fs-admin-opers.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/printer/fs-default.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/printer/fs-invoker.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/printer/fs-jdbc-realm.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/printer/fs-jndi-realm.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/printer/fs-memory-realm.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/printer/index.html
%%T%%/webapps/tomcat-docs/catalina/funcspecs/printer/mbean-names.html
%%T%%/webapps/tomcat-docs/cgi-howto.html
%%T%%/webapps/tomcat-docs/changelog.html
%%T%%/webapps/tomcat-docs/class-loader-howto.html
%%T%%/webapps/tomcat-docs/cluster-howto.html
%%T%%/webapps/tomcat-docs/config/ajp.html
%%T%%/webapps/tomcat-docs/config/context.html
%%T%%/webapps/tomcat-docs/config/engine.html
%%T%%/webapps/tomcat-docs/config/globalresources.html
%%T%%/webapps/tomcat-docs/config/host.html
%%T%%/webapps/tomcat-docs/config/http.html
%%T%%/webapps/tomcat-docs/config/index.html
%%T%%/webapps/tomcat-docs/config/loader.html
%%T%%/webapps/tomcat-docs/config/manager.html
%%T%%/webapps/tomcat-docs/config/printer/ajp.html
%%T%%/webapps/tomcat-docs/config/printer/context.html
%%T%%/webapps/tomcat-docs/config/printer/engine.html
%%T%%/webapps/tomcat-docs/config/printer/globalresources.html
%%T%%/webapps/tomcat-docs/config/printer/host.html
%%T%%/webapps/tomcat-docs/config/printer/http.html
%%T%%/webapps/tomcat-docs/config/printer/index.html
%%T%%/webapps/tomcat-docs/config/printer/loader.html
%%T%%/webapps/tomcat-docs/config/printer/manager.html
%%T%%/webapps/tomcat-docs/config/printer/realm.html
%%T%%/webapps/tomcat-docs/config/printer/resources.html
%%T%%/webapps/tomcat-docs/config/printer/server.html
%%T%%/webapps/tomcat-docs/config/printer/service.html
%%T%%/webapps/tomcat-docs/config/printer/valve.html
%%T%%/webapps/tomcat-docs/config/realm.html
%%T%%/webapps/tomcat-docs/config/resources.html
%%T%%/webapps/tomcat-docs/config/server.html
%%T%%/webapps/tomcat-docs/config/service.html
%%T%%/webapps/tomcat-docs/config/valve.html
%%T%%/webapps/tomcat-docs/connectors.html
%%T%%/webapps/tomcat-docs/default-servlet.html
%%T%%/webapps/tomcat-docs/deployer-howto.html
%%T%%/webapps/tomcat-docs/developers.html
%%T%%/webapps/tomcat-docs/html-manager-howto.html
%%T%%/webapps/tomcat-docs/images/add.gif
%%T%%/webapps/tomcat-docs/images/code.gif
%%T%%/webapps/tomcat-docs/images/design.gif
%%T%%/webapps/tomcat-docs/images/docs.gif
%%T%%/webapps/tomcat-docs/images/fix.gif
%%T%%/webapps/tomcat-docs/images/jakarta-logo.gif
%%T%%/webapps/tomcat-docs/images/printer.gif
%%T%%/webapps/tomcat-docs/images/tomcat.gif
%%T%%/webapps/tomcat-docs/images/update.gif
%%T%%/webapps/tomcat-docs/images/void.gif
%%T%%/webapps/tomcat-docs/index.html
%%T%%/webapps/tomcat-docs/introduction.html
%%T%%/webapps/tomcat-docs/jasper-howto.html
%%T%%/webapps/tomcat-docs/jasper/docs/api/index.html
%%T%%/webapps/tomcat-docs/jndi-datasource-examples-howto.html
%%T%%/webapps/tomcat-docs/jndi-resources-howto.html
%%T%%/webapps/tomcat-docs/jspapi/allclasses-frame.html
%%T%%/webapps/tomcat-docs/jspapi/allclasses-noframe.html
%%T%%/webapps/tomcat-docs/jspapi/constant-values.html
%%T%%/webapps/tomcat-docs/jspapi/deprecated-list.html
%%T%%/webapps/tomcat-docs/jspapi/help-doc.html
%%T%%/webapps/tomcat-docs/jspapi/index-all.html
%%T%%/webapps/tomcat-docs/jspapi/index.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/ErrorData.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/HttpJspPage.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/JspContext.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/JspEngineInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/JspException.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/JspFactory.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/JspPage.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/JspTagException.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/JspWriter.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/PageContext.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/SkipPageException.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/ErrorData.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/HttpJspPage.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/JspContext.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/JspEngineInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/JspException.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/JspFactory.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/JspPage.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/JspTagException.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/JspWriter.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/PageContext.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/SkipPageException.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/ELException.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/ELParseException.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/Expression.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/ExpressionEvaluator.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/FunctionMapper.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/VariableResolver.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/class-use/ELException.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/class-use/ELParseException.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/class-use/Expression.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/class-use/ExpressionEvaluator.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/class-use/FunctionMapper.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/class-use/VariableResolver.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/package-frame.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/package-summary.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/package-tree.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/package-use.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/package-frame.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/package-summary.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/package-tree.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/package-use.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/BodyContent.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/BodyTag.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/BodyTagSupport.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/DynamicAttributes.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/FunctionInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/IterationTag.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/JspFragment.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/JspTag.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/PageData.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/SimpleTag.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/SimpleTagSupport.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/Tag.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagAdapter.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagAttributeInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagData.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagExtraInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagFileInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagLibraryInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagLibraryValidator.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagSupport.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagVariableInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TryCatchFinally.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/ValidationMessage.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/VariableInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/BodyContent.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/BodyTag.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/BodyTagSupport.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/DynamicAttributes.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/FunctionInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/IterationTag.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/JspFragment.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/JspTag.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/PageData.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/SimpleTag.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/SimpleTagSupport.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/Tag.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagAdapter.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagAttributeInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagData.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagExtraInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagFileInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagLibraryInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagLibraryValidator.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagSupport.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagVariableInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TryCatchFinally.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/ValidationMessage.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/VariableInfo.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/doc-files/BodyTagProtocol.gif
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/doc-files/IterationTagProtocol.gif
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/doc-files/TagProtocol.gif
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/doc-files/VariableInfo-1.gif
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/package-frame.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/package-summary.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/package-tree.html
%%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/package-use.html
%%T%%/webapps/tomcat-docs/jspapi/overview-frame.html
%%T%%/webapps/tomcat-docs/jspapi/overview-summary.html
%%T%%/webapps/tomcat-docs/jspapi/overview-tree.html
%%T%%/webapps/tomcat-docs/jspapi/package-list
%%T%%/webapps/tomcat-docs/jspapi/packages.html
%%T%%/webapps/tomcat-docs/jspapi/resources/inherit.gif
%%T%%/webapps/tomcat-docs/jspapi/serialized-form.html
%%T%%/webapps/tomcat-docs/jspapi/stylesheet.css
%%T%%/webapps/tomcat-docs/logging.html
%%T%%/webapps/tomcat-docs/manager-howto.html
%%T%%/webapps/tomcat-docs/mbeans-descriptor-howto.html
%%T%%/webapps/tomcat-docs/monitoring.html
%%T%%/webapps/tomcat-docs/printer/apr.html
%%T%%/webapps/tomcat-docs/printer/balancer-howto.html
%%T%%/webapps/tomcat-docs/printer/building.html
%%T%%/webapps/tomcat-docs/printer/cgi-howto.html
%%T%%/webapps/tomcat-docs/printer/changelog.html
%%T%%/webapps/tomcat-docs/printer/class-loader-howto.html
%%T%%/webapps/tomcat-docs/printer/cluster-howto.html
%%T%%/webapps/tomcat-docs/printer/connectors.html
%%T%%/webapps/tomcat-docs/printer/default-servlet.html
%%T%%/webapps/tomcat-docs/printer/deployer-howto.html
%%T%%/webapps/tomcat-docs/printer/developers.html
%%T%%/webapps/tomcat-docs/printer/html-manager-howto.html
%%T%%/webapps/tomcat-docs/printer/index.html
%%T%%/webapps/tomcat-docs/printer/introduction.html
%%T%%/webapps/tomcat-docs/printer/jasper-howto.html
%%T%%/webapps/tomcat-docs/printer/jndi-datasource-examples-howto.html
%%T%%/webapps/tomcat-docs/printer/jndi-resources-howto.html
%%T%%/webapps/tomcat-docs/printer/logging.html
%%T%%/webapps/tomcat-docs/printer/manager-howto.html
%%T%%/webapps/tomcat-docs/printer/mbeans-descriptor-howto.html
%%T%%/webapps/tomcat-docs/printer/monitoring.html
%%T%%/webapps/tomcat-docs/printer/proxy-howto.html
%%T%%/webapps/tomcat-docs/printer/realm-howto.html
%%T%%/webapps/tomcat-docs/printer/security-manager-howto.html
%%T%%/webapps/tomcat-docs/printer/setup.html
%%T%%/webapps/tomcat-docs/printer/ssi-howto.html
%%T%%/webapps/tomcat-docs/printer/ssl-howto.html
%%T%%/webapps/tomcat-docs/printer/status.html
%%T%%/webapps/tomcat-docs/printer/windows-service-howto.html
%%T%%/webapps/tomcat-docs/proxy-howto.html
%%T%%/webapps/tomcat-docs/realm-howto.html
%%T%%/webapps/tomcat-docs/security-manager-howto.html
%%T%%/webapps/tomcat-docs/servletapi/allclasses-frame.html
%%T%%/webapps/tomcat-docs/servletapi/allclasses-noframe.html
%%T%%/webapps/tomcat-docs/servletapi/constant-values.html
%%T%%/webapps/tomcat-docs/servletapi/deprecated-list.html
%%T%%/webapps/tomcat-docs/servletapi/help-doc.html
%%T%%/webapps/tomcat-docs/servletapi/index-all.html
%%T%%/webapps/tomcat-docs/servletapi/index.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/Filter.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/FilterChain.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/FilterConfig.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/GenericServlet.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/RequestDispatcher.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/Servlet.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletConfig.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletContext.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletContextAttributeEvent.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletContextAttributeListener.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletContextEvent.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletContextListener.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletException.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletInputStream.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletOutputStream.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletRequest.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletRequestAttributeEvent.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletRequestAttributeListener.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletRequestEvent.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletRequestListener.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletRequestWrapper.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletResponse.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/ServletResponseWrapper.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/SingleThreadModel.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/UnavailableException.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/Filter.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/FilterChain.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/FilterConfig.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/GenericServlet.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/RequestDispatcher.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/Servlet.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletConfig.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletContext.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletContextAttributeEvent.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletContextAttributeListener.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletContextEvent.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletContextListener.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletException.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletInputStream.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletOutputStream.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletRequest.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletRequestAttributeEvent.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletRequestAttributeListener.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletRequestEvent.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletRequestListener.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletRequestWrapper.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletResponse.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletResponseWrapper.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/SingleThreadModel.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use/UnavailableException.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/Cookie.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpServlet.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpServletRequest.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpServletRequestWrapper.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpServletResponse.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpServletResponseWrapper.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpSession.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpSessionActivationListener.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpSessionAttributeListener.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpSessionBindingEvent.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpSessionBindingListener.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpSessionContext.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpSessionEvent.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpSessionListener.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/HttpUtils.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/Cookie.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpServlet.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpServletRequest.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpServletRequestWrapper.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpServletResponse.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpServletResponseWrapper.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpSession.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpSessionActivationListener.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpSessionAttributeListener.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpSessionBindingEvent.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpSessionBindingListener.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpSessionContext.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpSessionEvent.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpSessionListener.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use/HttpUtils.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/package-frame.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/package-summary.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/package-tree.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/package-use.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/package-frame.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/package-summary.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/package-tree.html
%%T%%/webapps/tomcat-docs/servletapi/javax/servlet/package-use.html
%%T%%/webapps/tomcat-docs/servletapi/overview-frame.html
%%T%%/webapps/tomcat-docs/servletapi/overview-summary.html
%%T%%/webapps/tomcat-docs/servletapi/overview-tree.html
%%T%%/webapps/tomcat-docs/servletapi/package-list
%%T%%/webapps/tomcat-docs/servletapi/packages.html
%%T%%/webapps/tomcat-docs/servletapi/resources/inherit.gif
%%T%%/webapps/tomcat-docs/servletapi/serialized-form.html
%%T%%/webapps/tomcat-docs/servletapi/stylesheet.css
%%T%%/webapps/tomcat-docs/setup.html
%%T%%/webapps/tomcat-docs/ssi-howto.html
%%T%%/webapps/tomcat-docs/ssl-howto.html
%%T%%/webapps/tomcat-docs/status.html
%%T%%/webapps/tomcat-docs/windows-service-howto.html
%%T%%/webapps/webdav/WEB-INF/web.xml
%%T%%/webapps/webdav/index.html
%%T%%/webapps/webdav/tomcat-power.gif
%%T%%/webapps/webdav/tomcat.gif
@exec mkdir %D/%%T%%/work || true
@exec mkdir %D/%%T%%/webapps/balancer/images || true
@exec mkdir %D/%%T%%/temp || true
@exec mkdir %D/%%T%%/shared || true
@exec mkdir %D/%%T%%/shared/lib || true
@exec mkdir %D/%%T%%/shared/classes || true
@exec mkdir %D/%%T%%/server/classes || true
@exec mkdir %D/%%T%%/common/endorsed ||true
@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%T%%/conf %D/%%T%%/logs %D/%%T%%/temp %D/%%T%%/work
@dirrm %%T%%/work
@dirrm %%T%%/webapps/webdav/WEB-INF
@dirrm %%T%%/webapps/webdav
@dirrm %%T%%/webapps/tomcat-docs/servletapi/resources
@dirrm %%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http/class-use
@dirrm %%T%%/webapps/tomcat-docs/servletapi/javax/servlet/http
@dirrm %%T%%/webapps/tomcat-docs/servletapi/javax/servlet/class-use
@dirrm %%T%%/webapps/tomcat-docs/servletapi/javax/servlet
@dirrm %%T%%/webapps/tomcat-docs/servletapi/javax
@dirrm %%T%%/webapps/tomcat-docs/servletapi
@dirrm %%T%%/webapps/tomcat-docs/printer
@dirrm %%T%%/webapps/tomcat-docs/jspapi/resources
@dirrm %%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/doc-files
@dirrm %%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use
@dirrm %%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext
@dirrm %%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/class-use
@dirrm %%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el
@dirrm %%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use
@dirrm %%T%%/webapps/tomcat-docs/jspapi/javax/servlet/jsp
@dirrm %%T%%/webapps/tomcat-docs/jspapi/javax/servlet
@dirrm %%T%%/webapps/tomcat-docs/jspapi/javax
@dirrm %%T%%/webapps/tomcat-docs/jspapi
@dirrm %%T%%/webapps/tomcat-docs/jasper/docs/api
@dirrm %%T%%/webapps/tomcat-docs/jasper/docs
@dirrm %%T%%/webapps/tomcat-docs/jasper
@dirrm %%T%%/webapps/tomcat-docs/images
@dirrm %%T%%/webapps/tomcat-docs/config/printer
@dirrm %%T%%/webapps/tomcat-docs/config
@dirrm %%T%%/webapps/tomcat-docs/catalina/funcspecs/printer
@dirrm %%T%%/webapps/tomcat-docs/catalina/funcspecs
@dirrm %%T%%/webapps/tomcat-docs/catalina/docs/api
@dirrm %%T%%/webapps/tomcat-docs/catalina/docs
@dirrm %%T%%/webapps/tomcat-docs/catalina
@dirrm %%T%%/webapps/tomcat-docs/architecture/startup
@dirrm %%T%%/webapps/tomcat-docs/architecture/requestProcess
@dirrm %%T%%/webapps/tomcat-docs/architecture/printer
@dirrm %%T%%/webapps/tomcat-docs/architecture
@dirrm %%T%%/webapps/tomcat-docs/appdev/sample/web/images
@dirrm %%T%%/webapps/tomcat-docs/appdev/sample/web/WEB-INF
@dirrm %%T%%/webapps/tomcat-docs/appdev/sample/web
@dirrm %%T%%/webapps/tomcat-docs/appdev/sample/src/mypackage
@dirrm %%T%%/webapps/tomcat-docs/appdev/sample/src
@dirrm %%T%%/webapps/tomcat-docs/appdev/sample/docs
@dirrm %%T%%/webapps/tomcat-docs/appdev/sample
@dirrm %%T%%/webapps/tomcat-docs/appdev/printer
@dirrm %%T%%/webapps/tomcat-docs/appdev
@dirrm %%T%%/webapps/tomcat-docs/WEB-INF
@dirrm %%T%%/webapps/tomcat-docs
@dirrm %%T%%/webapps/servlets-examples/images
@dirrm %%T%%/webapps/servlets-examples/WEB-INF/classes/util
@dirrm %%T%%/webapps/servlets-examples/WEB-INF/classes/listeners
@dirrm %%T%%/webapps/servlets-examples/WEB-INF/classes/filters
@dirrm %%T%%/webapps/servlets-examples/WEB-INF/classes/compressionFilters
@dirrm %%T%%/webapps/servlets-examples/WEB-INF/classes
@dirrm %%T%%/webapps/servlets-examples/WEB-INF
@dirrm %%T%%/webapps/servlets-examples
@dirrm %%T%%/webapps/jsp-examples/xml
@dirrm %%T%%/webapps/jsp-examples/tagplugin
@dirrm %%T%%/webapps/jsp-examples/snp
@dirrm %%T%%/webapps/jsp-examples/simpletag
@dirrm %%T%%/webapps/jsp-examples/sessions
@dirrm %%T%%/webapps/jsp-examples/security/protected
@dirrm %%T%%/webapps/jsp-examples/security
@dirrm %%T%%/webapps/jsp-examples/plugin/applet
@dirrm %%T%%/webapps/jsp-examples/plugin
@dirrm %%T%%/webapps/jsp-examples/num
@dirrm %%T%%/webapps/jsp-examples/jsptoserv
@dirrm %%T%%/webapps/jsp-examples/jsp2/tagfiles
@dirrm %%T%%/webapps/jsp-examples/jsp2/simpletag
@dirrm %%T%%/webapps/jsp-examples/jsp2/misc
@dirrm %%T%%/webapps/jsp-examples/jsp2/jspx
@dirrm %%T%%/webapps/jsp-examples/jsp2/jspattribute
@dirrm %%T%%/webapps/jsp-examples/jsp2/el
@dirrm %%T%%/webapps/jsp-examples/jsp2
@dirrm %%T%%/webapps/jsp-examples/include
@dirrm %%T%%/webapps/jsp-examples/images
@dirrm %%T%%/webapps/jsp-examples/forward
@dirrm %%T%%/webapps/jsp-examples/error
@dirrm %%T%%/webapps/jsp-examples/dates
@dirrm %%T%%/webapps/jsp-examples/colors
@dirrm %%T%%/webapps/jsp-examples/checkbox
@dirrm %%T%%/webapps/jsp-examples/cal
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/tags
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/lib
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/jsp2
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/jsp/applet
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/jsp
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/validators
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/util
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/sessions
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/xml
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tagplugin
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tag/web
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tag
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/snp
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/simpletag
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/sessions
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/security/protected_
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/security
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/plugin
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/num
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsptoserv
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/tagfiles
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/simpletag
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/misc
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/jspx
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/jspattribute
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/el
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/include
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/forward
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/error
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/dates
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/colors
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/checkbox
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/cal
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org/apache
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/org
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/num
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/listeners
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/el
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2/examples
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/jsp2
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/filters
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/examples
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/error
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/dates
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/compressionFilters
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/colors
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/checkbox
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes/cal
@dirrm %%T%%/webapps/jsp-examples/WEB-INF/classes
@dirrm %%T%%/webapps/jsp-examples/WEB-INF
@dirrm %%T%%/webapps/jsp-examples
@dirrm %%T%%/webapps/balancer/images
@dirrm %%T%%/webapps/balancer/WEB-INF/lib
@dirrm %%T%%/webapps/balancer/WEB-INF/config
@dirrm %%T%%/webapps/balancer/WEB-INF
@dirrm %%T%%/webapps/balancer/META-INF
@dirrm %%T%%/webapps/balancer
@dirrm %%T%%/webapps/ROOT/admin
@dirrm %%T%%/webapps/ROOT/WEB-INF/lib
@dirrm %%T%%/webapps/ROOT/WEB-INF
@dirrm %%T%%/webapps/ROOT
@dirrm %%T%%/webapps
@dirrm %%T%%/temp
@dirrm %%T%%/shared/lib
@dirrm %%T%%/shared/classes
@dirrm %%T%%/shared
@dirrm %%T%%/server/webapps/manager/images
@dirrm %%T%%/server/webapps/manager/WEB-INF/lib
@dirrm %%T%%/server/webapps/manager/WEB-INF
@dirrm %%T%%/server/webapps/manager
@dirrm %%T%%/server/webapps/host-manager/images
@dirrm %%T%%/server/webapps/host-manager/WEB-INF/lib
@dirrm %%T%%/server/webapps/host-manager/WEB-INF
@dirrm %%T%%/server/webapps/host-manager
@dirrm %%T%%/server/webapps
@dirrm %%T%%/server/lib
@dirrm %%T%%/server/classes
@dirrm %%T%%/server
@dirrm %%T%%/logs
@dirrm %%T%%/conf/Catalina/localhost
@dirrm %%T%%/conf/Catalina
@dirrm %%T%%/conf
@dirrm %%T%%/common/lib
@dirrm %%T%%/common/i18n
@dirrm %%T%%/common/endorsed
@dirrm %%T%%/common/classes
@dirrm %%T%%/common
@dirrm %%T%%/bin
@dirrm %%T%%