cancel
Showing results for 
Search instead for 
Did you mean: 

Smart Sync : How to search a Main Servlet in an Application.

Former Member
0 Kudos

Hi All,

We are developing a smart Sync application.

1) We want a certain functionality in which we want to search the Main Servlet and replaceits control with the new desired code . Please suggest how is it possible to add this kind of code without hampering the existing code.

2) How do we read the web.xml dynamically and replace that Main Servlet as soon as application is loaded.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

MI and the tomcat version loaded inside does not allow hot code swap and does not monitor config file for change at runtime. If you change either of them, you have to restart tomcat (MI) for the changes to be applied.

May I ask why you want to do such thing?

Thanks,

Julien.