In IntellijIdea start Tomcat as administrator windows
- I need to run Tomcat in IntellijIdea as administrator because in Windows 8, I cannot acces to my static files on external storage disk e: on my computer,I tried run as admin Intellijdea and open acces rights to directory
Please sign in to leave a comment.
If IntelliJ IDEA is running as Administrator, Tomcat process executed from IDEA should also have the same Administrator permissions.
You can also try this workaround with symlink: http://superuser.com/a/651015/4777 .