marianmarian
Programmer
hi all,
i have installed apache tomcat 5.5. i have 5 different java classes. and i have a postgresql database.
i am not sure how do i set all of these together to get a simple jsp form running. i know that i need a file.html whose form action calls file.jsp; and i know the file.jsp will call one of the java class file that i want it to call.
my problem is where in tomcat do i put all of these files.
i am able to connect to the local host fine:
so where do these files goes in the tomcat directory?
1. all my java class files
2. all my html files
3. all my jsp files
thanks for all your responses.
i have installed apache tomcat 5.5. i have 5 different java classes. and i have a postgresql database.
i am not sure how do i set all of these together to get a simple jsp form running. i know that i need a file.html whose form action calls file.jsp; and i know the file.jsp will call one of the java class file that i want it to call.
my problem is where in tomcat do i put all of these files.
i am able to connect to the local host fine:
so where do these files goes in the tomcat directory?
1. all my java class files
2. all my html files
3. all my jsp files
thanks for all your responses.