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
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
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
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
> 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
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
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
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