Hi, I have placed my compiled servlet code identical to this location "c: \...\LApps\WEB-INF\classes\coreservlets\ShowBalalnce" which in turn is using another servlet class BankCustomer present in the same location.
While trying to access the servlet ShowBalance using this URL: http://localhost:8181/LApps/coreservlets.ShowBalance?id=id001, I am getting 404 error page stating that "/LApps/coreservlets.ShowBalance" is not available. PS: Inside the ShowBalance servlet, if the id is id001 then I am forwarding the request to a JSP. So the above URL result in a jsp page but it isnt Please correct me. Thanks! -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en