开发者

I have to add custom realm jar file to tomcat 7's lib folder. How will i do this on a shared hosting server

开发者 https://www.devze.com 2023-03-02 05:51 出处:网络
I have created custom realm jar file and have to add it to the tomcat server\'s lib folder for my custom realm to work. This works fine when i deploy my application on my local tomcat server. My quest

I have created custom realm jar file and have to add it to the tomcat server's lib folder for my custom realm to work. This works fine when i deploy my application on my local tomcat server. My question is how to add this jar to the server's lib folder on a shared hosting server, if i buy shared jsp hosting account. Is the开发者_JAVA技巧re any provision for doing so, and if not, what is the alternate to this.


I don't expect any shared hosting provider will allow you to add an arbitrary JAR file to their shared lib folder. You may need to contact the hosting provider and ask/plead/beg them to do so, and in any case they may want (I should hope they do!) to look at the source to make sure you aren't doing anything unsound/unsafe/evil.

0

精彩评论

暂无评论...
验证码 换一张
取 消