I didn't use the tool myself when migrating -- just did it the old-fashioned way with search and replace. So I cannot answer the second question. I would however assume it runs "in place" on your source code (and of course since you are using source code control, that's fine.... right ... you are using source code control...right .. if not, best to start)
I would suggest the whole code base myself. But I would refer to the tool documentation for how best to run it. On Mon, Jan 12, 2026 at 8:33 PM Rob Sargent <[email protected]> wrote: > > > > On Jan 12, 2026, at 3:55 PM, Rob Sargent <[email protected]> wrote: > > > > > > > >> On Jan 12, 2026, at 1:27 PM, Robert Turner <[email protected]> > wrote: > >> > >> You will need to migrate any code using javax.servlet -- you may also > have > >> strings (for instance attribute names) using "javax.servlet" -- these > also > >> need changing. Sometimes web.xml has such references as well. > >> > >> After running the conversion tool, search everything for "javax.servlet" > >> and ensure they are updated or do not need to be (like text in a log > file > >> that is not important). > >> > > Shall I then assume “Nothing” and “No” for my other questions? > > rjs > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
