Re: Tomcat 10 on Windows 11 error

2022-12-31 Thread Carles Franquesa
s gone and the app runs ok. Thanks for your attention and your time. Carles Missatge de Rob Sargent del dia ds., 31 de des. 2022 a les 4:02: > > > On 12/30/22 17:59, Shawn Heisey wrote: > > On 12/30/22 17:03, Carles Franquesa wrote: > >> Once downloaded, installed,

Re: Tomcat 10 on Windows 11 error

2022-12-30 Thread Carles Franquesa
, into the netbeans, and IT WORKED!!! I feel like Elliot from ET! It works! Thank you very much, again. Carles Missatge de Carles Franquesa del dia ds., 31 de des. 2022 a les 1:03: > Thanks for your answer, Shawn, deeply. > > Once downloaded, installed, and configured in the

Re: Tomcat 10 on Windows 11 error

2022-12-30 Thread Carles Franquesa
xtenuation... I insist, thanks for your help! Carles Missatge de Shawn Heisey del dia dv., 30 de des. 2022 a les 21:40: > On 12/30/22 09:07, Carles Franquesa wrote: > > I am trying to run a web app made with Netbeans 16 using Apache-Tomcat > > 10.0.27 on Windows 11. It

Tomcat 10 on Windows 11 error

2022-12-30 Thread Carles Franquesa
Hallo all, I am trying to run a web app made with Netbeans 16 using Apache-Tomcat 10.0.27 on Windows 11. It worked fine on Windows 10 with the same tomcat. Everything goes fine when starting the server (it takes just 625ms!) but after that, when I try to debug the project, the next error is

SSL certificate makes site dont work

2020-09-22 Thread Carles Franquesa
Hi, Trying to install an SSL certificate on 8.5.57. Once created the cert files, and with a jks available, and set in a connector into server.xml file, cannot connect to the page. The connectors code is ''' ''' When trying to connect from the browser, the status bar says "trying to make

Re: Class loader does not find class in WEB-INF/classes

2020-09-01 Thread Carles Franquesa
Missatge de Mark Eggers del dia dt., 1 de set. 2020 a les 21:47: > Carles, > > > On 9/1/2020 11:23 AM, Christopher Schultz wrote: > > Carles, > > > > On 9/1/20 14:08, Carles Franquesa wrote: > >> This message is a reply to those that asked me for uploa

Class loader does not find class in WEB-INF/classes

2020-09-01 Thread Carles Franquesa
Hi, This message is a reply to those that asked me for uploading a simple version of my webapp reproducing the problem of not finding classes when a JSP is inside a subfolder, thus not hanging directly from web root directly. I have slimmed down the code as much as possible. You'll see is almost

Re: shared.loader classpaths

2020-08-31 Thread Carles Franquesa
de Christopher Schultz del dia dl., 31 d’ag. 2020 a les 17:29: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Carles, > > On 8/29/20 15:13, Carles Franquesa wrote: > > Is anybody out there that could explain to me the way to know > > which classpath

Re: Problem class loaders dont find classes

2020-08-29 Thread Carles Franquesa
dg., 30 d’ag. 2020 a les 2:25: > On 29/08/2020 22:19, Carles Franquesa wrote: > > IS NOT ALLOWED TO STORE JSPS IN A HIERARCHY OF FOLDERS. ALL JSP FILES > MUST > > GO ON THE ROOT WEB FOLDER. > > That is not correct. JSPs can be placed anywhere in the web application. > &g

Problem class loaders dont find classes

2020-08-29 Thread Carles Franquesa
IS NOT ALLOWED TO STORE JSPS IN A HIERARCHY OF FOLDERS. ALL JSP FILES MUST GO ON THE ROOT WEB FOLDER. Three days to solved it. I feel quite a bit embarrassed for it. Anyway, problem solved! Thanks to whom's been interested on.

shared.loader classpaths

2020-08-29 Thread Carles Franquesa
Hi all, Is anybody out there that could explain to me the way to know which classpath is being used by shared.loader. Or better, for any loader. My problem is the tomcat does not find a class that certainly is in WEB-INF/classes. I tried to set explicitly in all loaders by editing

Re: Apache 8.5.57 shared class loader does not find its default classpath

2020-08-27 Thread Carles Franquesa
a les 19:41: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Carles, > > On 8/27/20 12:19, Carles Franquesa wrote: > > Hi Everybody!, Just got in the list :) > > > > I am developing a webapp with Netbeans 8.0.2, and deploying it as a > > WAR file

Apache 8.5.57 shared class loader does not find its default classpath

2020-08-27 Thread Carles Franquesa
Hi Everybody!, Just got in the list :) I am developing a webapp with Netbeans 8.0.2, and deploying it as a WAR file with Apache 8.5.57 Tomcat Manager onto my VPS where a mydomain.com is publically mapped on the DNS. It works fine in localhost, and even at the VPS when the IP and path is set in