如何通过jian在debian上开发jsp作为用户

时间:2023-01-19 21:13:18

I would like to execute a helloWorld.jsp on a JBoss Server.

我想在JBoss服务器上执行helloWorld.jsp。

The box is an appliance. Hence, I'm not allowed to install any additional software or applications.

盒子是一个装置。因此,我不允许安装任何其他软件或应用程序。

I found several how-to's that all look very similar, e.g. http://www.novell.com/coolsolutions/feature/14912.html#6.0

我发现了一些看起来非常相似的方法,例如: http://www.novell.com/coolsolutions/feature/14912.html#6.0

However, my box is missing the %JAVA_HOME/bin/jar executable.

但是,我的框中缺少%JAVA_HOME / bin / jar可执行文件。

Do you know, where I get the jar from or what would be a good workaround?

你知道吗,我从哪里拿到罐子或者什么是好的解决方法?

1 个解决方案

#1


0  

If all you need is to create the jar or war file you can you use the jar executable on another machine (PC,Linux, Mac, whatever) and then copy the resulting files to the JBoss server either with scp, ftp whatever.

如果您只需要创建jar或war文件,您可以在另一台机器(PC,Linux,Mac等)上使用jar可执行文件,然后使用scp,ftp将结果文件复制到JBoss服务器。

#1


0  

If all you need is to create the jar or war file you can you use the jar executable on another machine (PC,Linux, Mac, whatever) and then copy the resulting files to the JBoss server either with scp, ftp whatever.

如果您只需要创建jar或war文件,您可以在另一台机器(PC,Linux,Mac等)上使用jar可执行文件,然后使用scp,ftp将结果文件复制到JBoss服务器。