123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- <?xml version="1.0" encoding="UTF-8"?>
- <module type="JAVA_MODULE" version="4">
- <component name="FacetManager">
- <facet type="web" name="Web5">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/JavaWeb03/servlet05_login/src/main/webapp/WEB-INF/web.xml" />
- </descriptors>
- <webroots>
- <root url="file://$MODULE_DIR$/JavaWeb03/servlet05_login/src/main/webapp" relative="/" />
- </webroots>
- </configuration>
- </facet>
- <facet type="web" name="Web4">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/JavaWeb03/servlet_test/src/main/webapp/WEB-INF/web.xml" />
- </descriptors>
- <webroots>
- <root url="file://$MODULE_DIR$/JavaWeb03/servlet_test/src/main/webapp" relative="/" />
- </webroots>
- </configuration>
- </facet>
- <facet type="web" name="Web7">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/JavaWeb03/out/artifacts/servlet_test_war_exploded/WEB-INF/web.xml" />
- </descriptors>
- <webroots>
- <root url="file://$MODULE_DIR$/JavaWeb03/out/artifacts/servlet_test_war_exploded" relative="/" />
- </webroots>
- </configuration>
- </facet>
- <facet type="web" name="Web10">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/JavaWeb03/servlet07_cookie_session/src/main/webapp/WEB-INF/web.xml" />
- </descriptors>
- <webroots>
- <root url="file://$MODULE_DIR$/JavaWeb03/servlet07_cookie_session/src/main/webapp" relative="/" />
- </webroots>
- </configuration>
- </facet>
- <facet type="web" name="Web6">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/JavaWeb03/servlet06/src/main/webapp/WEB-INF/web.xml" />
- </descriptors>
- <webroots>
- <root url="file://$MODULE_DIR$/JavaWeb03/servlet06/src/main/webapp" relative="/" />
- </webroots>
- </configuration>
- </facet>
- <facet type="web" name="Web12">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/JavaWeb03/servlet08_filter/src/main/webapp/WEB-INF/web.xml" />
- </descriptors>
- <webroots>
- <root url="file://$MODULE_DIR$/JavaWeb03/servlet08_filter/src/main/webapp" relative="/" />
- </webroots>
- </configuration>
- </facet>
- <facet type="web" name="Web9">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/03_JavaWebTomcat/src/main/webapp/WEB-INF/web.xml" />
- </descriptors>
- <webroots>
- <root url="file://$MODULE_DIR$/03_JavaWebTomcat/src/main/webapp" relative="/" />
- </webroots>
- </configuration>
- </facet>
- <facet type="web" name="Web8">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/bookstore_v1/src/main/webapp/WEB-INF/web.xml" />
- </descriptors>
- <webroots>
- <root url="file://$MODULE_DIR$/bookstore_v1/src/main/webapp" relative="/" />
- </webroots>
- </configuration>
- </facet>
- <facet type="web" name="Web11">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/JavaWeb03/servlet06_login/src/main/webapp/WEB-INF/web.xml" />
- </descriptors>
- <webroots>
- <root url="file://$MODULE_DIR$/JavaWeb03/servlet06_login/src/main/webapp" relative="/" />
- </webroots>
- </configuration>
- </facet>
- <facet type="web" name="Web13">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/JavaWeb03/servlet03/src/main/webapp/WEB-INF/web.xml" />
- </descriptors>
- <webroots>
- <root url="file://$MODULE_DIR$/JavaWeb03/servlet03/src/main/webapp" relative="/" />
- </webroots>
- </configuration>
- </facet>
- <facet type="web" name="Web">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/JavaWeb03/servlet02/src/main/webapp/WEB-INF/web.xml" />
- </descriptors>
- <webroots>
- <root url="file://$MODULE_DIR$/JavaWeb03/servlet02/src/main/webapp" relative="/" />
- </webroots>
- </configuration>
- </facet>
- <facet type="web" name="Web3">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/JavaWeb03/servlet04_login/src/main/webapp/WEB-INF/web.xml" />
- </descriptors>
- <webroots>
- <root url="file://$MODULE_DIR$/JavaWeb03/servlet04_login/src/main/webapp" relative="/" />
- </webroots>
- </configuration>
- </facet>
- <facet type="web" name="Web2">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/JavaWeb03/servlet01/src/main/webapp/WEB-INF/web.xml" />
- </descriptors>
- <webroots>
- <root url="file://$MODULE_DIR$/JavaWeb03/servlet01/src/main/webapp" relative="/" />
- </webroots>
- </configuration>
- </facet>
- </component>
- <component name="NewModuleRootManager" inherit-compiler-output="true">
- <exclude-output />
- <content url="file://$MODULE_DIR$" />
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- </component>
- </module>
|