For my application, I didn't have to start any databases, start any instances of Tomcat, or even ensure that any ports were open.
对于我的应用程序,我不必启动任何数据库,启动任何Tomcat实例,甚至确保某些端口是打开的。
To install Apache Tomcat, extract the files from the downloaded archive and place them into a directory. I put them in my c: \ apps directory to make them easy to locate later.
要安装ApacheTomcat,将所下载的归档文件解压缩并放入到目录中,我将其放在了我的c: \apps目录下以便于日后查找。
My last step is to create a war file to deploy to Beanstalk, which is basically a glorified Tomcat container.
我的最后一步是创建一个WAR文件来部署到Beanstalk,这基本上是一个提升了的Tomcat容器。
How can run my web application in tomcat with a different user than tomcat?
我怎么可以运行在TomcatWeb应用一个比Tomcat不同的用户?
How can run my web application in tomcat with a different user than tomcat?
我怎么可以运行在TomcatWeb应用一个比Tomcat不同的用户?
应用推荐