apache +weblogic配置虚拟主机问题
apache2.0 中配置
<VirtualHost *>
ServerName www.test.com
DocumentRoot /home/weblogic/DefaultWebApp
RedirectMatch ^/$ /techmarket/homeHandler/www
<Location /techmarket>
SetHandler weblogic-handler
</Location>
<Location /admin>
SetHandler weblogic-handler
</Location>
<IfModule mod_weblogic.c>
WebLogicHost localhost
WebLogicPort 7001
</IfModule>
</VirtualHost>
在浏览器中输入www.test.com的时候出现错误
Not Found
The requested URL /techmarket/homeHandler/www was not found on this server.
apache error。log中出现
[Fri Jun 19 10:11:41 2009] [error] [client ip1] File does not exist: /home/weblogic/webapps/techmarket/homeHandler
不知道什么原因
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论