I'm creating a servlet and in it i'm doing some dynamic html creation. I have a href that references a url like so
http://localhost:8080/SWE642Assign2/servlet/ShowContent/?contentId=1the ShowContent is a servlet and I guess SWE642Assign2 is my context.. how can I code this so that it doesn't break upon deployment?
Thank you
Start Free Trial