jwsdp:
jwsdp\conf\server.xml
在
<Host name="localhost" appBase="webapps" debug="0" unpackWARs="false">
<!-- Insert <Context> Elements Here As Needed -->
添加下面:
<Context path="/demo" docBase="e:\demo" debug="0" reloadable="true">
</Context>
</Host>
web 服务器配置都差不多