Hi all,
I have a JDBCRealm configured the server.xml to authenticate users. It all
works fine. The following lines are in my server.xml and the parameters show
up in when I click on the User Database followed by the UserDatebase
nodes in the tree in the admin application.
(Name,Location,Facto
March 27, 2003 3:25 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [OT] destructive / negative / pathology testing *help,
> help!*
>
> Does anyone have more 'phantasies' on that?
>
> Thanks for your attention again,
>
> Henning
--
In addition to my first post and to clear things up a bit:
I am a little step further at the moment, in general you can say
negative testing is going beyond the borders of normal (load, stress,
fail-over, UAT, etc.) testing. Some aspects of negative testing in my
(just reached and incomplete) s
Hi all together!
Meanwhile I found out that what I am looking for is best known as "negative testing", trying to break an application puckish, to make it fail more or less serious. I am really really in a hurry (and stuck at the moment) getting information on this topic (I wouldn't ask here if not
Try:
http://localhost/servlet/servlet/vm.admin.servlet.Login
RS
Jason Wood <[EMAIL PROTECTED]> on 05/02/2002 12:17:18 PM
Please respond to "Tomcat Users List" <[EMAIL PROTECTED]>
To:[EMAIL PROTECTED]
cc:
Subject:404 HELP HELP! this is driveing me NUTS
i am
i am receiving a 404 error for a
servlethttp://localhost/servlet/vm.admin.servlet.Login
situation all class files are under d:\webapps\vmonitor\
this is my server.xml
osa [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, March 19, 2002 4:14 PM
>To: Tomcat Users List
>Subject: Re: Struggling for one week please Help Help..
>
>
>
>
>Uma Munugala wrote:
>
>>Hi
>>
>>
>>I have written a servlet which implements Si
download a build older than 3-7-2002
greetings
todd
Uma Munugala wrote:
>>Hi
>>
>>
>>I have written a servlet which implements SingleThreadModel
>>and used already existing public static syncronized classes to access
>>database.
>>these classes were used for standalone application.
>>does sta
> Hi
>
>
> I have written a servlet which implements SingleThreadModel
> and used already existing public static syncronized classes to access
> database.
> these classes were used for standalone application.
> does static synchronized has any problem with servlets
>
> when I deployment my se
: Tomcat Users List
Subject: Re: Struggling for one week please Help Help..
Uma Munugala wrote:
>Hi
>
>
>I have written a servlet which implements SingleThreadModel
>and used already existing public static syncronized classes to access
>database.
>these
: RE: Struggling for one week please Help Help..
I would suspect that your "return boolean" line in your defineCFDatabase
method would be causing problems.
Uma Munugala
usion.com>
anks
Uma
-Original Message-
From: James Williamson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 3:11 PM
To: Tomcat Users List
Subject: Re: Struggling for one week please Help Help..
Uma,
You've defined it the wrong way round, it shoul
Uma Munugala wrote:
>Hi
>
>
>I have written a servlet which implements SingleThreadModel
>and used already existing public static syncronized classes to access
>database.
>these classes were used for standalone application.
>does static synchronized has any problem with servlets
>
>when I d
please Help Help..
Uma,
You've defined it the wrong way round, it should be:
public static boolean gDefaultConnectionIsOracle = false;
Regards,
James Williamson
www.nameonthe.net
- Original Message -
From: Uma Munugala <[EMAIL PROTECTED]>
To: <[EMAIL PR
19, 2002 10:27 PM
Subject: Struggling for one week please Help Help..
> Hi
>
>
> I have written a servlet which implements SingleThreadModel
> and used already existing public static syncronized classes to access
> database.
> these classes were used for
Hi
I have written a servlet which implements SingleThreadModel
and used already existing public static syncronized classes to access
database.
these classes were used for standalone application.
does static synchronized has any problem with servlets
when I deployment my servlet and try to
Hi Aman
Thanks for reply I tried the way u suggested
Iam getting an error when I run servlet.
When code is trying to access the RelConnection.gDefaultConnectionIsOracle,
a static member Iam getting the error.
java.lang.ClassFormatError: com/CellFusion/Relational/RelConnection (Illegal
Variable
Tomcat 4.0.3 has a bug and it does not pick up the jar files automatically from
web-inf/lib directory of your application.
you have two options:
copy your jar files to the global lib directory and erstart Tomcat or
Install Tomcat 4.0.4-b1 which does not have this bug.
Thanks
Aman
--
This e-m
Hi
Iam new to Tomcat
Iam working on tomcat 4.0.3 on windows NT.
Installation is successful. Examples are working fine.
I placed all my application class files under a directory in webapps and I
placed jar files in web-inf/lib
and unpacked class files resources files in web-inf/classes.
dir struc
Any one to help me on this
- Original Message -
From: "Vishal Mukherjee" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, February 25, 2002 10:27 AM
Subject: HOW to Configure Tomcat on IIS and deploy our own web Application.
> Hi all,
>
> I an a NewBi
,
Darrell
-Original Message-
From: Dhwani K. Bhayani [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 12:58 AM
To: [EMAIL PROTECTED]
Subject: help...help
I cannot access through http://localhost:8080/examples/jsp/index.html
but through IP http://127.0.0.1:8080/examples/jsp/index.
PROTECTED]
Subject: help...help
I cannot access through http://localhost:8080/examples/jsp/index.html
but through IP http://127.0.0.1:8080/examples/jsp/index.html
Is it something wrong? And now how to access through
e.g http:/www.concept.com/numguess.jsp ?
I have done each and evry steps but not able
At 09:57 AM 13/07/01, you wrote:
>I cannot access through http://localhost:8080/examples/jsp/index.html
>but through IP http://127.0.0.1:8080/examples/jsp/index.html
Check how you have your hosts file set up. (You'll find it in
C:\WINNT\system32\drivers\etc ), assuming you're on nt/2000 and it
---Original Message-
From: Dhwani K. Bhayani [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 3:58 PM
To: [EMAIL PROTECTED]
Subject: help...help
I cannot access through http://localhost:8080/examples/jsp/index.html
but through IP http://127.0.0.1:8080/examples/jsp/index.html
Is it something
I cannot access through http://localhost:8080/examples/jsp/index.html
but through IP http://127.0.0.1:8080/examples/jsp/index.html
Is it something wrong? And now how to access through
e.g http:/www.concept.com/numguess.jsp ?
I have done each and evry steps but not able to run this.
The IP of this
Hello all,
I'm getting an Error in the screen, when clicking an link in any JSP
page. The error is,
"Error: JSP Buffer Overflow"
What might b causing this error. I'm using Tomcat 3.2.1 / Debian GNU/Linux.
Thankx in advance
Regards
Nagappan
-
26 matches
Mail list logo