Zhiqim Httpd即知启蒙WEB容器,是Zhiqim Framework面向WEB开发的多例服务,提供更简洁配置、积木式组件模块和天然的模型模板设计。

森中灵 最后提交于1月前 增加RedirectContext方便配置HTTP:80跳转到HTTPS:443
.classpath653B
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="test/unit"/>
	<classpathentry kind="src" path="test/manage"/>
	<classpathentry kind="lib" path="lib/zhiqim.jar"/>
	<classpathentry kind="lib" path="lib/zhiqim_zml.jar" sourcepath="libsrc/zhiqim_zml-src.jar"/>
	<classpathentry kind="lib" path="lib/zhiqim_ui.jar"/>
	<classpathentry kind="lib" path="lib/zhiqim_console.jar"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
	<classpathentry kind="output" path="bin"/>
</classpath>