Bringing this back to the list in case others may have some additional
thoughts…

Anything showing up in the logs?

JRebel is slightly different.  As I understand it, it takes an existing
running application at the byte code level and tries to swap out byte code
which may have changed in the source.  So it’s kind of a fine grain updates.

>From the case you are talking about it basically replaces the whole
application in a given server instance.

Regarding alternatives not sure but this may provide some possibilities
https://www.reddit.com/r/java/s/OH4U0HR6me

Eric Bresie
ebre...@gmail.com


On Thu, May 30, 2024 at 8:22 AM Roberto Bottoni <r.bott...@afterbit.com>
wrote:

> ok, I'll take a look..
> by the way... I found a tool called "JRebel" that should do what I
> want... but it's not free...
> do you know similar solutions?.. (if it doesn't work with autoDeploy)
>
> thank you.
> Roberto
>
>
>
> Il 30-05-2024 15:18 Eric Bresie ha scritto:
> > Is the tomcat deployment/home folder setup on the Tomcat server setup?
> >  Can you go on the filesystem and look in the deployment folder to
> > confirm the new war artifact is being deployed?
> >
> > Can you check the logs and make sure that there aren’t any issues
> > showing up during deployment?  Maybe a needed dependency isn’t
> > available?
> >
> > Not sure if this helps but few suggestions mentioned here:
> >
> >
> https://stackoverflow.com/questions/9131764/how-to-setup-tomcat-server-in-netbeans
> >
> > Eric Bresie
> > ebre...@gmail.com
> >
> > On Thu, May 30, 2024 at 8:04 AM Roberto Bottoni
> > <r.bott...@afterbit.com> wrote:
> >
> >> yes it had already been set :
> >>
> >> <Host name="localhost"  appBase="webapps"
> >> unpackWARs="true" autoDeploy="true">
> >>
> >> <!-- SingleSignOn valve, share authentication between web
> >> applications
> >> Documentation at: /docs/config/valve.html -->
> >> <!--
> >> <Valve
> >> className="org.apache.catalina.authenticator.SingleSignOn" />
> >> -->
> >>
> >> <!-- Access log processes all example.
> >> Documentation at: /docs/config/valve.html
> >> Note: The pattern used is equivalent to using
> >> pattern="common" -->
> >> <Valve
> >> className="org.apache.catalina.valves.AccessLogValve"
> >> directory="logs"
> >> prefix="localhost_access_log" suffix=".txt"
> >> pattern="%h %l %u %t &quot;%r&quot; %s %b" />
> >>
> >> </Host>
> >>
> >> Il 30-05-2024 14:37 Eric Bresie ha scritto:
> >>> Has the auto deploy setting on the server been set?  See
> >>> https://tomcat.apache.org/tomcat-10.0-doc/deployer-howto.html
> >>>
> >>> Eric Bresie
> >>> ebre...@gmail.com
> >>>
> >>> On Thu, May 30, 2024 at 7:31 AM Roberto Bottoni
> >>> <r.bott...@afterbit.com> wrote:
> >>>
> >>>> the server is Tomcat 10.1.20.
> >>>>
> >>>> If I have to restart the server, the "deploy on save" feature is
> >>>> useless.
> >>>>
> >>>> R.
> >>>>
> >>>> Il 30-05-2024 14:21 Eric Bresie ha scritto:
> >>>>> Which server is in  use?
> >>>>>
> >>>>> Some servers may not redeploy automatically and may require
> >>>>> restarting.
> >>>>>
> >>>>> Did the browser session get refreshed?
> >>>>>
> >>>>> Eric Bresie
> >>>>> ebre...@gmail.com
> >>>>>
> >>>>> On Thu, May 30, 2024 at 5:53 AM Roberto Bottoni
> >>>>> <r.bott...@afterbit.com> wrote:
> >>>>>
> >>>>>> Hi,
> >>>>>>
> >>>>>> I'm using NB 21 with JDK 21 in a Maven project (JSF).
> >>>>>>
> >>>>>> I have selected "Deploy on Save" in the project settings.
> >>>>>>
> >>>>>> When I run the application and save a file (for example a
> >>>> JavaBean),
> >>>>>> the
> >>>>>> modifications are not reflected in the app, that is, the
> >> JavaBean
> >>>> is
> >>>>>> not
> >>>>>> updated according to the changes I have made.
> >>>>>>
> >>>>>> thanks.
> >>>>>> Roberto.
> >>>>>>
> >>>>>>
> >>>>>
> >>>>
> >>>
> >>
> > ---------------------------------------------------------------------
> >>>>>> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> >>>>>> For additional commands, e-mail: users-h...@netbeans.apache.org
> >>>>>>
> >>>>>> For further information about the NetBeans mailing lists,
> >> visit:
> >>>>>>
> >>>>
> >> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >>>>> --
> >>>>> Questo messaggio è stato analizzato con Libraesva ESG ed è
> >>>>> risultato non infetto.
> >>>>> This message has been checked by Libraesva ESG and is believed
> >> to
> >>>> be
> >>>>> clean.
> >>> --
> >>> Questo messaggio è stato analizzato con Libraesva ESG ed è
> >>> risultato non infetto.
> >>> This message has been checked by Libraesva ESG and is believed to
> >> be
> >>> clean.
> >  --
> >  Questo messaggio è stato analizzato con Libraesva ESG ed è
> > risultato non infetto.
> > This message has been checked by Libraesva ESG and is believed to be
> > clean.
>

Reply via email to