Hi.
I downloaded the tagext.war and hello.war files in chapter 12, and copied both to tomcat_home/webapp directory. The tomcat is integrated inside java web service developer pack(JWSDP).
I can see both entries inside tomcat's manager list page (
http://localhost:8080/manager/list), but hello.war is running and tagext.war is stopped. I can visit hello.war inside my browser but tagext.war is unavailable. I tried to restart tagext.war (
http://localhost:8080/manager/start?path=/tagext) but always failed.
Do any body know how to deploy tagext.war in chapter 12 to tomcat 4 ?
Thanks.