Re: war file question

2010-12-06 Thread Victor Kabdebon
Hi, May I add something Lava, if you don't want to work around war manually use Netbeans or Eclipse as your IDE and they can do it for you without any effort. Victor Kabdebon 2010/12/6 Konstantin Kolinko > 2010/12/6 Lava Saleem : > > Hi > > Thanks for the replies > > Pid thanks for the link bu

Re: war file question

2010-12-06 Thread Konstantin Kolinko
2010/12/6 Lava Saleem : > Hi > Thanks for the replies > Pid thanks for the link but I have looked into before sending the email and > it is very general and not very useful, as I'm a beginner user for tomcat. > Check I was deploying the  file with jsp extension  and I got this > message on the top

Re: war file question

2010-12-06 Thread Pid
ite? p > On Mon, Dec 6, 2010 at 12:45 PM, Caldarale, Charles R < > chuck.caldar...@unisys.com> wrote: > >>> From: Lava Saleem [mailto:lnsal...@ualr.edu] >>> Subject: Re: war file question >> >>> Hi Martin, >>> Thanks for the reply >> &g

Re: war file question

2010-12-06 Thread Lava Saleem
rote: > > From: Lava Saleem [mailto:lnsal...@ualr.edu] > > Subject: Re: war file question > > > Hi Martin, > > Thanks for the reply > > Which, unfortunately, was largely irrelevant, and contained a serious flaw. > > > I did what you told me I moved the

RE: war file question

2010-12-06 Thread Caldarale, Charles R
> From: Lava Saleem [mailto:lnsal...@ualr.edu] > Subject: Re: war file question > Hi Martin, > Thanks for the reply Which, unfortunately, was largely irrelevant, and contained a serious flaw. > I did what you told me I moved the html file into > $TOMCAT_HOME/webapps/filen

Re: war file question

2010-12-06 Thread Pid
On 12/6/10 3:48 PM, Lava Saleem wrote: > Hi Martin, > Thanks for the reply I did what you told me I moved the html file into > $TOMCAT_HOME/webapps/filenameand changed to *.jsp but it didn't work I > got the following message > > FAIL - File uploaded "handshake_testing.jsp" must be a .war St

Re: war file question

2010-12-06 Thread Lava Saleem
Hi Martin, Thanks for the reply I did what you told me I moved the html file into $TOMCAT_HOME/webapps/filenameand changed to *.jsp but it didn't work I got the following message FAIL - File uploaded "handshake_testing.jsp" must be a .war Lava On Mon, Dec 6, 2010 at 10:36 AM, Martin Gainty

RE: war file question

2010-12-06 Thread Martin Gainty
most containers will not look for jsp in WEB-INF but in webapp base folder e.g. $TOMCAT_HOME/webapps/WebAppFolderName to remedy mv/rename the html files from WEB-INF over to WebAppFolderName and be sure to mv/rename *.html to *.jsp Shalom, Martin > > Hi Everyone, > I have an html file with ja