Problem in writing my own web application??????

2002-04-30 Thread Suresh Akula
I am very new to tomcat. I am trying to write a web application and deploy it on tomcat. I am failing to do so in various forms: My web application is an applet GUI which has two textfields and button..once u enter data onto 1st textfiled and press the button the request goes to servlet and

Re: Problem in writing my own web application??????

2002-04-30 Thread Jacob Kjome
Hello Suresh, Your class would have to exist in the root of the myownservlet directory in order to be loaded as an applet. This doesn't have anything to do with Tomcat. It has to do with Web server mapping. If you are pulling up the home page in the path:

Re: Problem in writing my own web application??????

2002-04-30 Thread Suresh Akula
I havent got any answer yet..can anyone please help me on this.. Thanks much in advance suresh akula From: Suresh Akula [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Problem in writing my own web application?? Date: Tue, 30 Apr 2002 20:36:45

Re: Problem in writing my own web application??????

2002-04-30 Thread Jacob Kjome
] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Problem in writing my own web application?? Date: Tue, 30 Apr 2002 20:36:45 + I am very new to tomcat. I am trying to write a web application and deploy it on tomcat. I am failing to do so in various forms: My web

Re: Problem in writing my own web application??????

2002-04-30 Thread Suresh Akula
HI Jake i couldn't find ur reply. can u resend it again..i am still trying to find solution Thanks suresh akula From: Jacob Kjome [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Problem in writing my own web application