Re: Converting from JRun

2000-10-24 Thread robert
Look in your contents web.xml file for servlet definitions and servlet-mapping definitions. On Tue, 24 Oct 2000, Bill Stearns wrote: > Can anyone point me to any documentation regarding > JRun -> tomcat conversions ? Specifically in the area of > mapping a URL to a servlet ?? > > ie, in JRun, o

RE: Why can't Cocoon find my producer class?

2000-10-25 Thread robert
our WEB-INF/lib? > > If the former, then the ClassLoader associated with > cocoon's code will be the standard classloader, and > may not find classes which are in the WEB-INF/classes > directory (accessable via the context's ClassLoader). > > > > -Origin

jars in WEB-INF/lib

2000-11-06 Thread robert
For JASPER to compile JSPs is it enough to simply have my jars in the lib directory. These are implicitly known to the classloader right? ie. I do not have to have these jars in my CLASSPATH right?

How can I see my webapps classpath?

2000-11-06 Thread robert
I want to print out the classpath that's associated with my web app not the system one but the one that tomcat is using for the web app after it's seen classes and lib. Is this possible?

Re: Deploying a WAR with tomcat

2000-11-06 Thread robert
Does anybody know if it will find .zip's the same way? The zip in question is Oracles think client driver classes12_01.zip On Mon, 6 Nov 2000, Nicholson Robert wrote: > If I have a bunch of jars to deploy with tomcat I only have > to put them in WEB-INF/lib right? > >

;'s at the end of jsp:expr's allowed?

2000-11-06 Thread robert
SHould tomcat's JASP compiler be able to compile expressions that are terminated with ;'s? I thought you could optionally terminate the expresses with ;'s the problem is that is generates out.print(string;); which won't compile

RE: jars in WEB-INF/lib

2000-11-06 Thread robert
Sure, anybody know if .zip's are treated the same way as .jars? I had to rejar a .zip today to get things to work as I expected. On Tue, 7 Nov 2000, James Cribb wrote: > | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > | To: [EMAIL PROTECTED] > | Subject: jars in WEB-INF/lib > | > | > |

Manual Datasource - Context Unavailable

2004-11-10 Thread Robert
there a way to programmatically make the Context unavailable? Thanks Robert

Post installation problem with 4.1.8

2002-08-14 Thread Robert Dunn
Hi all, I installed the latest version of Tomcat 4.1.8, and after it installed I went to the http://localhost:8080/ page and it came up with an error. The error was: HTTP Status 500 - type Exception report messa

Possible bug: wrapped requests and jsp:include

2002-08-15 Thread Robert Tansley
around whatever HttpServletRequest object the JSP/servlet is currently processing. So is this a bug? I can send a simple webapp demonstrating this to anyone interested. Robert Tansley / Hewlett Packard Laboratories / Tel. (+1)617 253 4439 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Post 4.1.8 install

2002-08-15 Thread Robert Dunn
Only recently joined the list and was unsure whether anyone saw my orginal message. I installed the latest version of Tomcat 4.1.8 (on a WinXP machine), and after it installed I went to http://localhost:8080/ and it came up with the error: HTTP Status 500 - --

RE: Post 4.1.8 install

2002-08-15 Thread Robert Dunn
Hi Jake, I installed version 1.3.1, JDK (J2EE). I added the JDK_HOME environment variable and added the path to the "PATH" environment variable. Still same problem - did a reboot - to make sure all changes were applied. Any other ideas. Thanks for your help. -Original Message- From: Jac

RE: Post 4.1.8 install

2002-08-15 Thread Robert Dunn
Hi Robert, I did install the J2EE SDK and the PATH environment variable includes the java home path - also put in the BIN directory as well. Checked for typo's and didn't find any. Are there any other things to check for? Thanks for your help, Rob. -Original Message----- From

Custom JDBCRealm in Tomcat 4.1.x - NoClassDefFoundError

2002-08-25 Thread Robert Parker
Members Equity Email System I'm trying to use a custom JDBCRealm which worked fine in TC4.0.x but is broken in 4.1.x. I get a NoClassDefFoundError: org/apache/catalina/realm/JDBCRealm exception. I found a prior post which indicated this may be due to the use JMX in TC4.1.x and that disabling the

RE: XML parsing error on file /WEB-INF/web.xml

2002-08-27 Thread Robert Dunn
Jill you are probably missing the DOCTYPE entry. Basic web.xml should look as follows: http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> -Original Message- From: Jill Veronda [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 28 August 2002 11:29 AM To: [EMAIL PROTECTED] Subject: XML pa

Cannot load JDBC driver class 'null'

2002-08-27 Thread Robert Dunn
Hi all, I am attempting to get a connection to the JDBC entry from the server.xml file and keep getting the error "Cannot load JDBC driver class 'null'". The error occurs when I attempt to call "ds.getConnection();". I have placed all of the Interbase JAR files in the Common\Lib directory as well

getConnection() returning a NULL JDBC driver

2002-09-01 Thread Robert Dunn
Hi all, I am attempting to get a connection to the JDBC entry from the server.xml file and keep getting the error "Cannot load JDBC driver class 'null'". The error occurs when I attempt to call "ds.getConnection();". I have placed all of the Interbase JAR files in the Common\Lib directory; Do I n

RE: getConnection() returning a NULL JDBC driver

2002-09-01 Thread Robert Dunn
mber 2002 12:13 PM To: Tomcat Users List Subject: Re: getConnection() returning a NULL JDBC driver Robert, First of all.., I am using Oracle and Tomcat 4.1.9, so my answer might not apply to your problem.. I got the same error like yours.. but after I removed all reference to the dat

RE: [Realm] MBeanException

2002-09-05 Thread Robert Parker
Members Equity Email System I have a similar problem... I found an earlier post which suggested commenting out the server lifecyle listeners. The post seemed to imply that it was a JMX classloading type issue. So try commenting out the listeners... This did not work for me, but I don't have exactl

Empty File.listFiles() in 4.1.10

2002-09-10 Thread Robert Leftwich
list of files in a directory. Under TC4.1.10 the listFiles() always returns an empty array no matter what valid directory I use. Note that I am using the standard startup (i.e. no security) as setup by the installer. Anyone have any ideas as to why this is happening? Robert -- To unsubscribe, e

Getting port, path in servlet init()

2002-09-17 Thread Robert Herold
String hostname = "www.me.com"; int port = 8080; String path = "myapp"; Protocol I can assume is http. Hostname I can get using InetAddress.getLocalHost().getHostName() How can I get the port and the path? Thanks for your suggestions... -- bob -- Robert Herold

Re: IE browser doesn't give error

2002-09-19 Thread Robert Sanders
Actual, in IE go to Tools > Internet Options > Advanced . Find and uncheck the boxes that say "Show friendly HTTP error messages" and "Show friendly URLs". For a different solution, setup Tomcat to use a custom error page. Then ensure that the error page inserts a lot of "garbage" text (ca

Re: JSP working but Servlets not working

2002-09-23 Thread Robert Nicholson
I think you need to define a servlet-mapping in web.xml On Monday, September 23, 2002, at 01:53 AM, Manoj Kithany wrote: > Hi Experts, > > Greetings! > > I am using Apache 1.3.26 + (Jboss 3.0.3, Tomcat 4.0.4 bundle) > I treid to creat a small Web Application. My JSP files are WORKING > properl

tomcat 4.1.12 JDBC driver class 'null'

2002-10-01 Thread Robert Herold
Any ideas on what to try would be appreciated. Thanks. -- bob -- Robert Herold Cotagesoft, Inc. 650 474 9013 x808 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: JDBC Driver Installation

2002-10-01 Thread Robert Herold
This is actually a documented behavior - see http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how to.html and look in the section on Oracle 8i, paragraph zero. -- bob -- Robert Herold Cotagesoft, Inc. 650 474 9013 x808 -Original Message- From: [EMAIL

RE: tomcat 4.1.12 JDBC driver class 'null'

2002-10-02 Thread Robert Herold
The DriveName element is changed to url in 4.1.12 driverName jdbc:oracle:thin:@localhost:1521:ctg should be url jdbc:oracle:thin:@localhost:1521:ctg Raj Robert Herold wrote: > I've been happily using tomcat 4.0.4 for a while, and thought I'd upgrade to > vers

RE: tomcat 4.1.12 JDBC driver class 'null'

2002-10-02 Thread Robert Herold
suggestions with no luck except for one case - the example given in the JNDI - How To works for me. The example is using standalone Tomcat and that works. As soon as I use Apache/mod_webapp I get the exception Cannot load JDBC driver class 'null'. Robert Herold wrote: > I've

RE: Tomcat stop when exit telnet session

2002-10-05 Thread Robert Parker
Members Equity Email System The following bug may be of interest here... Bug : 4755829 JVM 1.3.1-04 and Pre-release of JVM 1.3.1-05 ignoring nohup(1) command -Original Message- From: fong [mailto:[EMAIL PROTECTED]] Sent: Saturday, 5 October 2002 12:11PM To: Tomcat Users List Subject: Re

Error when attempting to start Tomcat 4.1.12 on NT system running JDK1.2.2

2002-10-16 Thread Robert Christenson
in> Can anyone direct me to what the problem may be? According to the download area for Tomcat 4.1.12, it runs on JDK1.2+ By the way, it does run when I set my JDK to JDK1.3.1. But for specific reasons, I need to run JDK 1.2.2 Thanks for any help, -Robert Christenson

Error when attempting to start Tomcat 4.1.12 on an NT system runningJDK1.2.2

2002-10-16 Thread Robert Christenson
in> Can anyone direct me to what the problem may be? According to the download area for Tomcat 4.1.12, it runs on JDK1.2+ By the way, it does run when I set my JDK to JDK1.3.1. But for specific reasons, I need to run JDK 1.2.2 Thanks for any help, -Robert Christenson -- To unsubscr

Tomcat(s) on web server or database server

2002-10-23 Thread Robert Parker
Members Equity Email System I have a configuration which comprises two physical machines, a dual proc webserver and a quad proc database server. I am planning on running two tomcat instances using the JK load balancer. The application is highly dynamic and every page hits the database. My question

RE: Tomcat(s) on web server or database server

2002-10-23 Thread Robert Parker
Members Equity Email System -Original Message- From: Ralph Einfeldt [mailto:ralph.einfeldt@;uptime-isc.de] Sent: Wednesday, 23 October 2002 10:08PM To: Tomcat Users List Subject: AW: Tomcat(s) on web server or database server [snip...] >BTW: Why would you like to run two instances of to

NT Service src

2002-10-18 Thread Robert Priest
Hello all , What cvs repository do I need to get to build the NT Service for starting tomcat (tomcat.exe)? I don't see it in my "jakarta-tomcat-4.0" repository? -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Notification when HTTP client aborted connection?

2002-10-26 Thread Robert Parker
Members Equity Email System Not sure if this will work, but it may be worth a look... Could you setup a multi-part response such that say every 15 secs you send back a progress indicator. If you did this and the client has 'disconnected', perhaps you will get an exception indicating that the socke

Re: Error when attempting to start Tomcat 4.1.12 on NT system runningJDK 1.2.2

2002-10-29 Thread Robert Christenson
looked in the RUNNING.txt file and there's no mention of it. Is this an oversite. Can we get it added to the RUNNING.txt? Thanks for your time. -Robert Robert Christenson wrote: Hello All, I'm receiving an error when attempting to start my tomcat container. D:\jakarta-tomcat-4.1

jsps whose names begin with the characters admin

2002-10-30 Thread Wilkinson, Robert
Has any one seen a problem when a jsp begins with the letters "admin"? It seems as if the session context gets confused. It is as if it does the following: - spots the characters "admin" in beginning of the jsp name, for example in a jsp named "administrative.jsp" 0r "adminstrative_reserve.jsp" -

RE: "Tomcat" in DOS window - WHY? WHY? WHY?

2002-10-30 Thread Robert Priest
Check out Catalina.bat: if not "%OS%" == "Windows_NT" goto noTitle set _EXECJAVA=start "Tomcat" %_RUNJAVA% goto gotTitle :noTitle set _EXECJAVA=start %_RUNJAVA% :gotTitle -Original Message- From: micael [mailto:caraunltd@;harbornet.com] Sent: Wednesday, October 30, 2002 3:16 PM To: [EMAIL

CGI's dont run - WebAppRootDir contains "."

2002-10-31 Thread robert rowntree
Why is the CGIServlet::findCGI method inserting the "/./" in the middle of the command? command=C:\jakarta-tomcat-4.1.12-LE-jdk14\.\webapps\demo\WEB-INF\cgi\code2html.pl This is incompatible with the code at the top of the CGIServlet::run method that enforces the rule paraphrased below: RULE:

RE: CGI's dont run - WebAppRootDir contains "."

2002-11-02 Thread robert rowntree
${CATALINA_HOME} was not set. evidently, running the "catalina" script and letting it assume the value for "CATALINA_HOME" gets the "." or the ".." put into the value of WebAppRootDir. The CGI problem went away after setting the ENV variable CATALINA_HOME -- To unsubscribe, e-mail:

JK2 Errors when communicating with IIS 5.0

2002-11-05 Thread Robert Biernat
Hi, I've been using Tomcat for quite a while now with IIS and am experiencing some stability issues when using the two. Basically after about a 1 - 2 days, I can no longer connect into Tomcat through the isapi redirector and the AJP13 connector. (The http connector on port 8080 works alright thou

Pager Tag Library - Broken in 4.1.12

2002-11-08 Thread Robert Biernat
Hi, I'm trying to use the Pager Tag Library found at http://jsptags.com/tags/navigation/pager/pager-taglib-1.1.html in my webapp thats running on 4.1.12 and it appears that 4.1.12 has something in it which prevents the tag from

Replacing mod_webapp "WebApp: Error 404" page

2002-11-11 Thread Tansley, Robert
, but I'd rather not change that. Plain old "ErrorDocument 404" doesn't work, and I can't use error-page in web.xml of course, since Tomcat isn't running! And out of interest, is this possible in mod_jk2? Robert Tansley / Hewlett-Packard Laboratories / +44 (0)117 312

RE: Friendly error messages when Tomcat is down

2002-11-11 Thread Tansley, Robert
bApp: Error 404. ErrorDocument doesn't seem to work in either case, at least with mod_webapp. Perhaps I should try mod_jk? Robert Tansley / Hewlett-Packard Laboratories / +44 (0)117 312 9116 > -Original Message- > From: Chad Cannell [mailto:ccannell@;elogex.com] > Sent

Jk2 not forwarding to Tomcat 4.1 from Apache 2

2002-11-11 Thread Robert Williams
fine to my webapp running under tomcat through jk2. However when I use virtual hosting on apache I can no longer connect to Tomcat. The virtual hosting setup also worked fine under mod_webapp. Any Ideas? Thanks, Robert --- Apache is built with ./configure

Link Error Building JK2 on Solaris 9

2002-11-12 Thread Robert Williams
Hi, I gathered up as much info as I can from this list google etc. but I can't figure this on out. I am compiling JK2 on Solaris 9. I makes it all the way through the compile and builds mod_jk2 but then dies when it tries to build jkjni.so. From my amateur look at the log it would seem that I am mi

RE: Jk2 not forwarding to Tomcat 4.1 from Apache 2

2002-11-12 Thread Robert Williams
Thanks! That is just what I needed. Robert -Original Message- From: Robert L Sowders [mailto:rsowders@;usgs.gov] Sent: Monday, November 11, 2002 6:08 PM To: Tomcat Users List Subject: Re: Jk2 not forwarding to Tomcat 4.1 from Apache 2 Hi Robert, You should search again for JkUriSet

RE: Link Error Building JK2 on Solaris 9

2002-11-12 Thread Robert Williams
ache2/modules/ -Original Message- From: Robert Williams [mailto:rcw1@;pacbell.net] Sent: Tuesday, November 12, 2002 2:53 PM To: Tomcat User Subject: Link Error Building JK2 on Solaris 9 Hi, I gathered up as much info as I can from this list google etc. but I can't figure this on

RE: JK2 unixsocket: Can't create apr

2002-11-13 Thread Robert Williams
will just use a default. I hope that I have provided the details that you were asking for. Thanks again, Robert : > : jakarta-tomcat-connectors-4.1.12 : > : Apache/2.0.43 : > : Solaris 9 -Original Message- From: Brzezinski, Paul J [mailto:paul.brzezinski@;eds.com] Sent: Wed

RE: Setting Http Headers on Tomcat

2002-11-14 Thread Robert Priest
Can you give more information about what you are trying to do? Depending on what you are attempting to achieve (this code is not complete) you could do something like this: URL url = new URL(requestUrl.toString()); HttpURLConnection connection = (HttpURLConnection)url.openConnection(); conn

RE: JK2 unixsocket: Can't create apr

2002-11-14 Thread Robert Williams
ist Subject: Re: JK2 unixsocket: Can't create apr Robert Williams -- try this...I haven't been able to try it yet, so your mileage may vary. Paul Costin Manolache wrote: >A quick test: put commons-logging.jar and log4j.jar in common/lib. > >Most classloader problems are du

RE: JK2 unixsocket: Can't create apr

2002-11-14 Thread Robert Williams
/common/lib. I have put together a little mini HOWTO on how to get the Unix socket running on JK2 and Solaris 9. Is there a place to post HOWTOs? Thanks for all of your support, Robert Williams HOWTO set up JK2 on Solaris 9 using ChannelUnix (AF_UNIX socket) I am using the following: jakarta-tomcat

Amended: HOWTO set up JK2 on Solaris 9 using ChannelUnix (AF_UNIXsocket)

2002-11-15 Thread Robert Williams
be in the environment somewhere. Add export serverRoot=/usr/local/apache2 to your shells .profile or to catalina.sh. For more details check out the bug report at http://archives2.real-time.com/pipermail/tomcat-devel/2002-October/04088 3.html. My amended HOWTO is below. Have a groovy d

RE: building the mod_jk2 in one linux SuSE 8.1

2002-11-16 Thread Robert Williams
od luck. I spent way too much time on this, hopefully you won't have to. Also if you use jakarta-tomcat-4.1.12 make sure you use jakarta-tomcat-connectors-4.1.12 Robert BUILD THE TOMCAT CONNECTOR JK2 - build the java jar files gunzip jakarta-tomcat-connectors-4.1.12-src.tar.gz /us

RE: JK2

2002-11-18 Thread Robert Williams
Hi, I was shown this link on this list just the other day. It helped me so give it a whirl. Robert http://marc.theaimsgroup.com/?l=tomcat-user&m=103533464604597&w=2 -Original Message- From: Dave Thieben [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 5:45 PM To

RE: Tomcat 4.1.12 Critically Crashing-- Help

2002-11-19 Thread Robert Parker
Members Equity Email System The last error is a hotspot fatal error, Ive had similar hotspot errors but on a Solaris platform. I would suggest trying different JVM startup options and load testing BEFORE putting into production. For example I found that the server hotspot JVM was unstable for my ap

Re: Fw: Oracle thin client DataSource configuration with tomcat

2002-11-21 Thread Robert Christenson
Change the parameter name driverName to url url jdbc:oracle:thin:@:1521:SID Manavendra Gupta wrote: Hey Gurus, any ideas what could be the problem? following are the settings (revised): server.xml: prefix="rti_log." suffix=".txt" timestamp="true" /> /> user rti password

Can't compile mod_jk under AIX 4.3.3

2002-11-24 Thread Robert Brunnthaler
Hi, I'm trying to get mod_jk running under AIX 4.3.3, using: gcc 2.95.3 Apache 1.3.27 jakarta-tomcat-connectors-jk-1.2.0-src libtool 1.4.3 I followed the Instructions in th README-File, ./configure runs fine, make also, until: --- Making all in common Target "all" is up to date. Making all in a

FW: Using the Jk2 filter vs Jk filter.

2002-06-05 Thread Robert Priest
002 10:40 AM To: 'Robert Priest' Subject: RE: Using the Jk2 filter vs Jk filter. Sorry but buried on day to day Job .. Are you able to build i_r2.dll yourself? if not i need to build one for you, but this will take some time until late here, now im at my paycheck job, and i dont have

FW: Using the Jk2 filter vs Jk filter.

2002-06-05 Thread Robert Priest
AM To: 'Tomcat Users List' Subject: RE: Using the Jk2 filter vs Jk filter. > De: Robert Priest [mailto:[EMAIL PROTECTED]] > Enviado el: 5 de junio de 2002 16:21 > But I still need apache2? You only need to put libapr.dll and libapr-util.dll from apache2 in the same directory

RE: Using the Jk2 filter vs Jk filter.

2002-06-05 Thread Robert Priest
BTW - here is the build message I get when it fails: BUILD FAILED D:\Test\jakarta\cvs\jakarta-tomcat-connectors\jk\native2\build.xml:269: Could no t create task or type of type: so. -Original Message- From: Robert Priest [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 12:11 PM

FW: Using the Jk2 filter vs Jk filter.

2002-06-05 Thread Robert Priest
er. > De: Robert Priest [mailto:[EMAIL PROTECTED]] > Enviado el: 5 de junio de 2002 18:11 Better to try the isapi.dsp file at native2/server/iis for now, open it with MSDEV and build.. is what i use to work with, and the one i maintain carefully.. at least for a while, later the preferred me

can't build jakarta-tomcat-4.0/webapps/tomcat-docs/

2002-06-06 Thread Robert Priest
I guess i need to specify to use trax or xalan, and not the xslp stuff. where? I did not see an entry in the j-t-4.0/build.properties (.sample) file? build-main: [style] DEPRECATED - xslp processor is deprecated. Use trax or xalan instead . [style] java.lang.NoClassDefFoundError: com/kvis

Switching isapi configuration from jk to jk2

2002-06-06 Thread Robert Priest
Switching isapi configuration: jk to jk2? Using: tc 4.0.3 IIS 5.0 W2k Server Hello, I was wondering if you guys can help me to configure my tomcat installation to use jk2 vs jk. Can you tell me if the following steps are complete and correct, and fill in any missing info? 1. copy isapi_r

RE: Switching isapi configuration from jk to jk2

2002-06-06 Thread Robert Priest
Besides my other questions, does the registry entry still remain the same? [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\2.0] -Original Message- From: Robert Priest [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 1:12 PM To: 'Tomcat Users

jk2 Connector Problem [jk_worker_lb.c (322)]

2002-06-07 Thread Robert Priest
] [uri:/slide] -Original Message- From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 7:06 PM To: 'Tomcat Users List' Subject: RE: Switching isapi configuration from jk to jk2 > De: Robert Priest [mailto:[EMAIL PROTECTED]] > Enviado el: 6 de

fyi: tomcat 4.0.1 examples on MacOS X (error 404)

2002-06-12 Thread Robert . Parker
names longer than 32 are truncated (?) Hope this helps someone Robert -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: how do I load a native library?

2002-06-24 Thread Robert Priest
Unless I am missing something, it looks like it should work. is "mapscript" the name of your dll? Is "mapscript.dll" in your PATH? -Original Message- From: Andreas Hirner [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 1:08 PM To: Tomcat Users List Subject: how do I load a native

Re: Authentication checking.

2002-06-26 Thread Robert Sanders
I can reuse it, rather than starting from scratch? Thanks, Robert Sanders. Craig R. McClanahan wrote: >Well, you can always parse the "/WEB-INF/web.xml" file yourself to >determine what roles are required to access "/reports/invoices.jsp", then >use the reque

Re: Authentication checking.

2002-06-27 Thread Robert Sanders
nputStream is = >getServletContext().getResourceAsStream("/WEB-INF/web.xml"); > >and pass it to the parsing method of a Digester instance. > > > >>Thanks, >>Robert Sanders. >> >> > >Craig > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: JSP files in IIS - almost got it... GOT it.

2002-06-29 Thread Robert Claypool
hand. In a nutshell, I can now run a *.jsp when it is placed in a directory off of my website. - Robert -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: webapp_module => apache problem when starting

2002-07-05 Thread robert rowntree
you've got spaces in your path! you may want to check the lists about how to deal with a path to your mod_webapp.so where spaces are involved. see: http://www.galatea.com/flashguides/index and select from the list of links your exact combination under the windows sections for the connector impl

J-T-C build problem?

2002-07-08 Thread Robert Priest
Anyone else having these. I do not believe that I have modified any files here: >> First One: iis: [so] Compiling 2 out of 41 Compiling D:\Test\jakarta\cvs\jakarta-tomcat-connectors\jk\native2\server\isapi\ jk_isapi_plugin.c [so] Compile failed 2 D:\Test\jakarta\cvs\jakarta-tomcat-

Problem with Load Balancing using mod_jk and session affinity.

2002-07-17 Thread Robert Chartier
ewall between apache and tomact: OS on all machine: Linux WebServer: apache v1.3.26 Java: Sun v1.3.1_01 Tomcat: v4.0.2 The following is all my configuration files used in my current setup and a portion of mod_jk.log related to my http requests. Thanks, I remain. Robert Cha

RE: Problem with Load Balancing using mod_jk and session affinity.

2002-07-18 Thread Robert Chartier
Thanks guys! It was indeed the jvmRoute identifier. It really needs to be identical to the worker name as found in workers.properties. Thanks again! Robert Chartier -Original Message- From: Ricky Leung [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 12:26 AM To: Tomcat

Re: newbie on Tomcat 3.2.3

2002-07-22 Thread Robert Nicholson
Have you submitted a request for you servlet before you expect it to initialize? Do you have a servlet mapping defined in web.xml for it? Also, is it a loadOnStartup servlet or not? On 7/23/02 1:36 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I am using Tomcat 3.2.3 with Netsca

Tomcat 4.0.4 and IIS5.0 --REDIRECT??

2002-07-23 Thread Robert Keddie
Do I implement the isapi_redirect for this combo the same as earlier versions? Does anyone have the configs for this new arrangement? PLEASE?!?! Thx! Robert Keddie web development Marion County, FL -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands,

Tomcat 4.0.4--Doesnt have or need isapi_redirector?

2002-07-24 Thread Robert Keddie
Maybe sped read and missed something but it looks like Tomcat 4.0.4 doesnt have isapi_redirector in it to use or it doesnt need one? Is there on for this version? Should I just stick with 4.0.3??? Robert Keddie web development Marion County, FL -- To unsubscribe, e-mail: <mailto:[EM

JDBC Realm with SQLServer

2001-04-05 Thread Robert Baafi
I am running Tomcat with Apache on Windows 2000. I am using SQLserver to store user/password data. I am trying to use the /examples/jsp/security/protected/index.jsp with Tomcat to check out JDBC realm. I commented out the SimpleRealm statements in server.xml, and have the following for the

Re: Fed up to the back teeth with tomcat !!!

2001-04-12 Thread Robert Keddie
what did you find that was better?   Robert Keddieweb developmentMarion County, FL>>> [EMAIL PROTECTED] 04/11/01 03:11PM >>>I am fed up to the back teeth with Tomcat under Apache.  I'm trying to runa 24/7 web page servinbg around 20,000 .jsp pages a day and I'v eh

UN-SUBSCRIBE ME

2001-04-17 Thread Harrison, Robert
-Original Message- From: Tim O'Neil [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 3:02 PM To: [EMAIL PROTECTED] Subject: RE: AddModule mod_jk.c At 05:46 PM 4/16/2001 -0400, you wrote: >No, you can't just rename DLL files. Windows stores a "library" name >inside the DLL, an

Can Sessions be tracked via URL-rewriting?

2001-04-18 Thread Robert Zazueta
Fresh out of the "box", Tomcat appears to write the jsession ID to the users cookies exclusively, making those who don;t have cookies turned on for whatever reasons lose their session. Is there a way to configure Tomcat so that it writes the jsession via URL-rewriting for those folks without cook

RE: Can Sessions be tracked via URL-rewriting?

2001-04-18 Thread Robert Zazueta
you asking Tomcat to do URL re-writing (by calling HttpServletResponse.encodeURL())? -- Bill K. > -Original Message- > From: Robert Zazueta [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 18, 2001 1:35 PM >

RE: Can Sessions be tracked via URL-rewriting?

2001-04-18 Thread Robert Zazueta
: Wednesday, April 18, 2001 5:08 PM To: '[EMAIL PROTECTED]' Subject: RE: Can Sessions be tracked via URL-rewriting? In your code, wherever you emit a URL--anchors, JavaScript calls,... -- Bill K. > -Original Message- &

RE: file upload servlet

2001-04-20 Thread Robert Stehwien
> Is there an example somewhere for a servlet that allows for uploading > and processing a file. > Check out http://www.servlets.com/cos/. There is a package that helps you with multipart posts and has some nice documentation and samples. > Scenario: client (browser side) has edited a file wit

how I got mod_rewrite working while converting from Apache+JServ

2001-04-28 Thread Robert Chou
After reading Mike Bremford's workaround and spending a little more time troubleshooting, I've found a workaround which works with the ApJServAction and rewrite directives. Here's a summary note and a patch. rob --- Here's what I noticed while trying to convert from JServ to Tomcat using Apach

AW: PLeeeeeeeeeeeeeeeeaseeeeeeeeeeeeeeeeeee help

2001-04-28 Thread Robert Wohlgemuth
Hi Shelly, I'm new to tomcat put I think that in the file /conf/uriworkermap.properties you can specify which files should be handled by which worker. Best regards, robert -Ursprungliche Nachricht- Von: Shankar Gowda [mailto:[EMAIL PROTECTED]] Gesendet: Samstag, 28. April

Tomcat and MySQL

2001-04-30 Thread Robert Wohlgemuth
vance, Robert

AW: Tomcat and MySQL

2001-04-30 Thread Robert Wohlgemuth
hings (like JCE 1.2.1) only will work from there due to problems in tomcat. I use Tomcat 3.2.1. Doug At 04:54 AM 4/30/2001, Robert Wohlgemuth wrote: >Hi to all! > >I use Tomcat together with mysql to store my data. >I wrote an servlet at school that uses an Oracle Database to store an

RE: Tomcat3.2.1 - JDK1.3.x - and NT service

2001-05-02 Thread Robert Finneran
I run Tomcat 3.2.1 with JDK 1.3.1 under Windows 2000 with Microsoft IIS5 and mod_jk. I had a lot of problems with NT services using JDK 1.3.0. Fortunatley, JDK 1.3.1 has fixed the issues I was having. Regards! -Original Message- From: Mark Mynsted [mailto:[EMAIL PROTECTED]] Sent: Wednesd

AW: How is your knowledge on TomCat??????

2001-05-03 Thread Robert Wohlgemuth
) Best regards, Robert -Ursprungliche Nachricht- Von: Magnus Jansson [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 03. Mai 2001 14:58 An: > Betreff: How is your knowledge on TomCat?? I have sent three questions on how to get tomcat running on NetWare, I havent even got one singl

RE: Tomcat/Xalan

2001-05-04 Thread Robert Petersen
Not sure if your are interested in jumping to Tomcat 4.0b3 but I'm using it and having no problems at all. - Robert Petersen http://www.orangefood.com -Original Message- From: Dante le Poole [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 9:26 AM To: Tomcat User Subject: T

autostart with mod_jserv + tomcat

2001-05-04 Thread Robert Chou
If you use apache+mod_jserv and tomcat on NT, here's a way to get apache to start/stop/watch/restart Tomcat with mod_jserv (like it did for JServ). What you end up with is the ability to switch mod_jserv between the JServ or Tomcat engine simply by commenting out one of the following lines in jse

RE: Tomcat/Xalan

2001-05-04 Thread Robert Petersen
Just FYI - Xerxes is a parser and Xalan is for XML Transformations (XSLT), they do two different things and both are from Apache. - Robert Petersen http://www.orangefood.com -Original Message- From: Noel E. Lecaros [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 12:39 PM To

AW: tomcat on IIS in-process

2001-05-06 Thread Robert Wohlgemuth
econd location everything is right. So I think: If your tomcat runs correctly this is not an error you should worry about. best regards, robert -Ursprüngliche Nachricht- Von: Rasmus Munk Jensen [mailto:[EMAIL PROTECTED]] Gesendet: Samstag, 05. Mai 2001 18:03 An: Tomcat (E-mail) Be

AW: tomcat on IIS in-process

2001-05-06 Thread Robert Wohlgemuth
12 or ajp13. Is this correct? Am I right, when I assume that having tomcat running in-process, automatically starts tomcat when the IIS is started? thanks for your time, Rasmus -Original Message----- From: Robert Wohlgemuth [mailto:[EMAIL PROTECTED]] Sent: 6. maj 2001 19:46 To: [EMAIL PRO

RE: Configuration with IIS-Tomcat.

2001-05-11 Thread Robert Wohlgemuth
Hi Sean, First of all: RTFM! This are standard questions. They are well docuemted ad 1) If you want to create other folders under webapps, just do so. you can call it via a browser with http://[:port]//servelt/ ad 2) Put your jar files into the lib directory of you web-application. -Urspr

RE: AW: mailing list or news group??

2001-05-17 Thread Robert Wohlgemuth
Hi! Mailinglists are very good, but if the amount of messages explode (like in this mailing list) it should be considered to split the mailinglist into several more specific ones: e.g. tomcat + IIS tomcat + apache (win) tomcat + apache (linux) tomcat + security and so on.

RE: SessionListener

2001-05-17 Thread Robert Petersen
-INF/classes.   - Robert http://www.orangefood.com -Original Message-From: Alin Simionoiu [mailto:[EMAIL PROTECTED]]Sent: Thursday, May 17, 2001 2:20 PMTo: [EMAIL PROTECTED]Subject: SessionListener Does anybody use SessionListener?.. I try to use this, but is absolutly an

RE: where would I put a properties file?

2001-05-18 Thread Robert Petersen
I think that WEB-INF is the right place. I put my .properties files in WEB-INF/config/ and refer to that path thusly: ../webapps/of/WEB-INF/config where "of" is the name of my context. What problems are you having? - Robert Petersen http://www.orangefood.com -Original Message

RE: Log bytes sent in each response

2001-05-18 Thread Robert Petersen
If you are using Servlets 2.3 API then try a filter. - Robert Petersen http://www.orangefood.com -Original Message- From: Wong Liong Hung [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 6:06 AM To: [EMAIL PROTECTED] Subject: Log bytes sent in each response Hi, How to log

  1   2   3   4   5   6   7   8   9   10   >