Posted comments (7)

Posted by Vaibhav at January 7, 2010 20:09:11 CET
Sir,
i have successfully installed the java web application. But the url is now http://domainname.com/webapplication1/ . How can i change the url to http://domainname.com/ .
Posted by Sam at March 16, 2010 15:58:46 CET
I have uploaded the war file but unable to access the site and find the war file loaction
Posted by Arunava Mitra at October 4, 2010 08:16:42 CEST
i have successfully installed the java web application. But the url is now http://domainname.com/webapplication1/ . How can i change the url to http://domainname.com/
Posted by Ravi at April 19, 2012 23:16:07 CEST
i have successfully installed the java web application. But the url is now http://domainname.com/war_v01/ . How can i change the url to http://domainname.com/
Posted by Fashion Handbags at June 3, 2012 16:18:00 CEST
Hi, I wanted to help you because the same issue I was facing from last week and solved now.

As per my experience and understanding, the java application can be opened at port 8080 or 9080. but the hosting by default listen the post 80 (apache server for php).

If your application is running fine on domainname:9080 or domainname:8080 then you need a redirection. if not then use application name as ROOT and the default opening page index.jsp, I mean ROOT/index.jsp.

Now try domainname:8080 or domainname:9080, it your application is working fine then:

Add .htaccess file at the root of your file directory for this domain (this is the same location for your default page index.html is coming while accessing your domain).

put this code in your .htaccess file by making required changes (my website name is fluma.in and running on 9080 post):

RewriteEngine on
RewriteCond %{http_host} ^www.fluma.in
RewriteRule ^(.*) http://fluma.in/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^fluma\.in$
RewriteRule (.*) http://fluma.in:9080/$1 [P,QSA,L]

Still you failed then contact me at info[at]fluma(dot)in, I will help you.

Thanks
Posted by Spurti at June 7, 2012 13:59:11 CEST
Hi,
I have uploaded a war file. But under the list it displays exclamation mark next to my application name under plesk.

And when i try to access it from the url it shows me a blank page. There is no error in logs.

On mouse over on exclamation mark is says "Actual status of application does not correspond to the status retrieved from the database".

What does it mean ....... Please help

Thank you
Posted by M Danish at March 14, 2013 06:31:32 CET
i sucess the upload and can run java app using this way.
but how can i upload files in some directory as i cant find the exploded directory friend

can u guide me plz