Re: adding tomcat server location as enviornment variable

2022-01-23 Thread Michael Bien
have you tried using a symlink? I don't think NB resolves env variables for server paths. On 23.01.22 18:50, Mar R wrote: Sorry guys I think I didn't explain myself well. In NetBeans if you go to Tools -> Servers --> Add Server... then after selecting "Apache Tomcat or TomEE", it asks for the

Re: adding tomcat server location as enviornment variable

2022-01-23 Thread Mar R
Sorry guys I think I didn't explain myself well. In NetBeans if you go to Tools -> Servers --> Add Server... then after selecting "Apache Tomcat or TomEE", it asks for the server location. In that place I'd like to use some kind of variable, environment or netbeans variable (don't even know if

Re: adding tomcat server location as enviornment variable

2022-01-22 Thread Eric Bresie
Do you mean system/user environment variables like this https://www.decodejava.com/how-to-set-environment-variables-for-tomcat.htm or this https://www.architectryan.com/2018/08/31/how-to-change-environment-variables-on-windows-10/ ? On Thu, Jan 20, 2022 at 1:37 PM Mar R wrote: > Hello, I'm on

Re: adding tomcat server location as enviornment variable

2022-01-21 Thread Juan Algaba
Is it an Ant (build.xml) web application project? On Thu, Jan 20, 2022 at 11:37 AM Mar R wrote: > > Hello, I'm on windows, can't find, or if is even possible, how to add a > tomcat server location (cataline home and/or catalina base) using env > variable, so when I update tomcat i just have to

adding tomcat server location as enviornment variable

2022-01-20 Thread Mar R
Hello, I'm on windows, can't find, or if is even possible, how to add a tomcat server location (cataline home and/or catalina base) using env variable, so when I update tomcat i just have to update env var and netbeans will just get the new version