RE: Encrypt Tomcat 4.1 log and log4j.properties log with MD5

2007-06-20 Thread Nelson, Tracy M.
| From: Yulius [mailto:[EMAIL PROTECTED] | Sent: Wednesday, 20 June, 2007 05:07 | | I'm currently need to do the encryption towards the log files that has | been created by the webserver and the webapplication, so that only those | who has the password to decrypt the log files can read them.

RE: Design

2007-06-19 Thread Nelson, Tracy M.
| From: Pierre Goupil [mailto:[EMAIL PROTECTED] | Sent: Tuesday, 19 June, 2007 05:59 | | And, no, definitely you don't need EJB : that's a too heavy-weight | technology for such a project. And the learning curve is far more longer. Actually, with annotations and a supportive IDE (NetBeans, and

RE: Share one singleton across webapps

2007-06-18 Thread Nelson, Tracy M.
| From: Kevin Wilhelm [mailto:[EMAIL PROTECTED] | Sent: Monday, 18 June, 2007 08:59 | | Should I use Ant for deploying then? But I won't be able to debug | the webapps from within my IDE anymore since I am avoiding Eclipse's | deployment mechanisms. You should still be able to use Eclipse, just

RE: Accessing a class file under WEB-INF/classes from JSP

2007-05-25 Thread Nelson, Tracy M.
| From: Rajiv M [mailto:[EMAIL PROTECTED] | Sent: Wednesday, 23 May, 2007 13:41 | | Of course, adding package solves all the problems. But what can be | done to modify 3rd party classes already in WEB-INF/classes prior to | this Sun restriction... This is probably too simple, but can you simply

Accessing a class file under WEB-INF/classes from JSP

2007-05-23 Thread Rajiv M
Seems like with JDK 1.4, Sun has enforced classes belonging to the default package from being imported in JSP. Is the only way to resolve the problem is to include classes under a package and then import the package in JSP? Or is there some way in Tomcat which can cause JSP to access the class

Re: Accessing a class file under WEB-INF/classes from JSP

2007-05-23 Thread Rajiv M
No. This will again give class cannot be resolved to type error On 5/23/07, Robert Soeding [EMAIL PROTECTED] wrote: Does [EMAIL PROTECTED] import=YourClass% work? Rajiv M wrote: Seems like with JDK 1.4, Sun has enforced classes belonging to the default package from being imported in JSP

Re: Accessing a class file under WEB-INF/classes from JSP

2007-05-23 Thread Rajiv M
think Sun discontinued it. anw -Original Message- From: Robert Soeding [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 23, 2007 12:51 PM To: Tomcat Users List Subject: Re: Accessing a class file under WEB-INF/classes from JSP Does [EMAIL PROTECTED] import=YourClass% work? Rajiv M

RE: Error trapping

2007-05-18 Thread Nelson, Tracy M.
I actually have a note about this exact thing. Check here: http://randomcoolzip.blogspot.com/2006/02/hack-of-day.html | -Original Message- | From: David kerber [mailto:[EMAIL PROTECTED] | Sent: Friday, 18 May, 2007 12:47 | To: users@tomcat.apache.org | Subject: Error trapping | | In my

RE: Error trapping

2007-05-18 Thread Nelson, Tracy M.
getMethodName() *is* the utility routine. I intended to stick it in the base class for all of our business objects, so it would always be available. If you're going to use it extensively, you might want to put it in a utility class as a static method. Either way, you can just concatenate the

RE: Remote EJB calls from Tomcat 5 to Weblogic 8.1 appear to be s lower than from Weblogic 8.1 as a web server

2007-05-14 Thread Nelson, Tracy M.
| From: Jonathan Kitchner [mailto:[EMAIL PROTECTED] | Sent: Friday, 11 May, 2007 14:39 | | Under Tomcat the EJB calls are much slower ( I know that | Tomcat does not perform the actual call - we are using the thin client | from WebLogic). Were you using local EJB references in

Re: users Digest 9 May 2007 21:20:30 -0000 Issue 7269

2007-05-09 Thread Terence M. Bandoian
FYI- http://dev.mysql.com/doc/ -Terence M. Bandoian Subject: Re: Msql Connector/J From: Martin Gainty [EMAIL PROTECTED] Date: Wed, 9 May 2007 16:37:56 -0400 To: Tomcat Users List users@tomcat.apache.org To: Tomcat Users List users@tomcat.apache.org you and sven need to search

Re: Msql Connector/J

2007-05-09 Thread Terence M. Bandoian
FYI- http://dev.mysql.com/doc/ -Terence M. Bandoian Subject: Re: Msql Connector/J From: Martin Gainty [EMAIL PROTECTED] Date: Wed, 9 May 2007 16:37:56 -0400 To: Tomcat Users List users@tomcat.apache.org To: Tomcat Users List users@tomcat.apache.org you and sven need to search

HTTP compression

2007-04-27 Thread Rajiv M
hello, Does Tomcat support HTTP compression. If yes, is there a way to enable/disable this feature Rajiv - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: HTTP compression

2007-04-27 Thread Rajiv M
Message- From: Rajiv M [mailto:[EMAIL PROTECTED] Sent: Friday, April 27, 2007 5:10 PM To: Tomcat Users List Subject: HTTP compression hello, Does Tomcat support HTTP compression. If yes, is there a way to enable/disable this feature Rajiv

RE: Authenticating to ActiveDirectory from webapp

2007-04-24 Thread Nelson, Tracy M.
| From: David Kerber [mailto:[EMAIL PROTECTED] | Sent: Tuesday, 24 April, 2007 10:38 | | What is a good java package that I can use with my webapp to let my | customers authenticate against their active directory installation, from | my Tomcat 5.5.15 webapp? Can't you just use the standard Java

RE: Authenticating to ActiveDirectory from webapp

2007-04-24 Thread Nelson, Tracy M.
| From: David Kerber [mailto:[EMAIL PROTECTED] | Sent: Tuesday, 24 April, 2007 13:31 | | Nelson, Tracy M. wrote: | | Can't you just use the standard Java LDAP classes? Javax.naming.ldap.*, | javax.naming.directory.* and friends? AD is supposed to be | LDAPv3-compliant. | | That was one

RE: IDE

2007-04-19 Thread Nelson, Tracy M.
| From: David Short [mailto:[EMAIL PROTECTED] | Sent: Tuesday, 17 April, 2007 11:35 | | NetBeans uses the embedded Tomcat 5.5.17 by default. How can a newly | installed Tomcat 5.5.20 be configured to be used as the default? Right-click on your project in the Projects tab, click Properties,

Unable to Stop Tomcat

2007-04-17 Thread yeshvanthni m
Tomcat is configured as a windows service.When I try to stop service, I am unable to stop Tomcat .I get the following stack trace. I tried netstat -a and tomcat port is not listed there but still I am unable to start the service.I am not able to telnet to that port Apr 17, 2007 12:49:30 PM

Re: nsapi_redirector.so

2007-04-13 Thread Rajiv M
I have tried couple of tests with jsp and servlet redirection to Tomcat. jsp(s) work fine. Having a problem with servlets. To begin with, here is my obj.conf settings: NameTrans fn=pfx2dir from=/try dir=/usr/jakarta-tomcat-5.5.0/webapps ... NameTrans fn=assign-name from=/try/servlets-examples/*

Re: nsapi_redirector.so

2007-04-13 Thread Rajiv M
Cheers! - To start a new topic, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: nsapi_redirector.so

2007-04-12 Thread Rajiv M
Apologies for my ignorance. The server is up! I will try more tests with the tomcat connector redirection now. Thanks a trillion Rajiv - To start a new topic, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: nsapi_redirector.so

2007-04-12 Thread Rajiv M
Now I tried to follow the below URL: http://tomcat.apache.org/connectors-doc/webserver_howto/nes.html And modified the obj.conf to add these lines: NameTrans fn=pfx2dir from=/examples dir=/usr/jakarta-tomcat-5.5.0/webapps/jsp-examples NameTrans fn=assign-name from=/examples/jsp/*.jsp

Re: nsapi_redirector.so

2007-04-12 Thread Rajiv M
Ignore this mail. I sorted out the problem. Path configuration issues within obj.conf. Thanks a lot Rainer. BTW, Can the .so you supplied be used in production Thanks Rajiv On 4/12/07, Rajiv M [EMAIL PROTECTED] wrote: Now I tried to follow the below URL: http://tomcat.apache.org/connectors

Re: nsapi_redirector.so

2007-04-11 Thread Rajiv M
hi Rainer, Thank you for the libraries!! I picked nsapi_redirector.so_sjsws61_sp7_64 for tests on my Solaris 10 setup. Upgraded the Sun Web server to 6.1 SP7. Made the necessary configuration for Tomcat connector and started Tomcat. On launching Sun Web Server, now, I receive:

Re: nsapi_redirector.so

2007-04-11 Thread Rajiv M
Did the changes. Server still shows error on startup: [https-sun210dev2.in.ibm.com]: failure: CORE3170: Configuration initialization failed: Error running init function jk_init: unknown error nsapi.log indicates: [Thu Apr 12 03:16:31 2007] [1639:0001] [debug] do_shm_open::jk_shm.c (374):

unable to install tomcat 5.0

2007-04-11 Thread Tulasi Vani M
Hi, I'm trying to install tomcat 5.0 by downloading it directly from the apache official website. after unziping the same...im getting the error the specified service doesnot exist as an instaled service...unable to open the service tomcat can u suggest me whats to be done for this?The reason

Re: nsapi_redirector.so

2007-04-11 Thread Rajiv M
I was following the steps in the below URL: http://tomcat.apache.org/connectors-doc/webserver_howto/nes.html Now, when I see the jk binaries for Solaris: http://apache.siamwebhosting.com/tomcat/tomcat-connectors/jk/binaries/solaris/jk-1.2.21/ there are

nsapi_redirector.so

2007-04-10 Thread Rajiv M
Hello, Where can I download a pre-built nsapi_redirector.so (AJP13) for Solaris SPARC 10. Is it available in Apache downloads or archives. I was unable to build the library for various reasons. And one I obtained from internet causes SunOne server to error out at launch:

RE: Need help with authentication

2007-04-04 Thread Nelson, Tracy M.
IE is sending Pragma: no-cache when it requests the admin page (Request 3 in your previous message). Firefox isn't, so I'm guessing Tomcat is assuming that FF has a copy. This is just what I noticed, I'm not an HTTP or Tomcat expert. | -Original Message- | From: Kenneth Westelinck

RE: connection pool

2007-03-22 Thread Nelson, Tracy M.
| From: Gioia, Michael [mailto:[EMAIL PROTECTED] | Sent: Thursday, 22 March, 2007 08:36 | | Barry, how did you have a service stop and start on it's own, with out | rebooting the machine? You can probably use the NET START/STOP service-name commands in a script, and then run that script as a

RE: [OT]Re: Is better one or more Tomcat instances per machine

2007-03-14 Thread Nelson, Tracy M.
| From: Christopher Schultz [mailto:[EMAIL PROTECTED] | Sent: Wednesday, 14 March, 2007 10:37 | | The fact remains that you can't allocate a VM heap bigger than around | 1750MB on my 32-bit, 2.6 Linux kernel. Why not? If, as you stated earlier, you only have 1G of physical and 1G of virtual

RE: [OT]Re: Is better one or more Tomcat instances per machine

2007-03-14 Thread Nelson, Tracy M.
| From: Christopher Schultz [mailto:[EMAIL PROTECTED] | Sent: Wednesday, 14 March, 2007 12:05 | | Perhaps, but the JVM actually refuses to start right away. In my eat | all my memory tests, I was able to eat around 1.6GB before I brought my | machine to a crawl. It took more than a minute for my

RE: getRemoteAddr() returns IPv6 instead of IPv4

2007-03-14 Thread Nelson, Tracy M.
| From: jt [mailto:[EMAIL PROTECTED] | Sent: Tuesday, 13 March, 2007 13:11 | | When I make a request.getRemoteAddr() I receive an IPv6 address while I | want the IPv4. Is the request coming across an IPv6 interface? If so, I don't know that you can get an IPv4 address (without calling

RE: [OT]Re: Is better one or more Tomcat instances per machine

2007-03-14 Thread Nelson, Tracy M.
| From: Christopher Schultz [mailto:[EMAIL PROTECTED] | Sent: Wednesday, 14 March, 2007 15:02 | | In my tests on the larger machine, the JVM kindly tells me that it can't | give me that much memory, rather than crashing and burning as I would | expect after being tricked by the OS. Perhaps the

RE: IIS Experience Anyone?

2007-03-02 Thread Nelson, Tracy M.
| From: Scott Danforth [mailto:[EMAIL PROTECTED] | Sent: Friday, 02 March, 2007 14:16 | | If you've tried to use ISAPI_redirect.dll v 1.2.20 (successfully, or | not), could you reply with a few words? For example, what Windows OS and | IIS versions we're you using? This was a few years ago, but

Can tomcat send out event about persistent connection being closed?

2007-02-26 Thread M M
I am using Tomcat 5.5 and I would like to bind the HttpSession lifecycle with its underlying persistent connection lifecycle. Partically, if the persistent connection is closed due to connectionTimeout or client program exits, I would like to invalid the client's HttpSession, and if the

Re: Can tomcat send out event about persistent connection being closed?

2007-02-26 Thread M M
users@tomcat.apache.org Sent: Monday, February 26, 2007 4:28:58 PM Subject: RE: Can tomcat send out event about persistent connection being closed? From: M M [mailto:[EMAIL PROTECTED] Subject: Can tomcat send out event about persistent connection being closed? I am using Tomcat 5.5 and I would

RE: Installing Tomcat 6.0.9 on Sun Solaris

2007-02-20 Thread Nelson, Tracy M.
| From: Daniel Gresh [mailto:[EMAIL PROTECTED] | Sent: Monday, 19 February, 2007 15:43 | | I cannot run tar xvfz jsvc.tar.gz, as the | -z argument is not being recognized. The directions said GNU TAR was | needed, so I searched the web for that, but I came to a confusing site | that said

RE: Hot deploy without reloading

2007-02-16 Thread Nelson, Tracy M.
| From: René Schade [mailto:[EMAIL PROTECTED] | Sent: Friday, 16 February, 2007 08:26 | | I would like to let my JSP-pages hot-deploy without an explicit reload of | the application. Is that possible? In my current configuration, the | Servlets are hot-deploy without reload, just like I want it,

RE: help configuring tomcat to debug my application

2007-02-15 Thread Nelson, Tracy M.
| From: Marini, Joseph [mailto:[EMAIL PROTECTED] | Sent: Thursday, 15 February, 2007 13:07 | | I have installed tomcat 5.5.20 on an XP system. It has installed as a | service. | | I am trying to configure tomcat so I can remote debug my app via IDEA. In your Tomcat bin directory there should be

RE: [OT] RE: insight into model.do

2007-02-14 Thread Nelson, Tracy M.
| From: Steve Ingraham [mailto:[EMAIL PROTECTED] | Sent: Tuesday, 13 February, 2007 15:57 | | I have been reading everything I can online, I | have a Learning Java book that I am trying to read and understand, I | have enrolled in a Java class that is teaching me some basics of Java | coding.

RE: OutOfMemoryError (but not really out of memory?) cause tomcat processes to hang

2007-02-09 Thread Nelson, Tracy M.
| From: Tim Funk [mailto:[EMAIL PROTECTED] | Sent: Friday, 09 February, 2007 06:30 | | Pardon the bad math in the faq since 64*2!=256 ;) Obviously you were thinking 64 2 -- happens to everybody... ;) -

RE: [OT] Need help finding a Java class

2007-02-06 Thread Nelson, Tracy M.
| From: Steve Ingraham [mailto:[EMAIL PROTECTED] | Sent: Tuesday, 06 February, 2007 15:18 | | To answer your question about my Java experience, I | do not know much at all. I have started a Java for beginners class this | January that I am taking online and I am attempting to work through the |

RE: Context.INITIAL_CONTEXT_FACTORY

2007-02-01 Thread Nelson, Tracy M.
| From: Fran Varin [mailto:[EMAIL PROTECTED] | Sent: Thursday, 01 February, 2007 08:05 | | It boils down to my attempt at using | org.apache.naming.java.javaURLContextFactory. However, when I do I | receive javax.naming.NameNotFoundException: Name jdbc is not bound | in this Context:. Are you

RE: How do I increase performance on Tomcat?

2007-01-29 Thread Nelson, Tracy M.
| From: Gaurav Kushwaha [mailto:[EMAIL PROTECTED] | Sent: Monday, 29 January, 2007 06:11 | | I have an application that has been working fine for last half an year | or so. Recently the load has started increasing and the time it takes to | serve a request is going up significantly. When I

RE: Embedded Tomcat and application communication

2007-01-24 Thread Nelson, Tracy M.
| From: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED] | Sent: Tuesday, January 23, 2007 04:29 | | The application I am writing this for is a server daemon which has a cli | that enables the user to issue commands to it once it's up and running. Can you just fire up a shell

RE: Change the encoding format of xml outpu

2007-01-22 Thread Nelson, Tracy M.
| From: Sarah Parrott [mailto:[EMAIL PROTECTED] | Sent: Monday, 22 January, 2007 02:44 | | I'm writing out xml in a servlet not a jsp page so I can't use the page | declaration thing. So how are you writing it out? Just stuffing everything into a StringBuffer and then writing it out to a file?

RE: Accessing files from file server

2007-01-19 Thread Nelson, Tracy M.
| From: Priya Khanna [mailto:[EMAIL PROTECTED] | Sent: Friday, 19 January, 2007 03:58 | | But how can I use VFS in an intranet application which is web based? I can't answer exactly, since I've never used VFS, but I imagine all you would have to do is create a FileObject that points to the

RE: Accessing files from file server

2007-01-18 Thread Nelson, Tracy M.
| From: Priya Khanna [mailto:[EMAIL PROTECTED] | Sent: Thursday, 18 January, 2007 01:41 | | In my application my user will be logged in | as domain user only so is it possible to check at run time that who has | logged in and if user has access on file server then he can access the | files even

RE: Tomcat unexpectedly shuts down

2007-01-15 Thread Nelson, Tracy M.
| From: Brown, Carlton [mailto:[EMAIL PROTECTED] | Sent: Thursday, 11 January, 2007 16:49 | | In catalina.out I see the Anthill application going through a shutdown | sequence right before the time Tomcat dies. So my assumption, maybe | invalid, is that it's shutting down because Tomcat

RE: Running Tomcat5.5 as 64 bit application

2007-01-09 Thread Nelson, Tracy M.
| From: Jonas Fagerstrom [mailto:[EMAIL PROTECTED] | Sent: Monday, 08 January, 2007 20:17 | | Mladen Turk mladen.turk at jboss.com writes: | | Use 64 bit procrun (tomcat5.exe) from: | http://svn.apache.org/viewvc/tomcat/connectors/trunk/procrun/bin/ | (remove the .amd64 extension of course) |

RE: Java memory profiler

2007-01-09 Thread Nelson, Tracy M.
| From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] | lucent.com.au] | Sent: Monday, 08 January, 2007 20:22 | | I would like to profile a Tomcat application on Solaris machine. | [snip] | I would appreciate any suggestions. I can't say enough good things about JProbe (www.quest.com/jprobe). I

RE: Standards Complaint Browser Campaign

2007-01-08 Thread Nelson, Tracy M.
| From: Pierre Goupil [mailto:[EMAIL PROTECTED] | Sent: Saturday, 06 January, 2007 10:18 | | Does anyone know about Tomcat's generated HTML standards compliance ? In | developpement, I'm using Firefox Konqueror, but in production they will | be | using IE, so... Can it be that I run into

RE: Standards Complaint Browser Campaign

2007-01-08 Thread Nelson, Tracy M.
| From: Christopher Schultz [mailto:[EMAIL PROTECTED] | Sent: Sunday, 07 January, 2007 09:56 | | At any rate, you should try to avoid anything that's not a W3C standard. Yeah, so stay away from Mozilla's little shortcuts like using document.getElementsByTagName('tag')['name'] (gEBTN() is defined

RE: web application - student need help

2007-01-08 Thread Nelson, Tracy M.
articles relating to the growing | pains you mentioned regarding Slashdot, Granddaddy and MySpace? | | Thanks | Scott Ross | | -Original Message- | From: Nelson, Tracy M. [mailto:[EMAIL PROTECTED] | Sent: Monday, January 08, 2007 11:01 AM | To: Tomcat Users List | Subject: RE: web

Re: [ANN] Apache Tomcat 4.1.34 is voted stable

2006-10-09 Thread Nicolouw M. Kruger
Pardon the final line of my posting should have read: So should we upgrade to Tomcat 4.1.31 or to 4.1.34 - what is best practice given our problem? Nicolouw M. Kruger [EMAIL PROTECTED] wrote in message news:... Mark Thomas [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] The Apache

jk_ajp_common.c : Error sending request try another pooled connection

2006-09-21 Thread M . K
Hi, When I start the Tomcat then Apache the application works fine. but after a while if browse the web application * the tomcat crashs*. The system that I have: *linux fedora core 3, apache 2 and tomcat 5.5.9 * This is what I got from mod_jk.log [Wed Sep 20 16:46:18 2006] worker1

Re: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Bruno M Luque
I would use Nagios, its worth the effort of dealing with C, you dont have that meny choices!, cheers On 8/24/06, Andrés González [EMAIL PROTECTED] wrote: Hi. I'm searching a tool similar to nagios wich allows me do client-side real testing of my Tomcat webapps. Something that lets me do a

Dynamically Determining the Web App

2006-08-09 Thread Kohn, Robert M.
Dear Friends, I have two web apps that are identical except for their root directory (and context entry in server.xml). Is there any way of determining from within a servlet which one is actually running? Or, alternatively, is there a way of retrieving values from the context section of

Connector Problems -

2006-08-08 Thread M. Goodell
find the workers.properties file. Also, it looks as though the mod_jk is loading due to Apaches lack of complaining. Any help / direction or chastisment on this would be welcomed. Many thanks! M Goodell - Stay in the know. Pulse

RE: Connector Problems -

2006-08-08 Thread M. Goodell
: LoadModule jk_module C:/Program Files/Apache Group/Apache2/modules/mod_jk.so Since you have windows, shouldn't the mod_jk load library be a dll rather than so? I believe you have referenced the incorrect mod_jk. -Original Message- From: M. Goodell [mailto:[EMAIL PROTECTED] Sent

Re: Connector Problems -

2006-08-08 Thread M. Goodell
use the .so with Apache even though you might be on Windows. In reality I would think the error would be much different if Apache couldn't load mod_jk.so. Your Apache config mentions use of a worker named ajp13. Is that one working, and if so, where is it configured? --David M. Goodell wrote

Re: Connector Problems -

2006-08-08 Thread M. Goodell
' and 'worker1'. Where is the worker 'ajp13' configured? Are you able to successfully get to /axis or /servlet-examples? --David M. Goodell wrote: Yes, the ajp13 connector is working great. It is configured in server.xml as: enableLookups=false redirectPort=8443 protocol=AJP/1.3 / Is this what your

Re: Connector Problems -

2006-08-08 Thread M. Goodell
/MGGWebApp/* worker1 --David M. Goodell wrote: Yes, I am able to access all web apps that are using ajp13. The only one that does not work is the /MGGWebApp which uses worker1 The ajp13 is configured in the server.xml file. That is the only reference to it. David Smith wrote: I meant

Re: Connector Problems -

2006-08-08 Thread M. Goodell
the configuration. # all on one line Alias /jsp-examples C:/Apache/Tomcat/webapps/jsp-examples # separate line JkMount /jsp-examples/*.jsp worker1 Hope this helps. /mde/ just my two cents . . . . --- M. Goodell wrote: I am unable to get the tomcat connectors to work after spending hours

Re: Connector Problems - FIXED!! THANK EVERYONE!!

2006-08-08 Thread M. Goodell
YES! That was it. The following *MUST* be declared outside the VirtualHost directive: LoadModule jk_module modules/mod_jk.so JkWorkersFile conf/workers.properties JkLogFile logs/mod_jk.log JkLogLevel debug As soon as they were moved outside the VirtualHost Directive the

Tomcat Book Recommendation?

2006-08-08 Thread M. Goodell
approach to Apache / Tomcat development with the emphasis on Tomcat of course. Thanks, M Goodell - Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.

List etiquette

2006-07-22 Thread Terence M. Bandoian
I agree. That type of behavior has no place in any professional forum. -Terence M. Bandoian On 7/21/06, Mead, Jennifer L - VSCM [EMAIL PROTECTED] wrote: Could this person (inject other undesirable word) please consider the fact that women are in the user's group also. Jennifer, I quite

Relative Link Question

2006-04-15 Thread Terence M. Bandoian
application which will pay dividends if you ever have to move the application. One specific example of this would be performing maintenance or further development on a non-production system. -Terence M. Bandoian -Original Message- From: Steven Huey [mailto:[EMAIL PROTECTED] Sent: 14 April 2006 23

How to populate session after authenticate

2006-03-28 Thread Terence M. Bandoian
Hi- As I understand it, HttpServletRequest.getRemoteUser() returns the user name entered if HTTP authentication (RFC2617) is used. According to the JavaDoc, its return value is Same as the value of the CGI variable REMOTE_USER. -Terence M. Bandoian Subject: Re: How to populate session after

installing admin package

2006-03-16 Thread Érico M. Teixeira
Hi, where can I get the adimn package to install in my tomcat ? The version that I am working with is 5.5.15 Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat serving wrong content

2006-02-27 Thread M. Schot
Hi All, I have sent this question a few weeks ago, but got no replies. So lets try again. The problem is that when I request a JSP from Tomcat 5.0.28 which includes stylesheets and images, also served from the same instance, Tomcat sends the wrong content with the right URL. Let's say two

Re: Tomcat serving wrong content

2006-02-27 Thread M. Schot
-- !--DOMAIN: LTCI30463-- !--MSUSER: Schot M.--link rel=stylesheet type=text/css href=/plaza_css/replacement_retail.css //head bodydiv id=outer div id=top div id=topSpacer!-- comment om dit veld geen default hoogte te geven --/div div id=topLinks a href=/ target = _selfHome

Re: Tomcat serving wrong content

2006-02-27 Thread M. Schot
machines where hyperthreadin is enabled. Kind regards, Marcel Schot On 2/27/06, M. Schot [EMAIL PROTECTED] wrote: Hi David, I also have a Fiddler http://www.fiddlertool.com/fiddler/ session that contains the problem. An example is the following JSP with just static content: (it is in Dutch

Re: Tomcat serving wrong content

2006-02-27 Thread M. Schot
machines where hyperthreadin is enabled. Kind regards, Marcel Schot On 2/27/06, M. Schot [EMAIL PROTECTED] wrote: Hi David, I also have a Fiddler http://www.fiddlertool.com/fiddler/ session that contains the problem. An example is the following JSP with just static content: (it is in Dutch

Re: Client Cert

2006-02-21 Thread David Tonhofer, m-plify S.A.
(www.phoex.com) in an applet So, now the user can choose the cert to send to server. It works on Windows keystore. On 2/17/06, David Tonhofer, m-plify S.A. [EMAIL PROTECTED] wrote: --On Friday, February 17, 2006 2:01 PM -0300 Luis Henrique [EMAIL PROTECTED] wrote: I dont care about the session

Re: Client Cert

2006-02-17 Thread David Tonhofer, m-plify S.A.
--On Friday, February 17, 2006 2:01 PM -0300 Luis Henrique [EMAIL PROTECTED] wrote: I dont care about the session security. I just want to associate the broser user with one in my database. For this a need to get his cert. You *can* set up HTTPS then drop to NULL encryption :-P To get the

MySQL Database / Tomcat Exceptions

2006-02-07 Thread Terence M. Bandoian
Hi- If it isn't already, enabling MySQL error log warnings may provide you with additional information. -Terence M. Bandoian From: Richard S. Huntrods [mailto:[EMAIL PROTECTED] Subject: RE: Would like to know what might be causing this exception in servlet I have one more. This *IS* a real

Re: RFC2268

2006-02-07 Thread David Tonhofer, m-plify S.A.
This? http://rfc.net/rfc2268.html --On Tuesday, February 07, 2006 2:10 PM -0500 Martin Gainty [EMAIL PROTECTED] wrote: Good Afternoon All I am attempting to locate RFC2268 (RC2) java security providers for J2SDK 1.42 Suggestions??? Thanks, Martin-

automating use of webXmlFragment result - how to do?

2006-02-02 Thread Terence M. Bandoian
Hi- If you're using Ant, you might try adding a concat task to combine generated_web.xml with predefined header and footer files. -Terence M. Bandoian Subject: automating use of webXmlFragment result - how to do? From: Olinga K. Abbott [EMAIL PROTECTED] Date: Wed, 1 Feb 2006 14:58:27

Re: Download file Problem - 404 error

2006-01-31 Thread DEEPA M N
(); propFile.load(in); } catch (IOException ignore){} separator = /; // Get the directory from the application.properties file // e.g. C:\\Temp\\Files\\ root = propFile.getProperty(app.directory); } Code continues... I m typing the url as http://localhost:8080/Downloadfile/servlet/DownloadFiles I

Re: Download file Problem - 404 error

2006-01-31 Thread DEEPA M N
I hav changed web.xml after including package. In this code i m not accessing the servlet thr' html rather i m using the url in the browser window. http://localhost:8080/DownloadFile/servlet/DownloadFiles vineesh kumar [EMAIL PROTECTED] wrote: one more thing u can do is put

Re: From Java to C#, ASP.NET [Off Topic]

2006-01-31 Thread David Tonhofer, m-plify S.A.
you need a full blown app server to do them (...) This paragraph made me think of this article by Neil_Ward Dutton http://www.regdeveloper.co.uk/2005/12/16/service_component_architecture/: I’m happy to admit that there’s long been a conspiracy theorist living in my brain, telling me that J2EE

Re: Re: was 404 - now 500

2006-01-31 Thread DEEPA M N
Hi, I jus tried this. I created another folder under webapps and the tree structure is as below. Download1-- --WEB-INF/web.xml --WEB-INF/classes/com/deepa/servlet/DownloadFiles.class --WEB-INF/lib Download1 is under webapps folder. But after trying this too i am getting the

Re: Download file Problem - 404 error

2006-01-31 Thread DEEPA M N
Hi, wen i checked the log file, i think the error might be in the line of the code. root = propFile.getProperty(app.directory); This code should be able to download the files from the server. so i m using application.properties where app.directory=D:\\temp\\files\\ I doubt

Download file Problem - 404 error

2006-01-30 Thread DEEPA M N
Hi I m using Jdk1.5 and Tomcat 5.0.28 for my proj. I have written a code which can download a file from the server. The code is compiling properly. I pasted the .class file in the webapps/DownloadFile/WEB-INF/classes/ Also i hav written web.xml in the WEB-INF folder. After running

Re: Download file Problem - 404 error

2006-01-30 Thread DEEPA M N
Hi Thank u, I did as u mentioned. But wen i run the appln now, i m getting this error. Http status 500: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception

Re: Download file Problem - 404 error

2006-01-30 Thread DEEPA M N
Hi Anto Paul, Ya I extended HttpServlet method and also service() method. I also tried wit packages, but also i m getting some sort of error. Pls help me. I greatly welcome ur help. Thank u Deepa - Jiyo

Re: Download file Problem - 404 error

2006-01-30 Thread DEEPA M N
Hi Vineesh, The class name is DownloadFiles.class Pls let me know wat is access permissions of the class and tomcat. I m posting my web.xml after including package. ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3

Re: Download file Problem - 404 error

2006-01-30 Thread DEEPA M N
Hi, Here is a log file. Pls let me know how can i correct it. 2006-01-31 10:30:54 StandardWrapperValve[DownloadFiles]: Allocate exception for servlet DownloadFiles javax.servlet.ServletException: Error allocating a servlet instance at

Re: Download file Problem - 404 error

2006-01-30 Thread DEEPA M N
Hi I did as u said. This is wat the error i m getting. D:\Tomcat5.0\jakarta-tomcat-5.0.28\webapps\DownloadFile\WEB-INF\classesjava com.deepa.servlet.DownloadFiles Exception in thread main java.lang.NoClassDefFoundError: com/deepa/servlet/DownloadFiles (wrong name: DownloadFiles

Re: Download file Problem - 404 error

2006-01-30 Thread DEEPA M N
Hi, I hav set the classpath in the environment variables as below D:\Tomcat5.0\jakarta-tomcat-5.0.28\common\lib\servlet-api.jar Let me know is this correct? regards Deepa vineesh kumar [EMAIL PROTECTED] wrote: Deepa this error comes bcos the classpath of urs is not set

RE: From Java to C#, ASP.NET [Off Topic]

2006-01-29 Thread David Tonhofer, m-plify S.A.
David Thielen [EMAIL PROTECTED] wrote My conclusion between the two (now that .NET 2.0 has shipped) is: Portable - java Otherwise - .NET. A lot of the .NET advantage comes from the fact that the entire stack is from Microsoft so it all just works and is easy to use. Thanks - dave S'probably

RE: Absolute Guide for config of JDBC Connection Pool ?

2006-01-20 Thread g m
the tag, but it's an extra file to be installed in addition to the WAR. Hope this helps. At least it's shorter than http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-exampl es-howto.html. :-) On 1/19/06, g m wrote: There seems to be 'truckloads' of information on just as many forums

RE: Absolute Guide for config of JDBC Connection Pool ?

2006-01-20 Thread g m
Thanks! g m [EMAIL PROTECTED] wrote: Agreed! Simple no-nonsense description - I shall give it a 'whirl' . Thanks Len - your on my Xmas list ;-) Durfee, Bernard wrote: Excellent! That is the exact documentation that should be on the Tomcat site. It would also be nice to see

RE: Absolute Guide for config of JDBC Connection Pool ?

2006-01-20 Thread g m
. Bernie Durfee -Original Message- From: g m [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 6:22 AM To: Tomcat Users List Subject: RE: Absolute Guide for config of JDBC Connection Pool ? Ok, I have tried itit fails ..or maybe I am helping it fail? Been fighting

Tomcat does not respond any request after several days

2006-01-19 Thread Cuong M Tran
Hi, I got a serious problem when I deploy my software on to customer's server. The Tomcat server runs fine in several days (could be 1 or 2,3,4 days unexpectedly) but then it does not respond any request and produce any output (also no error code). It only happens to me only on that server.

Absolute Guide for config of JDBC Connection Pool ?

2006-01-19 Thread g m
There seems to be 'truckloads' of information on just as many forums on how best to setup a JDBC connection pool, varying from which file to put what entries (server.xml, context.xml, web.xml) etc It looks like the same questions be asked in a slightly different fashion and for

Authenticating LDAP users without their input - doable?

2006-01-18 Thread g m
I have a critical 'challenge' It is possible to authenicate on Tomcat using LDAP (Active Directory) (using MS IE browser), but, 'without' the user inputing their username and password - that is, use the cached credentials from user when they logged into the system.

RE: Authenticating LDAP users without their input - doable?

2006-01-18 Thread g m
the passwords. -Dennis -Original Message- From: g m [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 7:42 AM To: Tomcat Users List Subject: Re: Authenticating LDAP users without their input - doable? Tim, Wow!..unless I am mistaken this is 'sort of' (exactly) what I was looking

<    2   3   4   5   6   7   8   >