Re: conversion tool 9 to 10
Rob Sargent <[email protected]>
| Newsgroups | gmane.comp.jakarta.tomcat.user |
|---|---|
| Message-ID | <[email protected]> |
> 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). > Thank you rjs