RE: Tomcat not getting installed

2002-02-04 Thread Brian Adams
and install it first. Goodluck, Brian Adams -Original Message- From: Uma Maheswar [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 4:57 AM To: Tomcat Users List Subject: Tomcat not getting installed Hi, I am using JavaWebServer2.0(Trial Version) in WinXP. I have downloaded

RE: Apache 1.3.23 + Tomcat 4.0.1 + WARP Connector on NT

2002-02-04 Thread Brian Adams
mod_jk, works great on NT -Original Message- From: YI,LI (HP-USA,ex1) [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 8:31 AM To: 'Tomcat Users List' Subject: Apache 1.3.23 + Tomcat 4.0.1 + WARP Connector on NT I have been struggling to make this work for two days, it was

RE: PLEASE URGENT: log off problem!!!

2002-02-06 Thread Brian Adams
two reasons: 1. bug in jdk add -Xrs to wrapper.cmd_line in wrappers.properties. 2. don't run the service as interact with desktop. goodluck B -Original Message- From: Catalin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 4:03 PM To: [EMAIL PROTECTED] Subject: PLEASE

RE: apache + mod_SSL + tomcat

2002-02-06 Thread Brian Adams
my guess is yes, if you do not check in jsp/servlets are on https (request.isSecure()) and if you are allowing users to port 8080 (block it). my guess... :) -Original Message- From: Dean Hiller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 7:33 AM To: Tomcat Users List

RE: new

2002-02-07 Thread Brian Adams
Hi U, Probably a Registry hack/bug that is not correct. check your \HKEY_Local_Machine\SOFTWARE\JavaSoft check that default values are pointing to correct JRE Keys and that their values are pointing to valid jdk paths. If that does not work download the src version and install it... B

RE: Problem with IE

2002-02-07 Thread Brian Adams
Worked for me! :) in both -Original Message- From: Uma Maheswar [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 10:18 PM To: Tomcat Users List Subject: Problem with IE Hi, I am using Apache Tomcat4.0. I am doing a project in Servlets. I do not get my files working on IE

RE: com.oreilly.servlet and damaged files

2002-02-09 Thread Brian Adams
I bet it is the connector! run tomcat as stand alone (port 8080 by default) and access the servlet without using apache and I bet money it will work! :) goodluck -Original Message- From: Reini [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 09, 2002 10:00 PM To: [EMAIL PROTECTED]

RE: JDBC

2002-02-11 Thread Brian Adams
what problems are you having? can you post an error or code or both? B -Original Message- From: vinny patel [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 3:48 AM To: [EMAIL PROTECTED] Subject: JDBC I am having problems with my servlets that connect to a postgres database.

RE: JDBC

2002-02-11 Thread Brian Adams
) { out.println(SQL Exception + ex2); } out.println(/HTML); out.println(/BODY); } } *** i believe it's something to do with the postgres driver? cheers From: Brian Adams [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat

RE: JDBC

2002-02-11 Thread Brian Adams
cool! free drink... :) -Original Message- From: vinny patel [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 7:06 AM To: [EMAIL PROTECTED] Subject: RE: JDBC sorted! thanks brian, i'll buy u a drink if i ever go to the states!! cheers From: Brian Adams [EMAIL PROTECTED

RE: database connect to db overr mod_webapp - possible bug

2002-02-12 Thread Brian Adams
can we see the errors? -Original Message- From: Chris Faulkner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 7:26 AM To: Tomcat Users List Subject: database connect to db overr mod_webapp - possible bug Hi I have a JSP which,when called direct into Tomcat (4.0.1) on

RE: RE: database connect to db overr mod_webapp - possible bug

2002-02-12 Thread Brian Adams
Well, I can't tell you if it is a mod_webapp bug or not but if it was e I would switch to mod_jk instead of mod_webapp and try it again. mod_webapp has had other problems but I hae not seen this one (not that I have really looked). can you switch to mod_jk and try it again? B -Original

RE: File upload problem

2002-02-12 Thread Brian Adams
it can be a bug or not... If you have tomcat running in stand alone(localhost:8080) as well as webapp you can test the servlet by connecting directly to tomcat and see if it works if it does, then you are probably affected by a webapp bug(the one you read about) B -Original Message-

RE: File upload problem

2002-02-12 Thread Brian Adams
. - Miguel Ángel Medina López Logic Factory: www.logic-factory.com Granada - España - Original Message - From: Brian Adams [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 8:32 PM Subject: RE: File upload

RE: resource files not found in /WEB-INF/classes

2002-02-12 Thread Brian Adams
try putting File f = new File(webapps/mywebapp/WEB-INF/classes/config.properties); or File f = new File(../webapps/mywebapp/WEB-INF/classes/config.properties); (in case path is in bin from startup) BTW, I put mine in WEB-INF only not in classesbut that is me and I am not a

RE: resource files not found in /WEB-INF/classes

2002-02-12 Thread Brian Adams
the original email). Something getting cached somewhere? I use Tomcat Manager to reload the application each time I redeploy the files. It's working, but I don't trust it to stay that way. Michael -Original Message- From: Brian Adams [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12

RE: resource files not found in /WEB-INF/classes

2002-02-13 Thread Brian Adams
thanks Craig that is a much cleaner way! I am adding this to my app and to my helpful hints folder :) B -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 10:15 PM To: Tomcat Users List Subject: Re: resource files not found in

RE: Tomcat as a service...

2002-02-19 Thread Brian Adams
Kevin, have you set the service to Allow service to interact with desktop? it is on the Log On panel if you right click your catalina service in the services window. this may help see what the heck windows is doing. Sorry if you've done this already... B -Original Message- From: [EMAIL

RE: Tomcat as a service...

2002-02-19 Thread Brian Adams
. -Kevin Brian Adams [EMAIL PROTECTED] on 02/19/2002 08:57:21 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject: RE: Tomcat as a service... Kevin, have you set the service to Allow service to interact with desktop

RE: What should I do?

2002-02-21 Thread Brian Adams
number 2. I had problems with tomcat locking up and I changed to jk_mod. I have been running for months now. :) goodlick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 12:12 PM To: [EMAIL PROTECTED] Subject: What should I do?

RE: mod_jk for Windows -- HELP

2002-02-21 Thread Brian Adams
going to bed but here is my windows 2k tomcat 4.0.1 and apache 1.3.2ish mod_jk conf files. goodluck B -Original Message- From: Surya Suravarapu [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 10:24 PM To: Tomcat Users List Subject: mod_jk for Windows -- HELP I'm using

RE: Tomcat 4 and Apache

2002-02-23 Thread Brian Adams
Hi Kristian, I think I see the problem. you do NOT need the line: AddModule mod_jk.c I have seen this error before and I am no connection geek but I thought this line was not needed for mod_jk and I cchecked with my config and myne does not have it either. Goodluck, brian -Original

RE: New bie problem about Tomcat

2002-02-23 Thread Brian Adams
the service in not supposed to be called at init load time. notice the request response parameters in it. this is called by http get or post don't know why it loads twice.. B -Original Message- From: Krishna Bhamidi [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 23, 2002 11:29

RE: JSP Taglib Explanation please

2002-02-24 Thread Brian Adams
Pavel I have tons of taglibs on my app and it does not go through it twice. it actually runs the code twice? -Original Message- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 9:21 AM To: Tomcat User Subject: JSP Taglib Explanation please Hello everyone,

RE: Tomcat 4 and Apache

2002-02-24 Thread Brian Adams
Kristian, Here are my files... look at them and see if you can find yours.. I am not running Virtual hosts but I have hooks into both mod_jk and mpd_webapp (currently I only use mod_jk). see if this helps. I think I am using examples and a webapp named bbb. Goodluck, B -Original Message-

RE: Stupid Tomcat Question (NEWBIE!)

2002-02-25 Thread Brian Adams
Look in the logs directory and tell us what is happening. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 6:17 AM To: [EMAIL PROTECTED] Subject: Stupid Tomcat Question (NEWBIE!) Hi, I've recently downloaded and installed Tomcat

RE: Stupid Tomcat Question (NEWBIE!)

2002-02-25 Thread Brian Adams
.2002-02-13.txt www.dpt-ltd.co.uk_log.2002-02-20.txt www.dpt-ltd.co.uk_access_log.2002-02-19.txt www.dpt-ltd.co.uk_log.2002-02-21.txt www.dpt-ltd.co.uk_access_log.2002-02-20.txt www.dpt-ltd.co.uk_log.2002-02-22.txt www.dpt-ltd.co.uk_access_log.2002-02-21.txt Brian Adams [EMAIL PROTECTED] on 25/02

RE: Stupid Tomcat Question (NEWBIE!)

2002-02-25 Thread Brian Adams
) at org.apache.catalina.startup.Catalina.process(Catalina.java) at java.lang.reflect.Method.invoke(Native Method) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java) Brian Adams [EMAIL PROTECTED] on 25/02/2002 12:29:50 Please respond to Tomcat Users List [EMAIL

RE: Can't make WebAppConectionWork

2002-03-01 Thread Brian Adams
Hi Daniel, 1. have you looked at the logs on apache and tomcat? 2. FYI, start tomcat first then start apache 3. there may be a bug that is affecting you (not sure) when you restart try http://localhost/examples/jsp/num/numguess.jsp there are binary images(jpg) that would crash the web_app

RE: Is this error?

2002-03-03 Thread Brian Adams
Hi, this is not normal. looks like you had tomcat already running and you tried to start it again. tomcat was trying to bind port 8080 and it was already bound by something(in this case tomcat). that is why you see your welcome page on 8080. To stop this error make sure you are only starting

RE: Combining Apache, Tomcat, J2EE

2002-03-03 Thread Brian Adams
if the j2ee a container (app server)? As far as tomcat goes there are two chioces you have, mod_jk (older) mod_webapp(newer). which you pick is up to you. the Apache mods are in you apache build and there is a readme doc in the mod directory on how to setup the mod. can't help with the j2ee

RE: Is this error?

2002-03-03 Thread Brian Adams
Hi Again, this is not normal. looks like you had tomcat already running and you tried to start it again. tomcat was trying to bind port 8080 and it was already bound by something(in this case tomcat). that is why you see your welcome page on 8080. To stop this error make sure you are only

RE: Apache 1.3.23 +Tomcat 4.0.2

2002-03-03 Thread Brian Adams
Hi David, There is a two mods you can use. mod_jk and mod_webapp. webapp http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-connectors/webapp/ jk_mod http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-connectors/jk/ also, http://www.jguru.com/faq/Servlets is a great site for FAQ on tomcat. Alex

RE: Unix (Solaris) HTML Editor for Apache and Tomcat, Recommendations?

2002-03-10 Thread Brian Adams
netbaens! it will do that and more (java) when you are ready for servlets! :) www.netbeans.org -Original Message- From: C Cayetano [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 10, 2002 10:25 PM To: Tomcat Users List Subject: Unix (Solaris) HTML Editor for Apache and Tomcat,

RE: response.sendRedirect not redirecting

2002-03-17 Thread Brian Adams
add return; just after response.sendR. -Original Message- From: Mostafa Al-Mallawani [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 17, 2002 7:12 AM To: 'Tomcat Users List' Subject: response.sendRedirect not redirecting Hi, I have a problem with redirecting. In my JSP page I keep

images won't load with tomcat4.0.1 and apache 1.3 using WebApp_Module

2001-12-05 Thread Brian Adams
Hi, I walked through a basic setup of apache and tomcat 4.0 now that I have tomcat responding to Apache via warp I can't get any of my jsp pages to load images The only way is if I use img=http://.../image.if; Please tell me a way to do this better than that! standard httpd.conf with:

RE: images won't load with tomcat4.0.1 and apache 1.3 using WebApp_Mo dule

2001-12-05 Thread Brian Adams
Typo: should be this : The only way is if I use img=http://.../image.gif; -Original Message- From: Brian Adams [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 2:33 PM To: '[EMAIL PROTECTED]' Subject: images won't load with tomcat4.0.1 and apache 1.3 using WebApp_Mo dule

RE: images won't load with tomcat4.0.1 and apache 1.3 using WebApp_Mo dule

2001-12-06 Thread Brian Adams
: should be this : The only way is if I use img=http://.../image.gif; -Original Message- From: Brian Adams [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 2:33 PM To: '[EMAIL PROTECTED]' Subject: images won't load with tomcat4.0.1 and apache 1.3 using WebApp_Mo dule Hi, I walked

ONE More Time! why does Tomcat 4 work this way

2001-12-06 Thread Brian Adams
I hace Apache with WebApp warping to tomcat my jsp page has this image: img border=0 src=/bbb/images/butterfly.jpg The web-app is named bbb and it has a directory called images. The jsp page WILL NOT SHOW THIS IMAGE!!! If I change it to: img border=0

RE: ONE More Time! why does Tomcat 4 work this way

2001-12-06 Thread Brian Adams
=%= request.getContextPath() %/images/butterfly.jpg Carsten -Original Message- From: Brian Adams [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 2:04 PM To: '[EMAIL PROTECTED]' Subject: ONE More Time! why does Tomcat 4 work this way I hace Apache with WebApp warping to tomcat my jsp page has

RE: ONE More Time! why does Tomcat 4 work this way

2001-12-06 Thread Brian Adams
More Time! why does Tomcat 4 work this way have you tried the following: img border=0 src=%= request.getContextPath() %/images/butterfly.jpg Carsten -Original Message- From: Brian Adams [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 2:04 PM To: '[EMAIL PROTECTED]' Subject

RE: ONE More Time! why does Tomcat 4 work this way

2001-12-06 Thread Brian Adams
' Subject: RE: ONE More Time! why does Tomcat 4 work this way have you tried the following: img border=0 src=%= request.getContextPath() %/images/butterfly.jpg Carsten -Original Message- From: Brian Adams [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 2:04 PM To: '[EMAIL

RE: ONE More Time! why does Tomcat 4 work this way

2001-12-06 Thread Brian Adams
? This assumes that your webapp is rooted at /bbb -- so you don't need to use that as part of your path. This is what I normally use with mod_jk. Don't know if it will work with mod_webapp, though. --jeff - Original Message - From: Brian Adams [EMAIL PROTECTED] To: 'Tomcat Users List

RE: ONE More Time! why does Tomcat 4 work this way

2001-12-06 Thread Brian Adams
-- I don't have any non-dynamic html files on my site... - Original Message - From: Brian Adams [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 12:15 PM Subject: RE: ONE More Time! why does Tomcat 4 work this way I tried that and it does

RE: ONE More Time! why does Tomcat 4 work this way

2001-12-06 Thread Brian Adams
the use of Apache. I use a small footprint webserver (i.e. Acme's thttpd or Dan Bernstein's publicfile) to serve images from another port (81) and let TC handle all the dynamic stuff -- I don't have any non-dynamic html files on my site... - Original Message - From: Brian Adams

RE: ONE More Time! why does Tomcat 4 work this way

2001-12-06 Thread Brian Adams
that your other option would be to pull the latest mod_webapp code from CVS and see if that helps. I just checked the dev list and it looks like somebody is working on it -- though I don't know who... --jeff - Original Message - From: Brian Adams [EMAIL PROTECTED] To: 'Tomcat Users List

RE: HELP ON TOMCAT WITH APACHE

2001-12-07 Thread Brian Adams
Hi, this is what I did First I did not have to touch server.xmlit can run both as a server port 8080 and also a servlet engine that connects to Apache (mod_webapp 8008) . All you really need to do is add to that apache httpd.conf (find the LoadModule part of the file, close to the top

RE: HELP ON TOMCAT WITH APACHE

2001-12-07 Thread Brian Adams
even better here is my httpd.conf. you did the other two lines right? the LoadModule and the AddModule... -Original Message- From: Ravi Reddy [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 8:21 AM To: [EMAIL PROTECTED] Subject: RE: HELP ON TOMCAT WITH APACHE Thanks for

RE: mod_jserv.so vs mod_webapp.so

2001-12-07 Thread Brian Adams
thanks, I posted that and got some feedback that may work. The path I am taking now is as follows: get mod_webapp from lastnights build. build it on Windows (PITA). rebuild warp.jar intall on fresh tomcat4/apache1.3.20(ish) pray to freakin god this stuff works correctly! :) -Original

RE: Unable to start tomcat 4

2001-12-07 Thread Brian Adams
I got the same error then I notice I had java 1.2 running. I switched to 1.3.1 and all fixed. :) -Original Message- From: Emil Diego [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 2:54 PM To: [EMAIL PROTECTED] Subject: Unable to start tomcat 4 Thanx for all the

RE: ONE More Time! why does Tomcat 4 work this way

2001-12-07 Thread Brian Adams
localhost. 2. the error socket closed: connection reset by peer comes up often ( every 3-4 request) Does any one else faced the same problems? Thanks and Regards, Sri K Ganjam - Original Message - From: Brian Adams [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday

RE: is it possible to make tomcat as an apache module?

2001-12-07 Thread Brian Adams
which module jk, webapp ...? what platform? -Original Message- From: louie miranda [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 9:12 PM To: Tomcat Users List Subject: is it possible to make tomcat as an apache module? if yes, is there a HOWTO DOC around how to do it?

RE: XP/Cygwin/jakarta-tomcat-4.0.1.exe problems

2001-12-07 Thread Brian Adams
Hi David, I have cygwin and win2000 but I had the same problem the other night. I think mine was just a typo in my Windows java_home env. Which executable are you trying when you get the error? Also what is the exact error? -Original Message- From: David McLure [mailto:[EMAIL

RE: XP/Cygwin/jakarta-tomcat-4.0.1.exe problems

2001-12-08 Thread Brian Adams
variables become case sensitive with Cygwin or anything like that do they? Brian Adams wrote: Hi David, I have cygwin and win2000 but I had the same problem the other night. I think mine was just a typo in my Windows java_home env. Which executable are you trying when you get the error? Also what

RE: XP/Cygwin/jakarta-tomcat-4.0.1.exe problems

2001-12-08 Thread Brian Adams
and I assume that will work just fine, but I thought it might be interesting to the developers that the exe is having this problem. Thanks - I'll send an update once I successfully install the zip. Brian Adams wrote: David, I really can not remember how I fixed it. Did you right click

RE: ONE More Time! why does Tomcat 4 work this way

2001-12-08 Thread Brian Adams
any one else faced the same problems? Thanks and Regards, Sri K Ganjam - Original Message - From: Brian Adams [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, December 07, 2001 2:47 AM Subject: RE: ONE More Time! why does Tomcat 4 work this way clue please. were

RE: HELP ON TOMCAT WITH APACHE

2001-12-08 Thread Brian Adams
did you add LoadModule and AddModule lines in the httpd.conf file? are they correct? (.so) I put my WebAppConnection conn warp localhost:8008 and WebAppDeploy examples conn /examples at the very end of standard httpd.conf file and it worked fine except for loading gif files. I am certain there is

RE: XP/Cygwin/jakarta-tomcat-4.0.1.exe problems

2001-12-08 Thread Brian Adams
Home with Cygwin. It might be interesting to know whether anyone is able to run the tomcat 4.0.1 exe on XP without Cygwin installed. Brian Adams wrote: I just tried the executable that I did not delete and it gave me the error. so I must have installed that zipped version. THIS MUST BE A BUG

RE: newbie tomcat 4.0.1installation on NT

2001-12-08 Thread Brian Adams
Hi John, It really looks as if something already has that port number or one of the ports that are defined in your server.xml netstat -a will give you a full print out of all the ports in use. A few posts ago (earlier today ) someone wrote in and said that paths to CATALINA with anything greater

RE: newbie tomcat 4.0.1installation on NT

2001-12-08 Thread Brian Adams
if you want send us a copy of the output from the command netstat -a and send us your server.xml file. B -Original Message- From: John Kilbourne [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 08, 2001 6:01 PM To: [EMAIL PROTECTED] Subject: newbie tomcat 4.0.1installation on NT I

RE: RE: newbie tomcat 4.0.1installation on NT

2001-12-08 Thread Brian Adams
I can't see anything here can you change your debugs to = 1 You may want to change all debug=0 to debug=1 in the file. These Lines : Server port=8005 shutdown=SHUTDOWN debug=0 Host name=localhost debug=0 appBase=webapps unpackWARs=true To these lines: Server port=8005 shutdown=SHUTDOWN

RE: RE: newbie tomcat 4.0.1installation on NT

2001-12-08 Thread Brian Adams
john make sure there are no java processes running. check to see if there are any and if so kill them then try to start Tomcat. -Original Message- From: John Kilbourne [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 08, 2001 8:27 PM To: Tomcat Users List Subject: Re: RE: newbie

RE: newbie tomcat 4.0.1installation on NT

2001-12-08 Thread Brian Adams
John, this is strange. How do you start tomcat? Are you at a command prompt? Who are you logged in as? Administrator? What are the permissions on the folders? Anything to constrained for the user? Erase all the log files in the log directory. From the command line go into tomcat bin and type

RE: RE: newbie tomcat 4.0.1installation on NT

2001-12-08 Thread Brian Adams
has been completed Thanks for your help: It looks like something is showing itself now. John -- Reply Separator Originally From: Brian Adams [EMAIL PROTECTED] Subject: RE: newbie tomcat 4.0.1installation on NT Date: 12/08/2001 10:24pm John, this is strange

RE: RE: RE: newbie tomcat 4.0.1installation on NT

2001-12-08 Thread Brian Adams
did you make your CLASSPATH variable look like this: C:\jdk1.3\src.jar;C:\jdk1.3\lib\tools.jar;. -Original Message- From: John Kilbourne [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 08, 2001 11:43 PM To: Tomcat Users List Subject: Re: RE: RE: newbie tomcat 4.0.1installation on NT

RE: RE: RE: newbie tomcat 4.0.1installation on NT

2001-12-08 Thread Brian Adams
are these System variables? right click My Computer then properties then the advanced tab then environment variables and in the System one? -Original Message- From: John Kilbourne [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 08, 2001 11:43 PM To: Tomcat Users List Subject: Re: RE:

RE: RE: RE: RE: newbie tomcat 4.0.1installation on NT

2001-12-08 Thread Brian Adams
okay no choice but this now. download the ZIP file (link below) and install it in a new directory (C:\tomcat) go into that bin and try catalina.bat run. If that doesn't work throw your computer out the window!!! :) http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/jakar

RE: RE: RE: RE: newbie tomcat 4.0.1installation on NT

2001-12-08 Thread Brian Adams
Originally From: Brian Adams [EMAIL PROTECTED] Subject: RE: RE: RE: newbie tomcat 4.0.1installation on NT Date: 12/08/2001 11:53pm are these System variables? right click My Computer then properties then the advanced tab then environment variables and in the System one? -- To unsubscribe: mailto:[EMAIL

RE: : newbie tomcat 4.0.1installation on NT

2001-12-08 Thread Brian Adams
your right I have not seen anyone with this problem. If you hava a package in your classpath that has org.apache.naming it may get confused and not see the one in your bootstrap.jar. that is why I asked what your classpath looks like. I am not sure what to do at this point :(

RE: Jakarta NT SERVICE--- logout USER

2001-12-10 Thread Brian Adams
$ java -X -Xbootclasspath:directories and zip/jar files separated by ; set search path for bootstrap classes and resources -Xnoclassgc disable class garbage collection -Xmssizeset initial Java heap size -Xmxsizeset maximum Java heap size

RE: Apache Tomcat/4.01 - HTTP Status 500 - Internal Server Error

2001-12-10 Thread Brian Adams
permissions right on the directories and files? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 9:40 AM To: [EMAIL PROTECTED] Subject: Apache Tomcat/4.01 - HTTP Status 500 - Internal Server Error Hi Everyone, We are using Apache

RE: Help needed: SocketException killing Tomcat 4.0.1 !?

2001-12-10 Thread Brian Adams
sounds like the sam problem I had when using mod_webapp I reconfigured it for good old jk_mod and all is well. B -Original Message- From: Guillaume Mathe [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 2:32 AM To: [EMAIL PROTECTED] Subject: Help needed: SocketException

RE: Regarding tomca and servelt

2001-12-10 Thread Brian Adams
Jegan, You haven't said a thing about httpd.conf... what is in it? what did you add to it? do you tell apache where to find /ectu/? if you are going to appaches port (assuming 80) then httpd.conf must be configured to call tomcat. maybe send some information about httpd.conf file. thanks, B

RE: error while building mod_jk.so Tomcat 3.3 + Apache 1.3.22 on AIX 4.33

2001-12-10 Thread Brian Adams
I think there was someone else having problems this morning with an AIX build as well. have you checked the archive of this mail list? http://www.mail-archive.com/tomcat-user@jakarta.apache.org/ B -Original Message- From: Liedtke, Joerg [mailto:[EMAIL PROTECTED]] Sent: Monday, December

RE: need information

2001-12-11 Thread Brian Adams
I don't know how others do it but I unwar the file in the webapps so the directory looks like /var/tomcat4/webapps/opencms then I make the appropriate changes in either server.xml or where ever you register your apps. then I restart tommy! :) HTH B -Original Message- From: zarouali

RE: Crystal report work with Tomcat

2001-12-12 Thread Brian Adams
Sorry I missed the thread. I am working with Tomcat/CR for a project at work and we dropped the applet that crystal reports provides. they have not supported it for quite sometime now(htey are in bed with MS) and they applet has bugs. Denis is right though, I believe you just drop it in

RE: Crystal report work with Tomcat

2001-12-12 Thread Brian Adams
Message - From: Brian Adams [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, December 12, 2001 10:36 AM Subject: RE: Crystal report work with Tomcat Sorry I missed the thread. I am working with Tomcat/CR for a project at work and we dropped the applet

RE: mod_webapp file upload fix

2001-12-12 Thread Brian Adams
I think people were getting latest from cvs and compiling there own. you may try that. B -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 3:00 PM To: [EMAIL PROTECTED] Subject: mod_webapp file upload fix Is there a new binary

RE: mod_webapp file upload fix

2001-12-13 Thread Brian Adams
Subject: Re: mod_webapp file upload fix where can I get mod_webapp cvs ? I can't fint it anymore. Dom - Original Message - From: Brian Adams [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, December 12, 2001 9:39 PM Subject: RE: mod_webapp file upload fix

RE: Errors building mod_webapp for Apache 1.3

2001-12-13 Thread Brian Adams
what OS and version? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 9:18 AM To: Tomcat Users List Subject: Errors building mod_webapp for Apache 1.3 I have checked out the latest cvs version of jakarta-tomcat-connectors and

RE: Errors building mod_webapp for Apache 1.3

2001-12-13 Thread Brian Adams
It looks like there may by a problem with your apxs script. if you don't know wa.h is in the webapps include and I see it here being -I I had problems with apxs and had to change some lines in it. 1.3.22 sounds kinda new, I am surprised that it did not work there. maybe you can INCLUDE the

RE: somebody trying hack me, what they really wanted?

2001-12-13 Thread Brian Adams
HA! your funny! FBI stop building your Magic Lantern and come find the poor sap that is trying to hack my free software nothing invested but time server sitting in my broadband closet! Ya Right! -Original Message- From: Dr. Evil [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13,

RE: Can anyone give me an answer?

2001-12-19 Thread Brian Adams
Hi Ed, I do mine via apache httpd.conf Alias /catgraphics/ C:/Apps/Apache/catgraphics/ Directory C:/Apps/Apache/catgraphics Options FollowSymLinks AllowOverride None /Directory here is an alias... now my web-app gets it like: a href=/catgraphics/image.jpghere/a -Original

RE: getting mod_webapps to work

2001-12-21 Thread Brian Adams
why are you doing ServerName sol.lansa.co.uk:8080/test? why not ServerName sol.lansa.co.uk or ServerName sol.lansa.co.uk/test the warp connector has nothing to do with 8080, that is an Apache config thing. Warp has had some problems in windows but I have it working in Linux RH6-7.1 try

RE: getting mod_webapps to work

2001-12-21 Thread Brian Adams
- From: Cressatti, Dominique [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 10:06 AM To: 'Tomcat Users List' Subject: RE: getting mod_webapps to work Cheers Brian, How do test that it works? Dom -Original Message- From: Brian Adams [mailto:[EMAIL PROTECTED]] Sent: 21

RE: getting mod_webapps to work

2001-12-21 Thread Brian Adams
actually you may want to start tomcat first then restart apache -Original Message- From: Brian Adams [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 9:56 AM To: 'Tomcat Users List' Subject: RE: getting mod_webapps to work apachectl check apachectl restart $CATALINA_HOME

RE: getting mod_webapps to work

2001-12-21 Thread Brian Adams
to run on http://sol.lansa.co.uk:8080/examples/jsp Dom -Original Message- From: Brian Adams [mailto:[EMAIL PROTECTED]] Sent: 21 December 2001 15:56 To: 'Tomcat Users List' Subject: RE: getting mod_webapps to work apachectl check apachectl restart $CATALINA_HOME/bin/catalina.sh run http

RE: Alternate webapps dir not seen by apache

2001-12-21 Thread Brian Adams
have you erased the compiled apps in the work directory? -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 3:20 PM To: Tomcat Users List Subject: Alternate webapps dir not seen by apache Hello. I have tomcat at C:\tomcat and

RE: servlet can't access postgreSQL database

2001-12-24 Thread Brian Adams
Hi, I am running it on Windows and put it in common\lib and did not touch any files and it sees it. hmmm... I have a redhat box and I have not dropped in the jar yet I will try... B -Original Message- From: Sanjeev Rathore [mailto:[EMAIL PROTECTED]] Sent: Monday, December 24, 2001

RE: servlet can't access postgreSQL database

2001-12-24 Thread Brian Adams
yep, just dropped it in common/lib in RedHat and restarted tomcat and it worked. :) B checked conf files, no sign of any postrgesql confs. -Original Message- From: Sanjeev Rathore [mailto:[EMAIL PROTECTED]] Sent: Monday, December 24, 2001 10:50 PM To: [EMAIL PROTECTED] Subject: servlet

RE: Problem with the mod_webapp connector

2001-12-27 Thread Brian Adams
Hi Marcelo, If you check the archive around mid November to Dec 10 you will see many posts from me and others on this problem. Bottom line, it no worky! I heard of some that download the warp connector from cvs and compiled tthat and they never replied to the list to say if it worked or not. I

RE: JDBC for mySQL

2002-01-01 Thread Brian Adams
yep! http://jdbc.postgresql.org/ http://sourceforge.net/project/showfiles.php?group_id=15923 both work with tomcat! have fun. B -Original Message- From: Simon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 12:44 PM To: Tomcat Users List Subject: JDBC for mySQL Sorry, this

RE: Odd Apache+Tomcat errors

2002-01-07 Thread Brian Adams
are you logging at debug level? what does it show when you do? SSLLog logs/SSL.log SSLLogLevel debug in your httpd.conf (in case you are not familiar) B -Original Message- From: Mario Felarca [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 3:48 PM To: Tomcat Users List

RE: mod_webapp.c

2002-01-09 Thread Brian Adams
don't actually need the file just a handle to the module (Load...). try it :) -Original Message- From: Ansalvish, Dave R [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 11:58 AM To: '[EMAIL PROTECTED]' Subject: mod_webapp.c Hi, I got TOMCAT 4.0.1 installed and running

RE: Tomcat v4.01 refuses to install on WinXP

2002-01-09 Thread Brian Adams
this is a know problem it is in your registry. I don't know where exactly but it has been posted here before.look through the last 45 days and you will see it. or wait and someone will answer with more precision than me. :) -Original Message- From: Graham Leggett [mailto:[EMAIL

RE: Standard SSL question

2002-01-09 Thread Brian Adams
actually you can just use request.isSecure(); it is built in to ServletRequest :) -Original Message- From: Corey A. Johnson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 5:55 PM To: Tomcat Users List Subject: Re: Standard SSL question I have done something similar.. by

RE: mod_webapp and Tomcat tip

2002-01-11 Thread Brian Adams
cool tip.. did not know that. thanks, Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 9:35 AM To: [EMAIL PROTECTED] Subject: mod_webapp and Tomcat tip Hi, This may be obvious but, it helped me. Enabling the /webapp-info

RE: mod_webapp hanging apache Win 2000 apache 1.3.22 tomcat4.0

2002-01-14 Thread Brian Adams
problem with no real luck just good advise so I installed mod_jk and that works for me. My windows box is a development box not production(thank god) and it works fine. Good luck Brian Adams -Original Message- From: Terry McBride [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 2:10

RE: mod_webapp hanging apache Win 2000 apache 1.3.22 tomcat4.0

2002-01-14 Thread Brian Adams
this thread contain good instructions? http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg38624.html I guess I nees to download Tomcat 3. Thanks for any help, Terry --- Brian Adams [EMAIL PROTECTED] wrote: Hi Terry, I think if you take a close look at the archive you will see

RE: response.sendRedirect

2002-01-17 Thread Brian Adams
Poking fun have you // your session.invalidate and tried it? :) sorry it begged the question! my answer is dunno, try commenting it out and then try it or swapping the two lines /Poking fun -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17,

  1   2   >