ppkarwasz commented on pull request #16:
URL: 
https://github.com/apache/tomcat-jakartaee-migration/pull/16#issuecomment-807166268


   @martin-g: I am not running the migration tool and deploying the 
**jakartified** version. The migration tool works just fine in relocating the 
class files from `javax/*` to `jakarta/*` directory.
   
   I am using a feature introduce by Rémy in [this 
commit](https://github.com/apache/tomcat/commit/abd1dead7804e99e3215e8e01a6cf7448a6b9f36)
 to deploy the **original** WAR file by simply setting the context to:
   
   ```lang-xml
   <Context>
           <Loader jakartaConverter="TOMCAT" />
   </Context>
   ```
   
   In this usage scenario the fact that the `TOMCAT` profile _jakartifies_ APIs 
that are not provided by Tomcat is a problem (beside the fact that the 
migration tool's `--help` states `TOMCAT (default) to convert Java EE APIs 
**provided** by Tomcat`). On the other hand the migration tool works fine even 
if I convert the same applications using the `EE`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to