Re: .jsp files showing exceptions

2022-02-25 Thread Jason Abreu
eu <mailto:jace.ab...@gmail.com> *Sent: *24 February 2022 19:50 *To: *users@netbeans.apache.org *Subject: *Re: .jsp files showing exceptions John, Your syntax in the screenshot is incorrect.  Use the scriptlet tag expression (the <%= ... %>) OR use the JSP Expression Language sy

Re: .jsp files showing exceptions

2022-02-24 Thread Jason Abreu
John, Your syntax in the screenshot is incorrect.  Use the scriptlet tag expression (the <%= ... %>) OR use the JSP Expression Language syntax (the ${ ... }).  You don't use both.  The current accepted standard/practice is to use the JSP EL instead of the scriptlet tag. -- Jason Abreu On

RE: .jsp files showing exceptions

2022-02-24 Thread John
: John BarrowCc: NetBeans User GroupSubject: Re: .jsp files showing exceptions Also HOW, did you open the tomcat source code using netbeans? Netbeansas far as I'm aware, won't recognize ant projects without modificationlike it does with maven, it needs to generate an IDE-generated antscript (i.e

RE: .jsp files showing exceptions

2022-02-24 Thread John
Ctrl-C to terminate the session I have successfully done all this and so if you have issues, rather than spending ages trying to resolve them, happy to share my experience. John From: Juan AlgabaSent: 24 February 2022 00:32To: John BarrowCc: NetBeans User GroupSubject: Re: .jsp files showing except

RE: .jsp files showing exceptions

2022-02-24 Thread John
netbeans_default_options=...Add -J-Dfile.encoding=UTF-8 to the end Unsurprisingly, this made no difference at all. If you memory is good, do you recall where else I may look to confirm compatibility? John From: André PfeifferSent: 23 February 2022 14:40To: John BarrowSubject: Re: .jsp files showing exceptions Hello

Re: .jsp files showing exceptions

2022-02-23 Thread Juan Algaba
Found this in the Tomcat source code https://github.com/apache/tomcat/tree/main/res/ide-support/netbeans ¿Are these the instructions you followed? On Wed, Feb 23, 2022 at 4:20 PM Juan Algaba wrote: > > Also HOW, did you open the tomcat source code using netbeans? Netbeans > as far as I'm

Re: .jsp files showing exceptions

2022-02-23 Thread Juan Algaba
Also HOW, did you open the tomcat source code using netbeans? Netbeans as far as I'm aware, won't recognize ant projects without modification like it does with maven, it needs to generate an IDE-generated ant script (i.e. build.xml), ¿Did you use the "new project with existing sources"? ¿What

Re: .jsp files showing exceptions

2022-02-23 Thread Juan Algaba
Would you mind telling us exactly what branch/commit did you clone tomcat from so that people can try reproducing your issue? https://github.com/apache/tomcat Also, have you modified build.xml after cloning the project? (e.g. adding ) On Wed, Feb 23, 2022 at 4:13 AM John Barrow wrote: > >