Re: [servlet]

2023-01-20 Thread Peter Scharf
Now the next step in this tutorial passes the values of variables in the java web form to a jsp file instead of embedding them in println commands. Here is the code that the tutorial (https://www.youtube.com/watch?v=eP9oz6ZKUXM at Creat JavaServer Page (JSP), about 23 minutes into it) gives: p

Re: [servlet]

2023-01-20 Thread Eric Bresie
By the way, I believe these warnings are due to conflicting configuration methods. Can configure them in the descriptor or with annotations which I believe may take preference. Maybe there were some conflicting configurations in use and/or limiting the wrong place to correct. Glad it works now.

Re: [servlet]

2023-01-20 Thread Carl Mosca
You're welcome Peter and glad to hear it. You can remove/replace the root app if/as needed. Regards, Carl On Fri, Jan 20, 2023 at 1:28 PM Peter Scharf wrote: > Dear Carl, > Thanks for your help. I installed Tomcat version 9. Now the project runs > correctly. > Changing the context path to “/

Re: [servlet]

2023-01-20 Thread Peter Scharf
Dear Carl, Thanks for your help. I installed Tomcat version 9. Now the project runs correctly. Changing the context path to “/” however, interfered with the “It works” root app of Tomcat, so I changed it back. I get the correct result of the conversion servlet at the path http