Hi all, I was able to deploy and run struts-example.war. However running the unpacked version is running into a little bit of problem. Here is what I did : 1.Undeployed struts-example(war version) using the console. 2.Unjarred the war file into TEST (say) 3.Added struts.jar and TEST/Web-inf/classes to weblogic classpath 4.Copied all .tld and .xml (including web.xml) from TEST/Web-inf/classes to WL_HOME/config/mydomain/applications/DefaultWebApp_myserver (since weblogic will not read the tlds or .xml otherwise) 5.index.jsp comes up --> Both the links in that page work fine.I navigate to the first link (Register Mailreader). 6.I submit the partially completed form.Ideally it should come back with errors (as in the struts-example.war). However I get 405 resource not allowed. 7.The reason is that the form has action="/saveRegistration;jsessionid="xxx" and the weblogic cannot interpret this url becuase it is not specified in its web.xml And weblogic does not read struts-config.xml. For otherwise ,the error messages would have shown up. How do I handle this ? Your help is very much appreicated. Thanks, Srikanth __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/
