RE: Tomcat class loader problems?

2003-03-05 Thread White, Joshua A (CASD, IT)
class file. Joshua > -Original Message- > From: White, Joshua A (CASD, IT) > Sent: Wednesday, March 05, 2003 9:16 AM > To: [EMAIL PROTECTED] > Subject: Tomcat class loader problems? > > When deploying my app as a war, I receive an > javax.servl

Tomcat class loader problems?

2003-03-05 Thread White, Joshua A (CASD, IT)
When deploying my app as a war, I receive an javax.servlet.ServletException with the message "Truncated class file" or "Extra bytes at the end of the class file" for one of my classes. If I unzip the war file and deploy it in the webapps directory, all is fine. Any suggestions? I am using Tomcat

Tomcat Class loader problems?

2003-03-05 Thread White, Joshua A (CASD, IT)
When deploying my app as a war, I receive an javax.servlet.ServletException with the message "Truncated class file" or "Extra bytes at the end of the class file" for one of my classes. If I unzip the war file and deploy it in the webapps directory, all is fine. Any suggestions? I am using Tomcat

Configuring JNDI LDAP Datasource - NOT USED FOR AUTHENTICATION

2003-02-20 Thread White, Joshua A (CASD, IT)
How can I declare an LDAP datasource in the server.xml file without the need to use it for authentication. The documentation I have read so far assumes that I am using LDAP for authentication. When looking at the datasources section of the JNDI docs, it assumes a relational database. Can someone

LDAP connection pool suggestions?

2003-02-17 Thread White, Joshua A (CASD, IT)
Hello all, I finally got MSSQL 2000 to work with DBCP. (I am putting together my lessons learned now) I am looking for a similar facility for LDAP connections. Can anyone suggest a similar solution? I am using JDK 1.3.x. Regards, Joshua This communication, including attachments, is for the

RE: Web app configuration problems

2003-02-14 Thread White, Joshua A (CASD, IT)
development without removing the entries that were defined in the server.xml file from memory? -Joshua > -Original Message- > From: White, Joshua A (CASD, IT) > Sent: Friday, February 14, 2003 11:14 AM > To: '[EMAIL PROTECTED]' > Subject: Web a

Web app configuration problems

2003-02-14 Thread White, Joshua A (CASD, IT)
I am hoping someone could explain how Tomcat uses context paths. In my server.xml file, I have declared a seperate context and some JNDI resources for /myapp-web. The way I deploy my web application determines if these resources will be available or not. If I drop my web applications war file (m

RE: JNDI datasource frustrations - almost there

2003-02-14 Thread White, Joshua A (CASD, IT)
: "White, Joshua A (CASD, IT)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 6:24 PM Subject: RE: JNDI datasource frustrations... > It looks like this is a common problem. I have found several posts on > several boards about this problem.

RE: JNDI datasource frustrations...

2003-02-13 Thread White, Joshua A (CASD, IT)
? Has anyone successfully connected with MSSQL Server 2k? -Joshua -Original Message- From: White, Joshua A (CASD, IT) Sent: Thursday, February 13, 2003 5:17 PM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: JNDI datasource frustrations... Here is my entry in

RE: JNDI datasource frustrations...

2003-02-13 Thread White, Joshua A (CASD, IT)
"This Guy Thinks He Knows Everything" "This Guy Thinks He Knows What He Is Doing" -----Original Message----- From: White, Joshua A (CASD, IT) [mailto:[EMAIL PROTECTED]] Sent: February 13, 2003 3:36 PM To: '[EMAIL PROTECTED]' Subject: JNDI datasource frustrations..

JNDI datasource frustrations...

2003-02-13 Thread White, Joshua A (CASD, IT)
All, It seems that I may be having a problem instantiating the Sql server jdbc driver. I have copied the following jars into my $CATALINA_HOME/common/lib directory: msbase.jar mssqlserver.jar msutil.jar I have the following in my server.xml file: username s

Re-using roles defined in web.xml file

2003-02-10 Thread White, Joshua A (CASD, IT)
Hello everyone, I need to authenticate visitors to my site using ldap. Based on some ldap attributes, I can determine which role a person should be in. Is there a way I can dynamically associate users with the roles defined in the web.xml file? Joshua This communication, including attachment