hi! i have written a
servlet program compiled it and copyer it to to the JWS and executed it successfully.but when i run the same program from weblogic ,to my surprise the program dos'nt execute and when i view the source code from the browser ,i see
in the form action as
http://localhost:8080/ althouth i changed the form action in html to
http://localhost:7001/(alias name of the servlet).i saved the html file several times and i have run but i coudn't execute it.
i have set the classpath and copied the servlet to ,weblogic/myserver/servletclasses dir and html to public_html dir respectively. can anybody guide me where i was wrong ,and what could be the reason for the error.
and i also gave a alias name to the servlet in the