installing mod_jk2

2002-11-29 Thread Joshua
how do i install and set up mod_jk2, i am running tomcat 4.1, and Apache 2.0.43 andrewjj20 __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: For

Re: IllegalStateException on index.html??

2001-02-07 Thread joshua
Just restart tomcat. I usually get that when I do to much refreshing.   [EMAIL PROTECTED] wrote:   Error: 500 Location: /partners/index.html Internal Servlet Error: java.lang.IllegalStateException: Can't happen - classname is null, who added this ?     at org.apache.tomcat.core.ServletWrapper

passing a session from non-SSL to SSL

2002-09-07 Thread Joshua Szmajda
at. Changing the code is possible, but preferably avoidable as I didn't write it. Thanks in advance! -Joshua Szmajda -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

passing a session from non-SSL to SSL

2002-09-12 Thread Joshua Szmajda
ts. I'm sure it's something in the spec that's changed, but I can't for the life of me find out what. Changing the code is possible, but preferably avoidable as I didn't write it. Thanks in advance! -Joshua Szmajda -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

problem with first servlet

2002-10-31 Thread Joshua Talbott
Hey, I'm trying to use Tomcat 4.1 to run a simple HelloWorld servlet. Where do I put it and what do I type in the address bar to get it to run? I'm able to run simple jsps and beans, but this one is giving me problems. Right now I have my file in: c:\program files\apache group\tomcat 4.1\weba

Re: problem with first servlet

2002-10-31 Thread Joshua Talbott
lease is disabled by default due to a security-related bug. See the release notes for details. Yoav Shapira Millennium ChemInformatics -Original Message- From: Joshua Talbott [mailto:jtalbott@;cook-inc.com] Sent: Thursday, October 31, 2002 1:58 PM To: [EMAIL PROTECTED] Subject: problem

RE: multiple instances of tomcat

2001-05-04 Thread Joshua Sharp
To seperate the JSP repositories for each instance, you can specify the jsp compiled classfile directory in the ContextManager tag in Server.xml. Just change the workDir variable to different directories. That way you don't have to orry about reading the wrong JSP repository. Josh -Original

RE: Loosing Connections in a pool

2001-05-04 Thread Joshua Sharp
Are you receiving any error messages? I know oracle 8.1.7 has a connection limit of ~120/process before it runs out of file descriptors. I haven't seen any problems with loosing connections though. Josh -Original Message- From: Dan Randall [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04,

I'm sure it's a rehashed issue, but I'll try anyway. (Apache 2.0.35 & tomcat 4.0.3) & mod_webapp.so

2002-04-18 Thread Joshua Chen
pp.so? Any help is appreciated. (file listing and Makefile below) Thanks in advance Joshua Chen i.e. - {/src/jakarta-tomcat-connectors-4.0.4-b2-src/webapp/apache-2.0} ls -al total 374 drwxr-xr-x 3 root root 512 Apr 17 19:11 . drwxr-xr-x 11 root root1

Tomcat redirect

2002-05-06 Thread joshua wentworth
I am trying to have Tomcat redirect certain requests to other applications or other sites. But I can't find anything in the documentation or in any of the messageboards about any kind of forward or redirect function in Tomcat. Is there such a function, and if so where can I find documentation on i

Re: Tomcat redirect

2002-05-07 Thread joshua wentworth
? Josh - Original Message - From: "Oki DZ" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, May 06, 2002 8:17 PM Subject: Re: Tomcat redirect On 05/07 04:19 joshua wentworth wrote: > I am trying to have Tomcat redirect cer

Re: Re[2]: Tomcat redirect

2002-05-07 Thread joshua wentworth
fixing this would be trivial). Josh - Original Message - From: "Jacob Kjome" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, May 07, 2002 12:01 PM Subject: Re[2]: Tomcat redirect > Hello joshua, > > Well, actually, all y

Re: Re[4]: Tomcat redirect

2002-05-07 Thread joshua wentworth
Josh - Original Message - From: "Jacob Kjome" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, May 07, 2002 12:38 PM Subject: Re[4]: Tomcat redirect > Hello joshua, > > Well, take a look at the form action: > > action="

Virtual Hosts w/ Tomcat+Apache

2001-03-11 Thread Joshua Lifton
The "Tomcat-Apache HOWTO" document that comes with the Tomcat 3.2.1 distro mentions that there are two different ways to configure Tomcat for virtual hosts; one is to use a different Tomcat for each Apache virtual host and the other is to use the same Tomcat for each Apache virtual host. In the

Can

2001-03-19 Thread Joshua Anderson
Someone unsubscribe me from this mailing list?   I've tried "4" times and still continue to get e-mail.

Apache 2.0.47, Tomcat 4.1.27 with mod_jk2 2.0.2 AND mod_deflate

2003-08-21 Thread Joshua McCulloch
I have setup Apache 2.0.47 on Windows XP to serve jsp/servlet requests using Tomcat 4.1.27. I did this using the mod_jk2 module and was able to successfully connect to http://host/examples and get the tomcat example pages. I'm using JDK 1.3.1-03. I then configured mod_deflate and was able to verif

Restrict access to a webapps folder based on ip

2003-09-09 Thread Joshua Russell
I was wondering if it was possible to restrict access to a certain webapps folder based on the ip the packet was coming from. So if .../webapps/app1 was for an intranet site with all ip's within a certian range having access, and /webapps/app2 for a web-site allowing machines with any ip. Doe

JK2 possible JNI problem? nativeDispatch exceptions

2004-07-20 Thread Joshua Szmajda
diminish the number of exceptions by changing the shm file from anon to a real file on the system. I'm thinking this is slowing down the JNI somehow? (leading me back to the collisions theory). Any help is greatly appreciated! Otherwise I'm left with trying to read the code an

Re: AW: Tomcat 4.1.24 + Security Manager + weird Exceptions

2004-07-20 Thread Joshua Szmajda
I'm experiencing this same issue. I've got Tomcat 5.0.27, Apache 2.0.46, and jk2 version 2.0.4. Has there been any solution? It occurs primarily under heavy load. -Joshua Szmajda We've got a similar issue, though this in on Linux and using channelUnix/JNI instead of normal tc

Re: AW: Tomcat 4.1.24 + Security Manager + weird Exceptions

2004-07-21 Thread Joshua Szmajda
I'm experiencing this same issue. I've got Tomcat 5.0.27, Apache 2.0.46, and jk2 version 2.0.4. Has there been any solution? It occurs primarily under heavy load. -Joshua Szmajda We've got a similar issue, though this in on Linux and using channelUnix/JNI instead of normal tc

tomcat contexts and JVMs

2001-01-16 Thread joshua . eapen
session or each has its own JVM session. Thanks, Joshua - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Tomcat, Apache connected in interesting way

2004-11-23 Thread Joshua Szmajda
uld be better at handling static content than tomcat in general, so this will be an overall speed improvement. Anyway, any flaws here I should be aware of? Comments? Thanks! -Joshua Szmajda - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat, Apache connected in interesting way

2004-11-23 Thread Joshua Szmajda
onnections. -Josh Joshua - Are tomcat and apache running on the same server? If so, it appears from what you have here that they are on the same port...so...what am I missing? Also, how do you handle .jsps and .dos that need to be handled by Tomcat securely (using SSL). This seems to pass them all

tomcat clustering

2005-04-25 Thread Joshua Szmajda
Hey all, Is there a way to get the cluster system to replicate ServletContext scope variables between cluster members? If not, is there a good guide to writing Multicast sockets somewhere? Thanks alot! -Josh - To unsubscribe, e-

Re: tomcat clustering

2005-04-25 Thread Joshua Szmajda
ext release I hope we support those handlings context > attribute replication handling. > We start a discussion at this list ( last three days). > > Topic: > http://marc.theaimsgroup.com/?t=111417455100003&r=1&w=2 > > Peter > > > > > Joshua Szmajda schrieb

cluster problems: memberDisappeared errors

2005-07-18 Thread Joshua Szmajda
I'm using the cluster fix patch on 5.5.9 (from http://issues.apache.org/bugzilla/show_bug.cgi?id=34389) with 8 hosts clustered together. I was seeing alot of memberDisappeared errors before I applied this patch, now I'm still seeing them, but with more detail. Here's an example error from catal

JBoss (Tomcat?) problems with mod_jk2, httpd, and UTF8 form submissions?

2005-01-28 Thread Joshua McCulloch
I posted this on the JBoss forums and had no responses. Although our environment is JBoss, I believe it would also occur in Tomcat, although maybe not in latest build? --- We're using JBoss fronted by Apache HTTPD 2.0.52 with mod_jk2. Found a strange bug. When a HTTP parameter (in this case, it

configure tomcat

2005-08-27 Thread Joshua Pereira
hello im a beginer . im using windows XP, tomcat 5.0.28, MySql 4.1 Can anyone tell me what version of JDK should i use and how do i configure my tomcat. can anyone show me an example configuration for windows XP . Thanks in advance.. --

Seting Classpath for Virtual Hosts with Tomcat 3.3.1

2002-09-06 Thread Joshua D. Drake
Help would be greatly appreciated, Sincerely, Joshua D. Drake -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

PLEASE: Setting Virtual Hosts ClassPaths with Tomcat 3.3

2002-09-07 Thread Joshua D. Drake
eatly appreciated, Sincerely, Joshua D. Drake -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: PLEASE: Setting Virtual Hosts ClassPaths with Tomcat 3.3

2002-09-09 Thread Joshua D. Drake
Hello, is the WEB-INF an independant location? It was my understanding that it was system wide. I don't want my virtual hosts to be able to see each others classes. Thank you VERY VERY much for your help, Joshua Drake Larry Isaacs wrote: >Hi Joshua, > >Is there some reas

Re: Hosting services

2002-09-11 Thread Joshua D. Drake
Hello, If you use PostgreSQL instead of MysQL (why any one would use this I don't know), Command Prompt -- http://www.commandprompt.com/ might be of use. On Wed, 11 Sep 2002, Reynir Hübner wrote: > Hi, > > I'm looking for a hosting service in USA right now. > What would you recomend ?

Jars in WEB-INF/lib and RMI stubs in WEB-INF/classes not found

2001-09-20 Thread Joshua van Tonder
How does classloading work in tomcat 3.2.2? In deploying my application I am having problems getting classes loaded aren't on the system classpath. I changed the tomcat.bat so that the generated classpath doesn't doesn't include the system classpath and only includes things built by the batch fil

Problem rendering Greek and Latin Characters in Tomcat 4.1.18

2003-02-28 Thread Joshua Sunil Kumar
;   }   %/>   7. I have also tried using the String.getBytes("UTF-8); But this also does not work.   I would like to know if any other setting also needs to be made for in addtion to what I have done so that it works.   Joshua Sunil Kumar    

Problem rendering Greek and Latin Characters in Tomcat 4.1.18

2003-02-28 Thread Joshua Sunil Kumar
;   }   %/>   7. I have also tried using the String.getBytes("UTF-8); But this also does not work.   I would like to know if any other setting also needs to be made for in addtion to what I have done so that it works.   Joshua Sunil Kumar     **Di

Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-09 Thread Joshua Sunil Kumar
Hi I'm using Apache2.0.43 and Tomcat4.1.18. I have configured it with multiple tomcat instances with a load balancer. But I am unable to maintain sticky session . The application that I am using has to maintain sessions. But this not happening .When I login the request is JSP so it does to

RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-10 Thread Joshua Sunil Kumar
Hi I check out in the server.xml there is no entry for jvmRoute. There is something called jmvRoute is it a typo or something cos I corrected it to jvmRoute and it still does not work This is tag directly taken from server.xml in the tomcat4.1.18's conf directory BR Joshua -Ori

RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-10 Thread Joshua Sunil Kumar
Hi I tried correcting the typo but it does not work .Infact the load balancing itself doesn't work if I change it to jvmRoute. BR Joshua -Original Message- From: Roberts, Eric [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 2:52 PM To: Tomcat Users List Subject: RE: Problem

RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-10 Thread Joshua Sunil Kumar
Hi Eric Thanx for the config files it works now. The only difference was the jvmRoute in the server.xml. There was a typo error in the server.xml file. Bye Joshua -Original Message- From: Roberts, Eric [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 3:37 PM To: Tomcat Users List

RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-10 Thread Joshua Sunil Kumar
java.lang.Thread.run(Thread.java:479) Tags in server.xml which is commented. Can neone help me on this. Thanx in advance. Joshua -Original Message- From: Joshua Sunil Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 5:43 PM To: Tomcat Users List Subject: RE: Problem with

RE: Exception on Tomcat

2003-03-10 Thread Joshua Sunil Kumar
Hi There is a jar file called activation jar. This file is not your classpath. Add it up in ur classpath and the exceptions will disappear. BR Joshua -Original Message- From: Marcelo [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 7:00 PM To: tom cat Subject: Exception on Tomcat

Problems with JMX Bean in Tomcat4.1.18

2003-03-10 Thread Joshua Sunil Kumar
Hi I have a problem with JMX Bean it was giving the following error ServerLifecycleListener: Creating MBean for Connector [EMAIL PROTECTED] java.lang.Exception: ManagedBean is not found with Ajp13Connector at org.apache.catalina.mbeans.MBeanUtils.createMean(MBeanUtils.jav

apache/Jk problems

2004-02-24 Thread Joshua J. Cox
cal/tomcat/conf/workers.properties JkLogFile /usr/local/apache/logs/mod_jk.log JkLogLevel debug JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " JkMount /loadbalance/* worker1 Joshua J. Cox, Unix Systems Administrator, @Once direct.503.419.0550 reception.503.241.418

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

JNDI datasource frustrations...

2003-02-13 Thread White, Joshua A (CASD, IT)
maxWait 1 In the Tomcat console, I see the following: java.sql.SqlException: Cannot load JDBC driver class 'null' What am I doing wrong here? Joshua This communication, including attachments, is for the exclusive use of addressee and may contain p

RE: JNDI datasource frustrations...

2003-02-13 Thread White, Joshua A (CASD, IT)
Here is my entry in my web.xml: Sql Server Database Connection jdbc/joshsDB javax.sql.DataSource Container I am still at a loss. Any other ideas? -Joshua -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February

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 - 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.

Web app configuration problems

2003-02-14 Thread White, Joshua A (CASD, IT)
deploy using only the manager utility, how should I configure its JNDI resources so they work? -Joshua This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential or privileged information. If you are not the intended recipient

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

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

Configuring JNDI LDAP Datasource - NOT USED FOR AUTHENTICATION

2003-02-20 Thread White, Joshua A (CASD, IT)
someone give me an example? Joshua This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly

Tomcat Class loader problems?

2003-03-05 Thread White, Joshua A (CASD, IT)
? I am using Tomcat jakarta-tomcat-4.1.18 with jdk 1.3.1_07 on win xp. Joshua This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential or privileged information. If you are not the intended recipient, any use, copying, disclosu

Tomcat class loader problems?

2003-03-05 Thread White, Joshua A (CASD, IT)
? I am using Tomcat jakarta-tomcat-4.1.18 with jdk 1.3.1_07 on win xp. Joshua This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential or privileged information. If you are not the intended recipient, any use, copying, discl

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

Siteminder integration?

2003-06-11 Thread White, Joshua A (HTSC, CASD)
Hello all, Is there a plug-in available for integrating Tomcat with Siteminder? Has anyone figured this out? Regards, Joshua This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential or privileged information. If you are

Best practice development directory layout for deploying exploded war

2003-06-13 Thread White, Joshua A (HTSC, CASD)
put them in a separate directory and copy them there? Is the best practice to do it this way or to copy your jsp/classes/libs to another exploded directory all together? Best Regards, Joshua This communication, including attachments, is for the exclusive use of

context.xml question

2003-06-16 Thread White, Joshua A (HTSC, CASD)
Is it necessary to specify the docBase attribute of the Context element of the myWebApp/META-INF/context.xml file? Joshua This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential or privileged information. If you are not

context.xml question

2003-06-18 Thread White, Joshua A (HTSC, CASD)
config file as well as the war file in the install task. Is this how it is supposed to work? If your set the reloadable attribute of the context element to true, do you still need to use the ant reload task to pick up your changes? Regards, Joshua ... This communication, including

RE: RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-25 Thread White, Joshua A (HTSC, CASD)
Check out http://www.reynir.net/tomcat/tomcat_IIS_service.html for JK or http://www.reynir.net/tomcat/tomcat_IIS_service_jk2.html for JK2 installation instructions, that work. Regards, Joshua White -Original Message- From: Dominic Parry [mailto:[EMAIL PROTECTED] Sent

Unable to compile JSP on Win 2k sp3, tc 4.1.24 as service, sdk 1. 4.1_03 - Is there a solution?

2003-06-26 Thread White, Joshua A (HTSC, CASD)
first jsp, I receive the following error listed below. I have scoured the archives and found this problem mentioned numerous times but found no solution. If you know the solution to this problem, please point me in the right direction. Regards, Joshua org.apache.jasper.JasperException

referenced files such as images, js and css files seem to randoml y not get downloaded by the users browser

2003-06-26 Thread White, Joshua A (HTSC, CASD)
changed IE to check for a new version of the page every time. No silver bullet. I am not sure where to go with this. Any ideas? Regards, Joshua White This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential or privileged

context.xml in META-INF directory

2003-06-30 Thread White, Joshua A (HTSC, CASD)
Hello all, Does tomcat automatically look for a context.xml file in the META-INF directory? Can I just deploy the war or am I better off deploying the war by placing the context.xml file in the webapps directory? Is there a best practice for using the context.xml file? Regards, Joshua

Relative URL problem

2003-07-08 Thread White, Joshua A (HTSC, CASD)
other resources contain the slash (for example http://localhost:8080/myapp/myservlet). Any advice for handling relative urls on my default page? Regards, Joshua This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential or

RE: Relative URL problem

2003-07-09 Thread White, Joshua A (HTSC, CASD)
Bill, Is this a server.xml or web.xml option? Where should I be looking? If tomcat does a redirect to http://localhost:8080/myapp/, should I then see this in the browser? Joshua -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 11:48 PM To

Is it possible to add header values to the request (not the respo nse)?

2003-07-16 Thread White, Joshua A (HTSC, CASD)
site minder in my development environment, but I would like to simulate its functionality by placing values in the request header before my other filter looks for them. I know that you can place values in the response header. Can it be done with the request as well? Joshua This communication

RE: Is it possible to add header values to the request (not the r espo nse)?

2003-07-16 Thread White, Joshua A (HTSC, CASD)
Tim, The getHeader methods does not return any reference to any kind of header object which I could modify. I would have to create my own setHeader method instead. There has to be an easier way to do this. Any other ideas? -Joshua -Original Message- From: Tim Funk [mailto:[EMAIL

The system cannot find the file specified - HELP

2003-07-17 Thread White, Joshua A (HTSC, CASD)
When looking through the tomcat logs, I see no such thing. Could this be an ISAPI plugin problem? Regards, Joshua This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential or privileged information. If you are not the intende

Random, either Error 500: "The system cannot find the file specif ied " or images missing - Win2k : Tomcat 4.1.24 : IIS 5 : JDK 1.41

2003-07-17 Thread White, Joshua A (HTSC, CASD)
f the users go directly to tomcat (running on port 8080) these problems disappear. There are some known problems with IIS and isapi pluggins, but I cant tell if this is related. Anyone else experience Any help would be appreciated. Regards, Joshua This communication, including attachments, i

context.xml - what's the secret?

2004-03-25 Thread White, Joshua A (HTSC, CASD)
ava:5 18) at hibernateapp.DBTest.init(DBTest.java:24) . . . Regards, Joshua This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential or privileged information. If you are not the intended recipient, any use, copying, discl

RE: context.xml - what's the secret?

2004-03-25 Thread White, Joshua A (HTSC, CASD)
No, I am not currently using a war file. The ant deploy task is copying the updated files directly to the webapps directory. Joshua -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 7:52 AM To: Tomcat Users List Subject: Re

RE: context.xml - what's the secret?

2004-03-25 Thread White, Joshua A (HTSC, CASD)
Adam, I will certainly give that a try... Joshua -Original Message- From: Adam Fowler [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 7:55 AM To: 'Tomcat Users List' Subject: RE: context.xml - what's the secret? Try putting it in WEB-INF instead of

RE: context.xml - what's the secret?

2004-03-25 Thread White, Joshua A (HTSC, CASD)
No luck. I am using the ant install task to install the war. I have tried naming the context fragment both context.xml and myAppName.xml. Any other ideas? Joshua -Original Message- From: Chong Yu Meng [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 8:03 AM To: Tomcat Users

RE: context.xml - what's the secret?

2004-03-25 Thread White, Joshua A (HTSC, CASD)
I get plenty of negative responses -- but at least, Joshua, you'll get a lot of information !) White, Joshua A (HTSC, CASD) wrote: >No luck. > >I am using the ant install task to install the war. I have tried naming the >context fragment both context.xml and myAppName.