RE: book on EJB

2003-03-31 Thread Chris Shen
Thanks for the recommendations, guys. i will be sure to check it out. What 
do you guys think of JBoss just out of curiosity?






From: "Jeremy Whitlock" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Subject: RE: book on EJB
Date: Mon, 31 Mar 2003 16:21:42 -0700
Chris,
I second that.  It's a great book.  You'll need an EJB container
as well and I suggest OpenEJB.  It can be found here:
http://openejb.sourceforge.net

It integrates tightly into Tomcat and is very simple to
install/configure/use.  I'd love to help you out with it if you go that
direction.  Later, Jeremy
-Original Message-
From: Dmitry Sklyut [mailto:[EMAIL PROTECTED]
Sent: Monday, March 31, 2003 4:21 PM
To: 'Tomcat Users List'
Subject: RE: book on EJB
www.theserverside.com

Download Ed Roman's book

-Original Message-
From: Chris Shen [mailto:[EMAIL PROTECTED]
Sent: Monday, March 31, 2003 6:20 PM
To: [EMAIL PROTECTED]
Subject: book on EJB
i am an intermediate lvl jsp/servlet developer and would like to learn
ejb.
i am looking for a good tutorial/reference for novice/intermediate ejb
developers. any suggestions?
Chris

_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


book on EJB

2003-03-31 Thread Chris Shen
i am an intermediate lvl jsp/servlet developer and would like to learn ejb. 
i am looking for a good tutorial/reference for novice/intermediate ejb 
developers. any suggestions?

Chris

_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: db resource mgmt

2003-03-26 Thread Chris Shen
i found the doc. thanks






From: "Filip Hanik" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Subject: RE: db resource mgmt
Date: Wed, 26 Mar 2003 17:15:16 -0800
yes there is,
a common module called dbcp
search the archives
Filip
> -Original Message-
> From: Chris Shen [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 26, 2003 5:12 PM
> To: [EMAIL PROTECTED]
> Subject: db resource mgmt
>
>
> is there some sort of connection pooling mechanism built into
> Tomcat? i was
> looking over the sample server.xml, and it seems that you can
> specify db
> resources. i am just wondering if tomcat actually manages
> some sort of db
> connection pooling or is that something we have to implement
> on our own.
> thanks.
>
> _
> Add photos to your messages with MSN 8. Get 2 months FREE*.
> http://join.msn.com/?page=features/featuredemail
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


db resource mgmt

2003-03-26 Thread Chris Shen
is there some sort of connection pooling mechanism built into Tomcat? i was 
looking over the sample server.xml, and it seems that you can specify db 
resources. i am just wondering if tomcat actually manages some sort of db 
connection pooling or is that something we have to implement on our own. 
thanks.

_
Add photos to your messages with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Oracle 8 JDBC OCI

2002-10-28 Thread Chris Shen
hey, thanks! i got to work!

Chris
- Original Message -
From: "Nicholas Orr" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Monday, October 28, 2002 5:57 PM
Subject: RE: Oracle 8 JDBC OCI


> Tomcat likes jar files not zip files.  So try renaming classes12.zip to
> classes12.jar
>
> Nicholas Orr
>
> -Original Message-
> From: Chris Shen [mailto:emmitt1219@;hotmail.com]
> Sent: Tuesday, 29 October 2002 10:40 AM
> To: Tomcat Users List
> Subject: Oracle 8 JDBC OCI
>
>
> hi guys, i am trying to set up my oracle 8i to use the jdbc oci driver. it
> seems like my dll file is in the right place and i've set my tomcat
> classpath to point to my classes12.zip. yet, i am still getting the
> ORA-06401: NETCMN: invalid driver designator error. does anyone have any
> idea? thanks in advance!
>
> Chris
>
> --
> To unsubscribe, e-mail:
> <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:tomcat-user-help@;jakarta.apache.org>
>
>
> **
> The information contained in this e-mail is confidential and is
> intended only for the use of the addressee(s).
> If you receive this e-mail in error, any use, distribution or
> copying of this e-mail is not permitted. You are requested to
> forward unwanted e-mail and address any problems to the
> MIM Holdings Limited Support Centre.
>
> For general enquires: ++61 7 3833 8000
> Support Centre e-mail: [EMAIL PROTECTED]
> Support Centre phone:  Australia 1800500646
> International ++61 7 38338042
> **
>
>
> --
> To unsubscribe, e-mail:
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
<mailto:tomcat-user-help@;jakarta.apache.org>
>

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>




Oracle 8 JDBC OCI

2002-10-28 Thread Chris Shen
hi guys, i am trying to set up my oracle 8i to use the jdbc oci driver. it
seems like my dll file is in the right place and i've set my tomcat
classpath to point to my classes12.zip. yet, i am still getting the
ORA-06401: NETCMN: invalid driver designator error. does anyone have any
idea? thanks in advance!

Chris

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Site Security Issue

2002-07-26 Thread Chris Shen

dear fellow developers,

i've got a question for you guys...i've got a auth system that
distributes keys to users once they are authenticated. users can then use
that key as a ticket to get services. now, my question is what do most of
you guys do to make your site more secure? i.e. what would you do to keep
that cookie safe from hackers as it's being passed back and fourth through
the web? our main concerns are trojan horses and packet sniffing. we are
thinking about doing an IP check and perhaps setting up SSL? does anyone
have any ideas/opinions on this? thanks!

Chris

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




EJB

2002-07-01 Thread Chris Shen

does anyone have any recommendation on an open source ejb container...? i am
currently running tomcat and am looking for an open source ejb
implementation...thanks!

Chris

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




JAVA BEAN SESSION REMOVAL

2002-06-10 Thread Chris Shen

hey guys, i am just wondering if there is a way to remove a java bean
session like how we can remove a session variable.

Chris

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Question regarding Active Directory/LDAP

2002-06-06 Thread Chris Shen

i am trying to create a web front end using an ldap api to query and update
the active directory so that i can pull out information on an user or create
and update the info on an user in the active directory...

Chris
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 05, 2002 10:30 PM
Subject: RE: Question regarding Active Directory/LDAP


> You be in rela trouble here. Active Directory uses a conglomeration of
> Kerberos 5 with MS ciphers and LDAP
>
> As for LDAP, I think its straightforward - look up the standard and get
one
> bit at a time. Perhaps see the SMABA 3.x  code and what it does (its a
late
> beta stuff).
>
> What are you trying to do with the active directory information?
>
> regards
> TMC
>
> --
> Tomasz M. Ciolek
> Systems Administrator - CSIRO Entomology
> Phone: 02-62464391 * Fax: 02-62464000
>
>
> > -Original Message-
> > From: Chris Shen [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, 06 June 2002 14:57
> > To: Tomcat Users List
> > Subject: Question regarding Active Directory/LDAP
> >
> >
> > i know this is not directly related to tomcat. i am trying to
> > write a LDAP
> > client in jsp to talk to an active directory. however, i am rather
> > unfamiliar with the directory structure in active directory.
> > i have one set
> > up on my machine, but i am having trouble looking up
> > attributes such as the
> > base DN, CN, and so on. does anyone have any clue how to find
> > this type of
> > information on active directory?
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:tomcat-user-> [EMAIL PROTECTED]>
> > For
> > additional commands,
> > e-mail: <mailto:[EMAIL PROTECTED]>
> >
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Active Directory

2002-06-05 Thread Chris Shen

i know this is kind of off the topic, but i am trying to write to an Active Directory 
using jndi in jsp. However, i have no idea how the active directory schema works. i am 
just trying to look up users. does anyone have any idea on things such as what the 
base DN should be, objectClass, and so on? thanks!

Chris


Question regarding Active Directory/LDAP

2002-06-05 Thread Chris Shen

i know this is not directly related to tomcat. i am trying to write a LDAP
client in jsp to talk to an active directory. however, i am rather
unfamiliar with the directory structure in active directory. i have one set
up on my machine, but i am having trouble looking up attributes such as the
base DN, CN, and so on. does anyone have any clue how to find this type of
information on active directory?

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: JSP Include Directive

2002-05-11 Thread Chris Shen HOTMAIL

when you use the include directive, the code, or the jsp file, is inserted
at compile time...in other words, if you modify the contest of the file
that's being included, in order for the modification to take effects, you
must also re-compile your script that is including the modified file...i
hope that helps...whereas if you are doing a dynamic include, things get
included and dynamically generated at runtime...

Chris
- Original Message -
From: "Frederick Aubert" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Saturday, May 11, 2002 4:19 AM
Subject: JSP Include Directive


Hi,

According to the JSP docs on Sun website, one can use  to include static content, such as methods that will
be reused from different components of the webapp. I wanted to share a
³securityCheck² method to reuse from each single places where security was
required. I did place my code in a includes.txt that I tried to load from a
couple of JSP pages. However even when placing the jsp include tag, nothing
seems to be done since whenever I try to call securityCheck I get a method
not found error... Is the include directive not supposed to work that way?
How can I achieve this?

Sincerely, Frederick

PS: I tried to misspell the resource URL but the compiler did not notice
anything...


---
  ("`-''-/").___..--''"`-._
   `6_ 6  )   `-.  ( ).`-.__.`)   Frederick Aubert
   (_Y_.)'  ._   )  `._ `. ``-..-'
 _..`--'_..-_/  /--'_.' ,'[EMAIL PROTECTED]
(il),-''  (li),'  ((!.-'
---



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




web-inf/classes

2002-05-06 Thread Chris Shen

this is a bizzare one. i've placed all my classes under the web-inf/classes
with the appropriate class structure and everything, and it was working fine
on my tomcat 3.3. yet, after i migrated it to 4.03, i tried to run it the
first time and compiled it, and i kept on getting:
"org.apache.jasper.JasperException: Unable to compile class for JSP
C:\jakarta-tomcat-4.0.3\work\localhost\webauth\successfulLogin$jsp.java:3:
Package ant.uci.edu not found in import.
import ant.uci.edu.*;"

i did place my class directory ant\uci\edu under web-inf\classes...any
idea???

Chris

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Tomcat & Apache 2 howto

2002-05-03 Thread Chris Shen

hey, well, for some reason, my apache 2 skips the error message window.
unlike my apache 1, when i test my setting for apache 2, the DOS prompt just
opens up and closes before i can even read the result message, and hence, i
dont even know what sort of errors i am getting! is there a way to pause
that screen?

Chris
- Original Message -
From: Abraham Fathman <[EMAIL PROTECTED]>
To: 'Tomcat Users List' <[EMAIL PROTECTED]>
Sent: Friday, May 03, 2002 12:40 AM
Subject: RE: Tomcat & Apache 2 howto


> Chris,
>
> What is your problem? Are you getting an error message? Perhaps in any
> logs?
>
> Thanks,
> Abe
>
> -Original Message-
> From: Chris Shen HOTMAIL [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 03, 2002 3:37 AM
> To: [EMAIL PROTECTED]
> Subject: Tomcat & Apache 2 howto
>
>
> I've been able to successfully integrate tomcat 3 and 4 with Apache 1.3
> using mod_jk. However, I have not been able to get either one of them to
> work with the latest Apache 2. I am just wondering if someone can
> perhaps provide some pointers to my problem. I am running on win NT/2k.
> Thanks!
>
> Chris
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Tomcat & Apache 2 howto

2002-05-03 Thread Chris Shen HOTMAIL

I've been able to successfully integrate tomcat 3 and 4 with Apache 1.3 using mod_jk. 
However, I have not been able to get either one of them to work with the latest Apache 
2. I am just wondering if someone can perhaps provide some pointers to my problem. I 
am running on win NT/2k. Thanks!

Chris