Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于ClassLoader增强 #1519

Open
Yaxx19 opened this issue May 21, 2024 · 1 comment · May be fixed by #1532
Open

关于ClassLoader增强 #1519

Yaxx19 opened this issue May 21, 2024 · 1 comment · May be fixed by #1532
Labels
kind/question Further information is requested

Comments

@Yaxx19
Copy link

Yaxx19 commented May 21, 2024

What do you want to ask?

代码以war包的方式部署在tomcat下,引入流控和负载均衡插件,在启动过程中会出现FileNotFoundException异常。
基于官方指南,是否可以自行对tomcat的类加载器进行增强,执行相同的interceptor逻辑,来保证类的加载。

sermant
sermant2

@Yaxx19 Yaxx19 added the kind/question Further information is requested label May 21, 2024
@hanbingleixue
Copy link
Collaborator

hanbingleixue commented May 22, 2024

@Yaxx19 Your problem is FileNotFoundException, which is different from ClassNotFoundException described in the official guide. If the problem is caused by the tomcat class loader that cannot find the class, you can enhance the tomcat class loader to solve the problem.You need to provide related logs and Sermant version information to determine the cause.

@Yaxx19 Yaxx19 linked a pull request Jun 4, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants