简体   繁体   English

我必须将自定义 realm jar 文件添加到 tomcat 7 的 lib 文件夹中。 我将如何在共享托管服务器上执行此操作

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

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.我已经创建了自定义 realm jar 文件,并且必须将其添加到 tomcat 服务器的 lib 文件夹中,以便我的自定义 ZB94B7EF7F17D23BZD4 工作。 This works fine when i deploy my application on my local tomcat server.当我在我的本地 tomcat 服务器上部署我的应用程序时,这工作正常。 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.我的问题是如何将此 jar 添加到共享托管服务器上的服务器 lib 文件夹中,如果我购买共享 jsp 托管帐户。 Is there 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.我不希望任何共享主机提供商允许您将任意 JAR 文件添加到他们的共享库文件夹中。 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.您可能需要联系托管服务提供商并要求/恳求/请求他们这样做,并且无论如何他们可能希望(我希望他们这样做。)查看源代码以确保您没有做任何不合理的事情/不安全/邪恶。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我在Tomcat7中有用于共享库的CustomSharedClassLoader。 我们迁移到tomcat9,它无法正常工作。 如何在tomcat9中实现相同的功能 - I have CustomSharedClassLoader in Tomcat7 for shared lib. We migrated to tomcat9, it is not working. How to achieve the same functionality in tomcat9 如何在嵌入式tomcat服务器中设置自定义领域? 我正在使用Spring Boot。 - How to set custom realm in embedded tomcat server? I am using Spring Boot. 如何在 Tomcat 7 中使用 MySql 连接池设置领域? - How do I set up a Realm with a MySql Connection Pool in Tomcat 7? 如何将我的JAR lib添加到ubuntu中的tomcat7安装中 - How to add my JAR lib to tomcat7 installation in ubuntu Eclipse:无法将jar加载到Tomcat WEB-INF / Lib文件夹中? - Eclipse : Unable to load jar's into the Tomcat WEB-INF/Lib folder ? 如何将jar文件部署到tomcat7中的子域主机文件夹 - How to deploy jar file to subdomain host folder in tomcat7 保持WAR文件和Tomcat lib文件夹中的jar文件之间的区别 - Difference between keeping jar files in WAR and Tomcat lib folder 将jar添加到Tomcat Service安装的lib文件夹后,出现ClassNotFoundException - ClassNotFoundException after adding the jar to the lib folder of a Tomcat Service installation 如何将自定义MBean部署到Tomcat 7中? - How do I deploy my Custom MBean into Tomcat 7? 如何将播放框架(.zip)部署到Tomcat服务器 - how do I deploy play framework ( .zip) to Tomcat server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM