-
Notifications
You must be signed in to change notification settings - Fork 57
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
Support allowLinkng and cache setting on tomcat 8+ #99
Comments
Thanks for the report and look into this. According to the documentation (https://tomcat.apache.org/tomcat-9.0-doc/config/resources.html
Any questions? |
Thanks , my company project is so large, in my case, |
I tried thhe latest updated version 4.3.8. it works great! |
Is your feature request related to a problem? Please describe.
Sometimes,we will deploy a app path with symbol links,how ever, tomcat default load the real filesyatem,this path with throw file not found Exception.
Describe the solution you'd like
tomcatdir/conf/Catalina/localhost/appname.xml
is configurable to fix this as a best practice,See https://stackoverflow.com/a/43673455/4037224But SmartTomcat now create appname.xml without this.
What expected is
Go through the source ,I found a solution
Change
com.poratu.idea.plugins.tomcat.conf.TomcatCommandLineState.java
createResourcesElementIfNecessary() mthod should add thisDescribe alternatives you've considered
The above options can be configuable.This is just a example to show how to suit this suitation.
The text was updated successfully, but these errors were encountered: