java - FTP - Client downloads WAR file instead if showing it as a website -


okay problem need deploy website eclipse online server provided university. i've been handled guide, suggested converted entire project war file. war file placed on desktop , particular path applied in filezilla setup. problem is, when try run code through filezilla following url

ftp://kristian1709tomcat@kristian1709.tomcat.student.hum.au.dk/webapps/b-exam-ba-newssite.war -

my browser starts downloading war file instead of showing website.

my instructions teacher followed:

the host kristian1709.tomcat.student.hum.au.dk

username: kristian1709@tomcat

password: *******

any sort of welcomed have handle in entire project exame tomorrow.

in advance thank you!

ftp stands file transfer protocol, in experience war files run inside application server, such glassfish or tomcat server, , viewed through browser, not ftp client

make sure hosted within application server , change of url should fix problem.

i have 4 war files deployed on glassfish server, that's independent of http , ftp.

go here in browser kristian1709.tomcat.student.hum.au.dk , login/deploy


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -