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).

On Mon, Jan 12, 2026 at 2:12 PM Rob Sargent <[email protected]> wrote:

> Hello again, it's been a minute
>
> I may need to upgrade my embedded tomcat application and have a couple
> of questions.
>
> Other than the obvious javax.<servlety-stuff> -> jakarta substitutions
> what else does it change?
>
> Can the tool "update in-place"?
>
> I have run the tool on my "webapp" source dir, which has only a half a
> dozen servlets.  Should I also run the tool in the app source dir which
> also has some javax.servlet etc imports?  Indeed, run it over my entire
> code base?
>
> Thanks,
> rjs
>
>
>
>

Reply via email to