hot redeploy now work. locked jsf-impl.jar

2005-10-08 Thread dean
eletes previous xsoft directory, redeploys app and restarts tomcat but this takes forever. dean - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: hot redeploy now work. locked jsf-impl.jar

2005-10-08 Thread dean
to match his also. Could not figure out what was wrong? thanks, dean > Take a look at http://issues.apache.org/bugzilla/show_bug.cgi?id=10026. It > may > be related. > > Mark > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >&

SessionListener invoked sometimes and not others

2005-10-08 Thread dean
with this kind of problem? thanks, dean - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Can Tomcat 4 be configured to listen on two ports simultaneously

2003-03-13 Thread Dean Fantham
Are you starting tomcat as root? You will need to start as root in order to be able to bind to port 80 on Linux (any port under 1024). Dean -Original Message- From: Marina McGale [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 9:43 AM To: [EMAIL PROTECTED] Subject: Can Tomcat 4

Tomcat 4.1.18 not finding JAR's under WEB_INF/lib directory

2003-03-26 Thread Dean Fantham
he webapps directory under CATALINA_HOME. It is not an option to run it with CATALINA_HOME and CATALINA_BASE set the same. Thanks, Dean Errors reported in Tomcat Logs: 2003-03-26 07:41:56 HostConfig[localhost]: Deploying web application directory edgile 2003-03-26 07:41:56 StandardHost[localhost]: Inst

RE: why has tomcat just crashed

2003-03-31 Thread Dean Fantham
Is localhost somehow removed from the host file?? (windows/systems32/drivers/etc/hosts)? It should be aliased to 127.0.0.1 with: 127.0.0.1 localhost Dean -Original Message- From: JS [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 10:57 AM To: [EMAIL PROTECTED] Subject: RE

Re: Urgent : Can we restrict access to a directory in tomcat

2003-06-09 Thread Dean Fantham
There is no guaranteed way to stop someone directly access a gif image via a browser url, because this is how an image is accessed by the browser itself anyways. The browser just makes a HTTP get request to the web-server (in this case tomcat) requesting the URL of the image to be included in the

Client Certificates & Authentication in Tomcat v4.1.24

2003-06-26 Thread Dean Thompson
ggest a reason as to why this behaviour is happening and what the solution is to it? I would be interested to hear from anyone who has actually implemented client authentication with Tomcat, especially the generation of the CA and client certificates. Than

Re: Client Certificates & Authentication in Tomcat v4.1.24

2003-06-28 Thread Dean Thompson
ommands I am using off the list so that you can see the process that I am going through. Thanks in advance. Dean Thompson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat fails to start under win2k-"pro"

2003-07-08 Thread Dean Karres
half a building away and I was distracted on the way back. I do know this is coming from the catalina.bat script though. I ran: catalina.bat start and received the same message. Dean...K... -- Dean Karres / [EMAIL PROTECTED] / itg.uiuc.edu Imaging Technology

Problem building mod_jk2 on Freebsd 4.8-RELEASE

2003-09-01 Thread Dean Searle
--END SNIPPET--- Am I missing something here or have I done something completely wrong? I apologize for the length of this email. Any help is appreciated. If you require more information please let me know. Thank you in advance. Dean Searle Computin

RE: Tomcate and Windows XP Question

2003-09-07 Thread Dean Searle
stening to. [INFO] Http11Protocol - -Starting Coyote HTTP/1 [INFO] ChannelSocket - -JK2: ajp13 listening on [INFO] JkMain - -Jk running ID=0 time=0/31 con jk2.properties [INFO] Catalina - -Server startup in 5218 ms Dean Searle Computing Oasis 989.245.7369 (p) 989.9

RE: error during make JK2

2003-09-16 Thread Dean Searle
I find that using gmake instead allows the comile to complete. I think that gmake is GNU's make. I have seen this problem in other postings and found one that recommended using gmake instead. I hope that this helps you. Dean -Original Message- From: Johan Lo

RE: jk2_init() Can't find child

2003-09-17 Thread Dean Searle
Wouldn't that change be put in the workers2.properties file, since their using mod_jk2? -Original Message- From: Vikram Goyal [mailto:[EMAIL PROTECTED] Sent: Wed 9/17/2003 3:00 AM To: Tomcat Users List; Johan Louwers Cc: Subject: Re: jk2

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-25 Thread Dean Searle
many months. The document is about 20 pages long give or take. I don't have it in front of me at this time. I can post it as a pdf or RTF. Let me know which version is more acceptable. Dean -Original Message- From: Joe Mihalich [mailto:[EMAIL PROTECTED]

RE: Virtual Host, Locations and Mod_JK2

2004-04-13 Thread Dean Searle
I have found that if you do the following it works for me: JkUriSet worker ajp13:localhost:28009 Hope that this helps, I have found that by doing this I can redirect any file type to be handled by Tomcat. Dean -Original Message- From: Alexander F. Hartner [mailto:[EMAIL

RE: LDAP connection problem through JSP

2003-12-01 Thread Dean Searle
This is the simple jsp I used to test my JNDI Connection with: <% String id = request.getRemoteUser(); out.write("User: " + id); %> See if that helps any. Dean -Original Message- From: Damien Pacaud [mailto:[EMAIL PROTECTED] Sent: Mon 12/1/2003 06:0

Creating Database realm problem...

2004-01-14 Thread Richard Dean
Hi, I am tearing my hair out at this one! I am attempting to set up JDBCRealm for my tomcat installation (vers 4.1) and I keep getting the: Catalina.start: LifecycleException: Exception Opening Database Connection: Java.sql.SQLException: Com.ibm.db2.jdbc.app.DB2Driver when I try and start tomcat

Requiring SSL for web sites

2004-01-29 Thread Dean Searle
folders use SSL only. Because I can get to http:\\localhost (as an example) also with no problem. Any help would be greatly appreciated. Dean Searle - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Requiring SSL for web sites

2004-01-29 Thread Dean Searle
Sorry for the bother I found the answer I was looking for further down in previous posts, but thanks anyways. Dean -Original Message- From: Dean Searle [mailto:[EMAIL PROTECTED] Sent: Thu 1/29/2004 1:13 PM To: Tomcat Users List Subject: Requiring SSL for web sites Hello to Everyone

RE: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-03 Thread Dean Searle
this helps you out.*** Dean -Original Message- From: Oscar Carrillo [mailto:[EMAIL PROTECTED] Sent: Mon 2/2/2004 4:04 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16 Hi, The JkMount directives tell Apache to pass these request thru

RE: workers2.properties syntax

2004-02-04 Thread Dean Searle
What aspects are you wanting to change and I'll see if I can help explain them. I'm somewhat new to this also, but have spent almost a year decipering and figuring things out. Dean -Original Message- From: Alvaro Seixas [mailto:[EMAIL PROTECTED] Sent: Tue 2/3/2004 3:15 PM

URL Redirect

2004-02-18 Thread Dean Searle
.com/domain2 Is there a feature like that in Tomcat, either in the server.xml or web.xml, I'm probably guessing server.xml. Any help is greatly appreciated. Thank you in advanced, Dean - To unsubscribe, e-mail: [

No error message when welcome page is not present

2004-03-17 Thread Dean Searle
,jsp) It takes me to tomcat manager page. Without restarting anything I can put a valid file in the folder and site works fine. Where can I shut this off at? I would like to get an error page, since I have directory listing shut off. Would it be in web.xml or server.xml? Thanks in advance, Dean

RE: Multiple Host (no apache or iis)

2004-03-17 Thread Dean Searle
. 80 is the default http port. Best regards, Dean -Original Message- From: Roland Carlsson [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 2:24 PM To: Tomcat Users List Subject: Multiple Host (no apache or iis) Hi! I have tried to search for this but all hits seems to be about

RE: Tomcat configuration

2004-03-24 Thread Dean Searle
you set the heap size also. Hope this helps. Dean -Original Message- From: Adam Brundrett [mailto:[EMAIL PROTECTED] Sent: Wed 3/24/2004 9:59 AM To: Tomcat Users List Subject: Re: Tomcat configuration Hmm...not sure on Windows but on unix you set an environment variable called CATAL

Securing a folder

2004-03-25 Thread Dean Searle
plain this more. Not sure if this helps or not: Windows 2000 Server SP4 Tomcat 4.1.24 LE Apache 2.0.46 JDK 1.4.1_02 Thank you for time Dean - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-27 Thread Dean Searle
marc.theaimsgroup.com, groups.google.com and from Apache.org. I am not intentionally delaying this document, but I need to change some of the settings as to not reveal our internal workings. Thank you for your patience and allowing me to post this information. Dean Searle Computing Oasis

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-27 Thread Dean Searle
documenting on how to use IP based virtual hosts with Apache2 and Tomcat 4.1. This should be complete hopefully in the next week or two. I am also documenting the same steps for A FreeBSD 5.0 release install if there is anyone interested. Dean Searle Computing Oasis 989.245.7369 (p) 989.921.3904 (f

JSP Compilation Issues

2003-09-30 Thread Dean Fantham
occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file C:\dean\dev-tools\Tomcat 4.1\work\Standalone\localhost\_\schedule\operational\view_month_jsp.java:116 12: code too large for try statement } catch (Throwable t) { ^ C:\dean\dev-tools\Tomcat 4.1\work

RE: Installing Tomcat 4.1.24 as a service on Win 2000 - won't start

2003-10-02 Thread Dean Searle
e all under the system variables and not the user variables. Keep in mind that your vesion of JDK will determine the correct syntax. Dean -Original Message- From: Seth Rubin [mailto:[EMAIL PROTECTED] Sent: Thu 10/2/2003 12:06 AM To: Tomcat Users List Cc: Subject:

RE: mod_jk2 hangs?!

2003-10-02 Thread Dean Searle
needs to go. Just make sure that both files point to the same place. Dean -Original Message- From: Christian Traber [mailto:[EMAIL PROTECTED] Sent: Thu 10/2/2003 3:43 AM To: Tomcat Users List Cc: Subject:mod_jk2 hangs?! Hi, I use apache 2.0.46, mod_jk2, tomcat4.1.18

RE: mod_jk2 hangs?!

2003-10-02 Thread Dean Searle
guess no since it only collects information and has no bearing on performance. So I suppose you could create two and try that. Let me know if that works for you. Dean Searle Computing Oasis 989.245.7369 (p) 989.921.3904 (f) -Original Message- From: Christian Traber [mailto:[EMAIL P

RE: tomcat4.1.24 + apache_2.0.47 + connectors-jk2.0.2

2003-10-17 Thread Dean Searle
numerous posts in the archives about this also. Cheers --Dean -Original Message- From: Srinivasu Gandu [mailto:[EMAIL PROTECTED] Sent: Fri 10/17/2003 09:34 To: 'Tomcat Users List' Cc: Subject:tomcat4.1.24 + apache_2.0.47 + connectors-jk2.0.2 Hi, I ha

RE: jk or jk2

2003-10-30 Thread Dean Searle
PDF please. -Dean -Original Message- From: Florian Ebeling [mailto:[EMAIL PROTECTED] Sent: Thu 10/30/2003 09:42 To: Tomcat Users List Cc: Subject:Re: jk or jk2 Hi Bernhard, > Here's a great book including mod_jk2: > http://www.oreilly.de/catalog/tomcat/in

RE: jk or jk2

2003-10-31 Thread Dean Searle
my case I have each web application running on a seperate instance of tomcat that I can turn on/off without affecting the other instances. I hope that this helps clarify some thing for you. Dean BEGIN CODE # only in the beginning. In production uncomment it out [logger.apache2] level=DEBUG [sh

RE: JNDIRealm...more

2003-11-04 Thread Dean Searle
--> this is necessary to traverse the full AD without knowing the user's base location. I hope that this clears up some issues for you. Please let me know if I can help you more. Dean E. Searle Computing Oasis 989.245.7369 (P) 989.921.3904 (F) -Original Message- From: Robyne V

RE: mod_jk2, virtual hosts

2003-11-05 Thread Dean Searle
w/htdocs/www. Hope this helps, Dean -Original Message- From: Frank Epistone [mailto:[EMAIL PROTECTED] Sent: Tue 11/4/2003 14:28 To: [EMAIL PROTECTED] Cc: Subject:mod_jk2, virtual hosts Hi everybody, I'm experiencing some strange problems with mod_jk2 and Apache T

RE: JNDIRealm...more

2003-11-05 Thread Dean Searle
. -Original Message- From: Robyne Vaughn [mailto:[EMAIL PROTECTED] Sent: Wed 11/5/2003 13:46 To: Tomcat Users List Cc: Subject:RE: JNDIRealm...more Dean! Mine works! A thousand thanks! I hope I can return the favor some time. Your nice explanation helped. I did not

RE: JNDIRealm...more

2003-11-06 Thread Dean Searle
getRemoteUser(), if your familiar with jsp's then you'll know how to use it. Unfortunately I don't, but I guess that is why we have web application developers on staff. :-) Dean Searle Computing Oasis 989.245.7369 (p) 989.921.3904 (f) -Original Message- From: Robyne Vaughn

RE: Tomcat + jk2 connector configuration

2003-11-07 Thread Dean Searle
that this helps you out. I am currently running with three seperate instances from one binary install of tomcat. This allows me the flexibility to start and stop each instance without afecting the the other two. Dean -Original Message- From: Tatu Vanhanen [mailto:[EMAIL PROTECTED

Load balancing a standalone Tomcat 4.1

2003-11-11 Thread Dean Searle
I have searched around to find this and have found nothing, but is it possible to load balance a complete standalone Tomcat server or cluster standalone Tomcat's doing HTTP and Application requests? Thank you everyone in advance

RE: Load balancing a standalone Tomcat 4.1

2003-11-11 Thread Dean Searle
alone Tomcat 4.1 Yes you can cluster and load balance tomcat using mod-jk2 Connector -Original Message- From: Dean Searle [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 2:27 PM To: Tomcat Users List Subject: Load balancing a standalone Tomcat 4.1 I have searched around to find

RE: Load balancing a standalone Tomcat 4.1

2003-11-11 Thread Dean Searle
Thank you very much, Yoav. Reading through it looks like I would need the assistance of Apache anyways, or can I have an instance of Tomcat listening on port 80 and do the load balancing? Dean -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tue 11/11/2003

RE: Load balancing a standalone Tomcat 4.1

2003-11-11 Thread Dean Searle
Again thank you, I'll take some time and read this and if I have any questions I'll make a new posting here. Thanks, Dean -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tue 11/11/2003 14:58 To: Tomcat Users List Cc: Subject:

Unique error message when starting Tomcat 4.1.27

2003-11-14 Thread Dean Searle
atalina.startup.Bootstrap.main(Bootstrap.java:203) >From what I can guess it looks like it has IPv4 disabled, but not sure where that occurred at? This usually works well. Any help with this would be appreciated. Also I cvsup'd on Nov 14 a

RE: Unique error message when starting Tomcat 4.1.27

2003-11-17 Thread Dean Searle
ok, sorry I didn't see that in the error message until I reread it. I'll use the flag -Djava.net.preferIPv4Stack=true and see if that helps. Thank you again, Dean -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Mon 11/17/2003 09:02 To: Tomcat

RE: Unique error message when starting Tomcat 4.1.27

2003-11-17 Thread Dean Searle
Yoav, That worked. I put JAVA_OPTS=-Djava.net.preferIPv4Stack="true" for run,start and stop in my catalina.sh and now it starts. Thank you very much Dean -Original Message- From: Dean Searle Sent: Mon 11/17/2003 10:04 To: Tomcat Users List Cc: Subject:

Tomcat IIS how to

2001-06-03 Thread Jimmie Dean
on). Somehow the registry entry was not recognized by IIS. Is there any other document can help? Thanks and regards Jimmie Dean _ Get your FREE download of MSN Explorer at http://explorer.msn.com

jsp engine failing to find sun.tools.javac.Main...

2000-12-05 Thread Tony Dean
a:210) at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:407) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:484) Any clues to what's going on would be greatly appreciated. Tony Dean SAS Insti

help with installation

2001-04-25 Thread Dean Hiller
server.xml, I can't just keep commenting them out every time after starting tomcat which will happen very often because I am doing some tutorials. Dean

maxProcessors

2002-03-19 Thread Dean Hiller
basics are out of the way, what is maxProcessors for? If I set it to 10 let's say, am I only going to be allowed 10 simultaneous requests from browsers, that next request will be refused if the load is too high. thanks for any info you can provide, Dean -- To unsubscribe: <mailto:[EMAIL P

many java processes

2002-03-21 Thread Dean Hiller
many processes and this is due to a JVM thing not tomcat. Does anybody know or is everyone just sitting by with many many java processes on their linux? Any help, pointers you could give me would be great, thanks, Dean -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional co

Re: many java processes

2002-03-21 Thread Dean Hiller
than why do they all have a different process id?? Also, how what would the option be to turn off viewing of threads and just view processes? thanks for your help Jay, Dean "D. Jay Newman" wrote: > > On linux did anybody ever get a linux patch for fixing the problem of one pr

Re: many java processes

2002-03-21 Thread Dean Hiller
thanks all for the help, I have a much better understanding of what is going on. Our customers were complaining about that. I will contact redhat as to see if they are going to fix that or not. thanks, Dean Furmaniak Christophe wrote: > > > > pstree -p might help to show what g

Re: starting Tomcat 4.0.3 on Compaq Tru64 Unix

2002-04-09 Thread Dean Bennett
ls, which means that can never pass in an argument. Or modify the source to ignore it. Dean > > > and catalina.out shows: > > > > > > usage: java org.apache.catalina.startup.Catalina [ > > > -config {pathname} ] [ -debug ] [ -nonaming ] { > > > start

Starting Jakarta-Tomcat Service

2001-09-15 Thread Dean Carugah
error occured" HELP! Dean __ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information http://dailynews.yahoo.com/fc/US/Emergency_Information/

LoadLibrary Function

2001-09-20 Thread Dean Carugah
. I am not sure what could be wrong since Tomcat works just fine "in process" but I can not get Jakarta to start (i.e. through control panel-services). What do I need to do? Thanks Dean __ Terrorist Attacks on U.S. - How can you help? Do

NT & Win2K Jakarta Service won't start?

2001-09-24 Thread Dean Carugah
appropriately (wrapper.java_home and wrapper.tomcat_home). Tomcat runs fine on the command line but Jakarta won't start on the services window (in the control panel) It is driving me nuts because I have tried everything. Anyone? Dean __ Do You

rpm installation of 3.3, test page failure

2002-01-09 Thread Dean Hoover
ailed: container==null (no Default Context?) 2002-01-09 16:35:48 - Ctx() : Status code:404 request:R( /) msg:null >> same here 2002-01-09 16:35:59 - ContextManager: Assertion failed: container==null (no Default Context?) 2002-01-09 16:35:59 - Ctx() : Status code:404 request:R( /) msg:null Any

instructions for Apache & webapp

2002-01-21 Thread Dean Hall
looked just to see if I could find any source for the module in the apache source tree, and there is none. I looked in the installation documentation, and there's no mod_webapp listed. Is there something I'm missing? Some docs somewhere that I haven't seen yet? Dean. -- To unsubscri

tomcat/apache

2002-01-25 Thread Dean Hiller
setting up tomcat with apache? and maybe a link to a document explaining how and WHY they work together? thanks for any help, Dean -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

bug?? linux7.1 & tomcat4.0.1

2002-01-25 Thread Dean Hiller
ntion that tomcat on linux is run on port 8180 NOT 8080 after installation. Of course, I am using the tomcat from the rpm directory not the bin directory on the website. thanks for any pointers/help you can give me, Dean -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional comman

Re: bug?? linux7.1 & tomcat4.0.1

2002-01-25 Thread Dean Hiller
I figured out why the images are messed up. I viewed them directly and they are messed up to begin with for some reason. It appears that the post of the rpm on the website has bad images in it. Dean -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mail

Re: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Dean Hiller
I say go to Norton, and ask for a free license. Try to get some free virus scanner software. Alot of companies are up for donating their product. just a thought, dean -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles w

Advanced Ques. w/SSL

2002-02-02 Thread Dean Hiller
server.xml to enable SSL, and how do I deal with the certificates(I mean not self-signed ones). What do I do in this circumstance? I need one certificate on every tomcat installation but this is not possible Any ideas on any of this. thanks Dean -- To unsubscribe: <mailto:[EMAIL PROTECTED]&g

applet works, https doesn't

2002-02-02 Thread Dean Hiller
it is using port 8443? Something is questionable here. Can anybody explain this to me? thanks, Dean -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Re: apache + mod_SSL + tomcat

2002-02-05 Thread Dean Hiller
I thought tomcat was on 8443 by default. Are you sure you are pointing at tomcat, or do you have another webserver running on port 443, since that is the default that most webservers use when starting up. tomcat is the exception running on 8443 thanks, Dean -- To unsubscribe: <mai

Re: apache + mod_SSL + tomcat

2002-02-06 Thread Dean Hiller
I never saw an answer go by to the below question and was curious what it would be. Does no one now the answer Dean "Cressatti, Dominique" wrote: > Hi, > > I've got apache + mod_SSL + tomcat working > (I don't deserve that much credit as mod_ssl worked &

Re: apache + mod_SSL + tomcat

2002-02-06 Thread Dean Hiller
waiting on an answer like this. thanks, Dean -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Re: apache + mod_SSL + tomcat

2002-02-06 Thread Dean Hiller
In my app, we don't need everything to run over SSL and we are not using apache so we only have ports 80 and 8443. I changed the default 8080 to 80 and should have probably changed 8443 to 443. When SSL is not necessary, we don't use it as it slows down the downloading of the p

Re: apache + mod_SSL + tomcat

2002-02-06 Thread Dean Hiller
thanks for the xml Anton that is much better than putting the code in the servlet, and is easy to expand to a per servlet/html page basis. thanks, Dean -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: &l

Re: Init method of servlet called twice?

2002-02-06 Thread Dean Hiller
having many problems with this and netscape and IE behaved differently. Search through some of the archives on the java forum and post there if you can't find it in the archives. Dean -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]&

war file not expand on linux

2002-02-12 Thread Dean Hiller
what is going on? thanks, Dean -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Re: war file not expand on linux

2002-02-12 Thread Dean Hiller
provided by tomcat? thanks, Dean -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

DTD problem starting tomcat 4

2003-01-09 Thread Dean Anderson
Since about the 4th of January, I've been getting an Invalid PUBLIC ID error on the following web.xml file: This app has been working for quite a while, and hasn't been changed. Likewise, tomcat4 hasn't been changed. When I try the java.sun.com url, it works. Whats up? Also, I couldn't figure o

RE: DTD problem starting tomcat 4

2003-01-10 Thread Dean Anderson
That helped. But that was the DOCTYPE since August. Why did it work before? Has something changed at Sun? --Dean On Thu, 9 Jan 2003, Turner, John wrote: > > I'm pretty sure it's you, not Tomcat. My web.xml is different: > > > PUBLIC "-//S

Re: bug in 4.1.30?? PageContextImpl hides exception cause

2004-10-10 Thread Dean Hiller
never mind. This is fixed in tomcat 5. thanks, dean - Original Message - From: "Dean Hiller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 09, 2004 11:07 PM Subject: bug in 4.1.30?? PageContextImpl hides exception cause In 4.1.30, In PageC

bug in 4.1.30?? PageContextImpl hides exception cause

2004-10-09 Thread Dean Hiller
here is an exception missing from this stack trace from looking at the code of JspServletWrapper and PageContextImpl dean org.apache.jasper.JasperException: Cannot find message resources under key org.apache.struts.action.MESSAGE at org.apache.jasper.servlet.JspServletWrapper.service(Js

Tomcat 4.1, Java 1.4.2_06, SSL randonmly crashing

2005-01-10 Thread Dean Jackson
7;m doing wrong? Thanks! Dean Jackson j2sdk1.4.2_06 jakarta-tomcat-4.1.18 Server.xml exerpt: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: filesystem independent tomcat [OT]

2005-05-02 Thread Dean Trafelet
Dear Sir or Madam: I am Judge Dean M. Trafelet and your emails are erroronesouly and improperly being sent to my email address. Notice is hereby given that you are to immediately remove me from your emailing. DMT - Original Message - From: "George Sexton" <[EMAIL P

Re: tomcat-user Digest 30 Apr 2005 13:34:46 -0000 Issue 5590

2005-05-02 Thread Dean Trafelet
Dear Sir or Madam: I am Judge Dean M. Trafelet and your emails are erroronesouly and improperly being sent to my email address. Notice is hereby given that you are to immediately remove me from your emailing. DMT - Original Message - From: "J. W. Ballantine" <[EMAIL PROTEC

Re: Digester / vector usage

2005-05-02 Thread Dean Trafelet
Dear Sir or Madam: I am Judge Dean M. Trafelet. Your emails are improperly being sent to my email address. Please remove me from you list immediately. DMT - Original Message - From: "Henrique, Manuel" <[EMAIL PROTECTED]> To: Sent: Monday, May 02, 2005 10:12 AM S

Re: Apache access log timestamp issue

2005-05-02 Thread Dean Trafelet
Dear Sir or Madam: I am Judge Dean M. Trafelet. Your emails are improperly being sent to my email address. Please remove me from you list immediately. DMT - Original Message - From: "Simon Zeng" <[EMAIL PROTECTED]> To: "'Tomcat Users List'"

Re: Client Authentication

2005-05-02 Thread Dean Trafelet
Dear Sir or Madam: I am Judge Dean M. Trafelet. Your emails are improperly being sent to my email address. Please remove me from you list immediately. DMT - Original Message - From: "lercoli" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, May 02,

Re: Tomcat j2sdk and image

2005-05-02 Thread Dean Trafelet
Dear Sir or Madam: I am Judge Dean M. Trafelet. Your emails are improperly being sent to my email address. Please remove me from you list immediately. DMT - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Monday, May 02, 2005 10:33 AM Subject: Tomcat j2sdk and image

Re: Apache access log timestamp issue

2005-05-02 Thread Dean Trafelet
This is Judge Dean M. Trafelet. Your emails are improperly being sent to my email address. Remove immediately. DMT - Original Message - From: "Simon Zeng" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Monday, May 02, 2005 10:18 AM Subjec

Re: Tomcat j2sdk and image

2005-05-02 Thread Dean Trafelet
This is Judge Dean M. Trafelet. Your emails are incorrectly and improperly being sent to my email address. Remove and correct immediately. DMT - Original Message - From: "Dale, Matt" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, May 02, 2005 10

Re: tomcat crashes with no trace?

2005-05-02 Thread Dean Trafelet
This is Judge Dean M. Trafelet. Your emails are improperly and incorrectly being send to my email address. Remove my address immediately. DMT - Original Message - From: "Guy Katz" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, May 02, 2005 11:11

Re: Tomcat j2sdk and image

2005-05-02 Thread Dean Trafelet
You have reached Judge Dean M. Trafelet without authority. Remove me from you email address. DMT - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, May 02, 2005 12:09 PM Subject: Re: Tomcat j2sdk and image Hi, The program java use

Re: Client Authentication

2005-05-02 Thread Dean Trafelet
You have reached Judge Dean M. Trafelet without authorization. Remove me from your email list immediately. - Original Message - From: "Mahesh S Kudva" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, May 02, 2005 12:34 PM Subject: Re: Client Authen

Re: Removal from List

2005-05-02 Thread Dean Trafelet
Thanks. DMT - Original Message - From: "Parsons Technical Services" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Tomcat Users List" Sent: Monday, May 02, 2005 1:41 PM Subject: Removal from List Dear Sir, I am a user of the Tomcat List and noticed a large number of emails from you.

Problem with PNG files and

2005-07-10 Thread Dean Searle
or message. All the code and errors can be found at this link http://computingoasis.com/apache/errorlog.pdf If there is anything more that you require I would be more than happy to post what you need. Thank you for your help in advance, D

Re: SessionListener invoked sometimes and not others

2005-10-08 Thread Dean Hiller
get resources and on the last one being cleaned up, I destroy the resources. I guess this works. I just wish I had access to the app lifecycle. thanks, dean Mark Thomas wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] So after a restart of tomcat, I login and it appears the session

Re: SessionListener invoked sometimes and not others

2005-10-08 Thread Dean Hiller
whoops, nevermind. stupid question I found out after poking around. dean Dean Hiller wrote: My web app has two servlets. One JSF Faces servlet and another servlet for processing AJAX requests from javascript. I want to know when the app starts and when the app is done. Is the only way to do

Configuring Tomcat to use a JDBC Realm

2003-03-28 Thread Dean A. Hoover
sorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243) Anyone got any ideas how I can fix this? Thanks. Dean Hoover -

Re: Configuring Tomcat to use a JDBC Realm

2003-03-28 Thread Dean A. Hoover
Can you be a little more specific? I'm not a mysql expert. Galbayar Dorjgotov wrote: check mysql port -Original Message- From: Dean A. Hoover [mailto:[EMAIL PROTECTED] Sent: Saturday, March 29, 2003 9:20 AM To: [EMAIL PROTECTED] Subject: Configuring Tomcat to use a JDBC Realm

Re: Configuring Tomcat to use a JDBC Realm

2003-03-29 Thread Dean A. Hoover
Isn't "mysql" a client program? If so, I can connect with the user/pw. Tarun Ramakrishna Elankath wrote: Seems like an access problem to me. Dean, did you try connecting to the server from a mysql client with the given username/password to check whether you are able to connect ?

tomcat4-4.1.24-full.2jpp.noarch.rpm

2003-04-06 Thread Dean A. Hoover
I downloaded tomcat4-4.1.24-full.2jpp.noarch.rpm and installed. I do not find startup.sh anywhere in the installation. Has the way to start completely changed and there is no documentation telling us how to run it? Dean Hoover

Re: tomcat4-4.1.24-full.2jpp.noarch.rpm

2003-04-06 Thread Dean A. Hoover
Thanks Brian, that got me a bit closer. I became root user and ran # /etc/rc.d/init.d/tomcat4 start Starting tomcat4: [ OK ] as you explained. When I went to check it out with my browser at http://localhost:8080 got connection refused. HTTP Status 500 -

  1   2   >