[
https://issues.apache.org/jira/browse/HADOOP-5023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12665242#action_12665242
]
zhiyong1 edited comment on HADOOP-5023 at 1/20/09 10:11 AM:
-----------------------------------------------------------------
Overall design.
Kept jetty functionality. Users can still run jetty proxy server as before.
(backward compatible)
Added tomcat support. Users can generate war file and deploy the war file under
tomcat webapps folder.
Integrate cactus unit test and ivy package management.
Changes Made in current patch.
1. build.xml
included ant target war, cactifywar, and test. users can "ant war"
to generate war file to deploy under tomcat's webapps directory. they can also
do "ant test" to invoke cactus test for the war file.
2. ivy.xml and ivy/libraries.properties
included all the necessary jar file dependencies for cactus test
using ivy package management.
3. src/java/..../ProxyFilter.java
changed the init function to read the configuration files and set the
name.node.address and name.conf properties.
4. README.txt.
added instructions of how to deploy under tomcat.
New files added for current patch.
1. src/web/ folder.
it contains web.xml and cactus-web.xml for major servlet
configurations and for cactus test respectively.
2. src/test/..../TestProxyFilter.java
a cactus test for proxyfilter.java code
was (Author: zhiyong1):
Added tomcat support for the proxy. (war)
Used Cactus unit test.
> Add Tomcat support to hdfsproxy
> -------------------------------
>
> Key: HADOOP-5023
> URL: https://issues.apache.org/jira/browse/HADOOP-5023
> Project: Hadoop Core
> Issue Type: Improvement
> Components: contrib/hdfsproxy
> Reporter: Kan Zhang
> Assignee: zhiyong zhang
> Attachments: HADOOP-5023.patch
>
>
> We plan to add Tomcat support to hdfsproxy since Tomcat has good production
> support at Yahoo.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.