Hi Martino

If you have glasshfish running the simple answer is to make sure that port
8080 (which is the default for glassfish) is open on your file. Build your
WAR file of your application upload to your VPS and deploy to glassfish.
You should then be able to see your application by doing the following <web
address>:<8080>/Name of application WAR FILE. If you you wish to get rid of
8080 you need to use Apache or Webserver than can redirect to glassfish and
back.

David


On 31 October 2013 22:33, MartinoSuperman <martinosuper...@live.nl> wrote:

> Hi,
>
> I have a website address online on the internet. It is a VPS server. Here,
> I
> installed Glassfish 3 and it works perfect.
>
> But now, I would like to upload the Wicket Application I built on the VPS
> server running on GlassFish.
>
> So, when you go to the website address in Internet Explorer, you come on
> the
> beginning webpage of the Wicket application directly.
>
> My question is:
>
> Can somebody tell how I have to install my own built Wicket application
> that
> I built in NetBeans, on that VPS server running on Glassfish.
>
> Thanks in advance!
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Installing-Wicket-application-on-a-VPS-server-How-tp4662064.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to