Hi Christopher,
any links to the following implementation of multiple instances available?
Regards,
Ayusman
On 1/17/07, Christopher Schultz <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ayusman,
Ayusman Dikshit wrote:
> I wanted to know how can I specify
Hi All,
I have a OS X server, running Tomcat 5.0.19.
There are already three applications running but I will need one more
application which is memory intensive.
I wanted to know how can I specify/increase the memroy requirements for my
application or Tomcat application?
My new application may nee
Hi Asaf,
Why are you keeping a servlet.jar file inside your lib folder???
I suppose that is the cause, servlet.jar and servlet-api.jar provide
same implementation of servlet API.
Just keep the jar file in common/lib folder of tomcat installation.
Try it.
Regards
Ayusman
Hi All,
If I am creating a web-application need I put it only in the webapps
folder?
Can I put it somewhere else in my directory structure (out of the usual
tomcat installation directory) and point tomcat to consider this as
a valid web application.
Any suggestions will be highly appreciated
Hi Kuldeep,
Have you checked the OS level access rights on this folder???
Try it.
Regards
Ayusman
-Original Message-
From: Kuldeep Tewari [mailto:[EMAIL PROTECTED]
Sent: Monday, May 29, 2006 6:52 PM
To: users@tomcat.apache.org
Subject: Help needed:Context Creation Failed.
Hi!
I'm us
Change the DTD to point to a dtd file on your machine hard disk.
Hope tha will solve the problem.
Regards
Ayusman
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 24, 2006 6:12 PM
To: users@tomcat.apache.org
Subject: I'm a newbie
I created a dynam
Hi All,
Please correct me if I am wrong.
1)Does tomcat 5.5 also provide an implementation of jsp specs?
2) In side an jsp if I write
this.getClass().getName() then
the class name I get is an implementation of servlet only? (I get
something like org.apache.jsp_myjspname)
So can