I have a Bean which is storing user-info, like name, password, email, age,
address, etc.
I have another bean which want to access that info / that bean. I don't want
to pass the info along the jsp page, instead i want to directly access that
user-bean in the other bean.
is there something like g
I'm using jboss with embedded-tomcat.
since in this case it won't parse server.xml i'm
wondering how do i set the work dir for tomcat?
Sam.
I want to execute a servlet as a welcome-file.
how do i do this?
i thought i'd put this in web.xml:
test
*.do
index.do
but that doesn't.
i can't find the file index.do so it just skips the welcome file (including
those defined in
It's not a problem.
It's a feature of linux :)
as you know filenames in linux are case-sensitive.
read my previous email to solve the problem.
Sam
- Original Message -
From: "Ludovic Maitre" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 12, 2000 11:07 AM
Subjec
in $TOMCAT$/conf/web.xml
there is a servlet-mapping:
jsp
*.jsp
as you can see *.jsp is lower-case. make a mapping for the case you use.
Sam.
- Original Message -
From: "Stubenrauch,Andreas" <[EMAIL PROTECTED]>
To: <
Thanx, it workes.
Sam.
- Original Message -
From: "Jon Skeet" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 11, 2000 11:50 AM
Subject: Re: context-param: illegal char
> > apparently & is an illegal character.
> > but how do i solve this problem?
> > i've thought
with this code in web.xml:
database_dsn
jdbc:mysql://localhost/test?user=test&password=test
i get this error:
Starting tomcat. Check logs/tomcat.log for error
messages ERROR reading /home/jsp/forum/WEB-INF/web.xmlAt Next character
must be ";" terminating referenc
The designated location for things like odbc_drivers is /WEB-INF/lib
so unjar your oracle driver to that path.
- Original Message -
From: "John Clark L. Naldoza" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 11, 2000 11:35 AM
Subject: Re: very urgent
> Sonal Agarw