Re: .war file location on my local server

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: .war file location on my local server

Ethan Gruber
Hi Wayne,

You can use scp or sftp to put your war file onto your remote server.  As for where the war is located on your computer, I'm not sure I can be much help.  By what process did you create the war?

Ethan

On Wed, Mar 24, 2010 at 2:52 AM, wburkart <[hidden email]> wrote:

Hello,

My remote server is finally up and running with orbeon forms installed. I
have also completed work on the form using my home computer/local server. I
need to transfer the .war file that was created on my home computer to my
remote server. Where is the .war file located on my computer ? Are there any
other files i need to transfer to the remote server ? Any help would be
greatly appreciated.

Thanks in advance, Wayne
--
View this message in context: http://n4.nabble.com/war-file-location-on-my-local-server-tp1680131p1680131.html
Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: .war file location on my local server

Louis Ratzesberger

Hi,

With some info from an off-list message...

I recall that the web stack they install uses

/opt/webstack/tomcat....

or

/opt/coolstack/tomcat...

more recent versions of this stack put the code
files in /opt and other files in

/var/opt/webstack/tomcat/.../webapps

You are looking for the webapps directory where you can
drop your .war file into.  You could find it:

$ find /opt -name "webapps"
$ find /var -name "webapps"

Anyway, depending on which version is deployed, /opt, /var/opt and
/etc/opt for configuration files. I suppose the only way to know
is that if you don't find a webapps directory in /opt then look
for it in /var and configuration files in /etc/opt...

Let me know if it is still hiding.

I don't think you need other files.  If you are going to run HTTPS,
the an SSL certificate, but its easier and you will get better
performance to use a web server for that, like apache or lighttpd.

Cheers,
Hank


Quoting wburkart <[hidden email]>:

>
> Hello,
>
> My remote server is finally up and running with orbeon forms installed. I
> have also completed work on the form using my home computer/local server. I
> need to transfer the .war file that was created on my home computer to my
> remote server. Where is the .war file located on my computer ? Are there any
> other files i need to transfer to the remote server ? Any help would be
> greatly appreciated.
>
> Thanks in advance, Wayne
> --
> View this message in context:
> http://n4.nabble.com/war-file-location-on-my-local-server-tp1680131p1680131.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.
>

 

--
Hank Ratzesberger
[hidden email]



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws