tomcat-apache mod_webapp config problem

2002-03-18 Thread matt
www.myotherdomain.com WebAppDeploy myWebapp webapp_conn / WebAppDeploy examples webapp_conn /examples /VirtualHost The only change I've made to Tomcat's server.xml file is the addition of the virtual host settings for www.myotherdomain.com. Any ideas what I'm doing wrong here? Thanks, Matt Belcher

Re: HELP! Tomcat startup error

2002-03-19 Thread matt
Looks like you don't have xerces-j installed. You can download it here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/ Make sure the xerces.jar file is in your classpath. $CATALINA_HOME/lib is a good place. Matt Hi, Here is a debug of my startup. Could someone

mod_webapp not loading servlets or jsp

2002-03-20 Thread matt
this? Thanks, Matt Belcher -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Problem with ajp13

2001-08-17 Thread matt
When using ajp13, I get the exception; java.net.SocketException: Connection reset by peer: Connection reset by peer however, when I use ajp12, it dissappears. Is there a problem with my ajp13? matt

apache and tomcat

2001-08-13 Thread matt
writing back to server could these be connected? perhaps sockets used up in TIME-WAIT and then the error? any advice is much appreciated. Thanks!! Matt

Re: Control the number of request's

2001-08-13 Thread matt
you could create a database thread-pool. This way only a certain amount of connections could come from any 1 server. -m

Re: mod_jk.so + apache

2001-08-14 Thread matt
how did you know you wanted the eapi mod_jk rather than non?

Very newbie question, Bootstrap: Class loader creation threw exception

2003-02-12 Thread Matt
) at org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(Comp iled Code) at org.apache.catalina.startup.Bootstrap.main(Compiled Code) I am running Windows XP SP1. (I know, I should be using linux). Any help would be appreciated. Thanks Matt Carlson

RE: JAVA_OPTS

2004-11-15 Thread Matt
If you'd prefer to use the tomcat service here's a page to assist in setup of Xms, Xmx : http://www.pauaware.co.nz/tomcatntservice.htm -Original Message- From: Steven Lister [mailto:[EMAIL PROTECTED] Sent: Tuesday, 16 November 2004 6:22 a.m. To: Tomcat Users List Subject: JAVA_OPTS

IIS + Tomcat 5.5 working, BUT how to ADD a docbase?!

2005-02-20 Thread Matt
OK, the docs out there are good, but they either concern old versions of IIS and/or Tomcat -OR- they concern the JK2 module (including this list's archives I have searched). If JK2 is NO LONGER SUPPORTED, why in the heck would I care to use it? So, I am using the very nice jk_1.2.8.exe installer.

Re: Visibility of resources under WEB-INF/classes

2005-02-20 Thread Matt
some people have recommended just going with jspISAPI for $50...cheap in retrospect of the time I've spent on this so far. If I wasn't so intent on understanding exactly what's going on, I might have bought it by now... ;^) Thanks, -Matt On Sun, 20 Feb 2005, sven morales wrote: Hi, I have

jk vs. jk2

2005-02-21 Thread Matt
If jk2 is abandoned, why would I use it over jk_1.2.8? Platform reasons? Feature reasons? Performance reaosns? Other? Anyone? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jk vs. jk2

2005-02-21 Thread Matt
/webapps working. Any ideas? I've tried all sorts of CONTEXT tags to no avail. What files need to be edited (uriworkermap.properties server.xml ?) and how (relative to docbase CONTEXT ?)? Thanks! -Matt On Mon, 21 Feb 2005, QM wrote: On Mon, Feb 21, 2005 at 02:57:48PM -0500, Matt wrote

Re: jk vs. jk2

2005-02-21 Thread Matt
So does jk_1.2.8, so, for new installs, why would I use it? The overwhelming answers that I've gotten offline have been don't bother, so that seems to be the best answer. Thanks, -Matt On Mon, 21 Feb 2005, Nikola Milutinovic wrote: Matt wrote: If jk2 is abandoned, why would I use it over

Tomcat 5.5 working, BUT not outside of webapps/

2005-02-21 Thread Matt
. There's got to be a file or simple edit that I'm missing for this? Anyone? Thanks, -Matt On Sun, 20 Feb 2005, Matt wrote: OK, the docs out there are good, but they either concern old versions of IIS and/or Tomcat -OR- they concern the JK2 module (including this list's archives I have searched

Re: Tomcat 5.5 working, BUT not outside of webapps/

2005-02-22 Thread Matt
, or there's more to it than the above two steps, I'd love to know! Thanks, -Matt On Tue, 22 Feb 2005, Michael Greer wrote: Why don't you show us your config file. This behavior work fine for me with 5.5.7, with Apache mod_jk. On Feb 22, 2005, at 1:20 AM, Matt wrote: Is this simply

Re: Tomcat 5.5 working, BUT not outside of webapps/

2005-02-22 Thread Matt
the clarification I was looking for, but if I can address the original issue above (whether it includes this as part of it ot not) then that'd be the solution with which I'm struggling. Thanks, -Matt On Tue, 22 Feb 2005, Michael Greer wrote: Ah, I see the problem ! It is working fine, and following your

RE: Tomcat 5.5 working, BUT not outside of webapps/

2005-02-22 Thread Matt
to get BOTH to work right, but making some progress! -Matt On Tue, 22 Feb 2005 [EMAIL PROTECTED] wrote: Hi Matt, I'm not sure if this would solve your problem, but I have my server.xml set up with the following configuration

RE: Tomcat 5.5 working, BUT not outside of webapps/

2005-02-22 Thread Matt
= docbase=... CONTEXT, so I have no idea why you're using that line in your server.xml file, Wendy? THANKS, Wendy!!! -Matt On Tue, 22 Feb 2005, Matt wrote: OK, we've at least gotten to the point where I can now run the examples from my own directory outside of $CATALINA_HOME/webapps, and by ONLY

RE: Tomcat 5.5 working, BUT not outside of webapps/

2005-02-22 Thread Matt
) ...and similar. Anyone know what's wrong here? Is it web.xml files or another place? Thanks, -Matt On Tue, 22 Feb 2005, Matt wrote: Ah-ha, somehow I changed a line in the uriworkermap.properties file from this (some pointless experiment out of past frustrated delirium): /jsp-examples/*=ajp13w

Re: trying with my first site on Tomcat with IIS

2005-02-23 Thread Matt
You may just need to add a line like: /test/*=ajp13w ...or similar, to your uriworkermap.properties file. You shouldn't need to add a context to server.xml if you're putting this in $CATALINA_HOME/webapps, though I may be mistaken as I am wrapping-up my own learning curve on this. Thanks, -Matt

RE: trying with my first site on Tomcat with IIS

2005-02-23 Thread Matt
://web.archive.org/web/20040324133706/http://www.rit.edu/~ack5504/tomcat-iis6-howto/tomcat-iis6-howto.html Thanks, -Matt On Wed, 23 Feb 2005, Allistair Crossley wrote: And bear in mind that uriworkersmap is for JK2 which is no longer supported although it of course works. If you are starting

RE: trying with my first site on Tomcat with IIS

2005-02-23 Thread Matt
. http://jakarta.apache.org/tomcat/connectors-doc/config/workers.html -Original Message- From: Matt [mailto:[EMAIL PROTECTED] Sent: 23 February 2005 14:36 To: Tomcat Users List Subject: RE: trying with my first site on Tomcat with IIS Actually, that's not entirely true

Re: Re: trying with my first site on Tomcat with IIS 5.0 (3)

2005-02-23 Thread Matt
know, but I'm not in front of this system again until late tonight to try to give you any more epxlicit step-by-step instructions. Thanks! -Matt On Wed, 23 Feb 2005, David IBARRA ROSALES wrote: Thanks Allistair Is there documentations for IIS 6.0 , I use IIS 5.0 on win2000, I have found

RE: Re: trying with my first site on Tomcat with IIS 5.0 (3)

2005-02-24 Thread Matt
filter and Application Configuration as well? If so, it's got an edge on the jk_1.2.8.exe installer in that regard. Those were the only two manual steps needed to just get the examples working under webapps/. Curious, -Matt On Thu, 24 Feb 2005, Aris Javier wrote: Hi David, I have the same

Re: Someone is using Tomcat for spreading spam?

2005-02-24 Thread Matt
it to the powers that be at Apache. Thanks, -Matt On Thu, 24 Feb 2005, Behrang Saeedzadeh wrote: Hi I get spam message from Tomcat's mailing list? Is anybode else having this problem either? I just recieved a message that had the same title as my last message with a Re: appended to it. Does anybody else

Re: Tomcat For Multiple Users

2005-02-27 Thread Matt
a user's directory allows them to setup and deploy their own app's (in/below same) -- without any more work from the Tomcat/web server admin.? Thanks, -Matt On Mon, 28 Feb 2005, Ferad Zyulkyarov wrote: Hi, want to set up a Tomcat server for the use of all students in the department. I need

RE: TC (4), IIS isapi_redirector.dll

2005-02-28 Thread Matt
done much more so far, but this seems to get things on track. Good luck, -Matt On Mon, 28 Feb 2005, Aris Javier wrote: sorry... forgot .com =) anyway, here's the site again. http://www.shiftomat.com/opensource/ regards aris philippines -Original Message- From: Paul Wallace

Ferad + Paul + ? (was Re: Tomcat For Multiple Users)

2005-02-28 Thread Matt
server.xml file, but it's really as simple as the single line added to the location described above (that is, one for each additional docbase/webapp location I would assume). FYI, -Matt Matthew Kozak Rutgers University-Camden [EMAIL PROTECTED

Re: TC (4), IIS isapi_redirector.dll

2005-02-28 Thread Matt
necessary fro some but not everyone. Try it yourself without it, and if it doesn't work, then try turning this on in IIS 6 and if that works, then voila! Thanks, -Matt On Mon, 28 Feb 2005, Fadil wrote: Sorry, I 'm newbie in IIS administration. And I don't know what do you mean by : 1) Add

Re: TC (4), IIS isapi_redirector.dll

2005-02-28 Thread Matt
($50). Was this wise? Anyone? I'm curious (and not in front of this system now either) if it uses jk2 or jk and what version, and anything else it may be doing. Thanks, -Matt On Mon, 28 Feb 2005, Fadil wrote: Thanks a lot I'll test this ASAP. Unfortunately, I must setup IIS6 / Tomcat

RE: Need access to classes outside Tomcat for JSPs

2005-03-01 Thread Matt
, -Matt On Tue, 1 Mar 2005, Allistair Crossley wrote: 1. Yes people do read, and offer advice based on whether a) they can and b) how rude the poster is. You fall into (b) right now, so good luck. 2. Tomcat, not TomCat. 3. This is a voluntary user list and you should not expect to receive

RE: Questions About jakarta-tomcat-5.0.28

2005-03-01 Thread Matt
, and there needs to be clarification on the TYPES of Context.../'s we're talking about in each case? Thanks, -Matt On Tue, 1 Mar 2005, Allistair Crossley wrote: Hi, Check out the Context element documentation for 5.0. You create a new file now that configures your context, and don't add them

jspISAPI solution?

2005-03-02 Thread Matt
I've created a new thread, just in case this got lost in the shuffle... Does anyone know anything about the below solution (+ or -) and/or recommend (or not recommend) it? Thanks, -Matt On Mon, 28 Feb 2005, Matt wrote: Something else you may want to look into (and I'd LOVE to hear feedback

Re: Tomcat on Windows 2003 server

2005-03-02 Thread Matt
, but if you're running a server, that also shouldn't be an issue. Thanks, -Matt On Wed, 2 Mar 2005 [EMAIL PROTECTED] wrote: Can anyone tell me if Tomcat 5.0.2x runs reliably on Windows 2003 server? If so, what are the minimum system requirements? Thank you

RE: ajpv12_handle_response, Error reading header line

2002-10-18 Thread Matt Clark
Same email, I just fixed the formatting in the log. Sorry for the repeat. -Original Message- From: Matt Clark Sent: Thursday, October 17, 2002 12:54 PM To: [EMAIL PROTECTED] Subject: ajpv12_handle_response, Error reading header line I apologize for the question on an older version

ajpv12_handle_response, Error reading header line

2002-10-18 Thread Matt Clark
internal server error, and the above log shows up. Any ideas? Thanks, Matt web.xml --- !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN http://java.sun.com/j2ee/dtds/web-app_2_2.dtd; web-app servlet servlet-nameBar/servlet-name

can't generate md_jk.conf, apache/tomcat interface only works manually

2002-10-22 Thread Matt Price
Tomcat generate a mod_jk.conf file (there's apparently something called mod_jk.conf-auto, but I don't understand that bit), or (b) just explain it here on the list I'd really appreciate it. I hate not knowingh ow my tools work! thanks a bunch, Matt -- To unsubscribe, e-mail

can't generate md_jk.conf, apache/tomcat interface only works manually

2002-10-22 Thread Matt Price
appreciate it. I hate not knowingh ow my tools work! thanks a bunch, Matt -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

RE: JSP's and J2SDK1.4 assert statement

2002-10-25 Thread Matt Fury
Yes I agree, but not all projects warrant EJB's or the like. I think lots of times trying to separate business logic is just overkill. -Matt --- John Trollinger [EMAIL PROTECTED] wrote: Which implies you're putting code in scriptlets, right? Sheesh ... Java code to implement business

Re: JSP's, scriplets, and logic

2002-10-28 Thread Matt Fury
business logic. I worked for a company who partnered with Rational so we were all about business logic. I don't have a problem taking this offline for a bit if anyone wants to discuss furthur. Thanks. -Matt --- [EMAIL PROTECTED] wrote: No its just good design. Its thinking of the future

Re: Know a good Apache HTTP Stat Collector???

2002-11-04 Thread Matt Fury
Webalizer is really easy to set up and does a great job. I couldn't get AWSTATS to work, but that is also very good. AWSTATS uses perl so you'll need that installed. Webalizer is a compiled EXE w/ a config. -Matt --- [EMAIL PROTECTED] wrote: Hello All, Does anyone know of a good

Re: Alias vs VirtualHost - which is better for me ?

2002-11-06 Thread Matt Fury
;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org = int myName() { cout -Matt Fury \n; return 0; } __ Do you Yahoo!? HotJobs - Search new jobs

Form-based authentication - can I get original URL?

2002-11-25 Thread Matt Raible
%=request.getRequestURL()%, but that gives me .../login.jsp - and I want mainMenu.do. I know iPlanet used to set a cookie and I could use that as specified at: http://husted.com/struts/resources/fb-auth.htm Thanks, Matt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Help: Standard SQL Tags w/ Connection Pooling Problem

2002-11-29 Thread Matt Fury
Hi All, This is sort of a cross posting with tagging but I am having some problems with configuration. I am trying to use connection pooling w/ the JSTL and Commons. Please let me know if this is not possible. From the limited amount of info I could find, it just seems as though I set my pooling

TC/Apache session tracking

2002-12-04 Thread Matt Sales
/servlet/myServlet -- I get the output from myServlet, but every pass of the session.isNew() method returns true. The sessions don't persist even if I include two servlets from the same .shtml page. This can't be right... Is there a setting I'm missing? Thanks in advance, Matt -- To unsubscribe, e

Mac OSX

2002-07-09 Thread Matt Preston
know what. Thanks, Matt --- Not dirty! Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.365 / Virus Database: 202 - Release Date: 24/05/2002 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Mac OSX

2002-07-09 Thread Matt Preston
not being loaded unless I put all the jars into the standard extensions directory. Could this be a problem with the privileges of the user that I am logged in as? Although I am using an administrator account... Any ideas? Thanks, Matt --- Not dirty! Checked by AVG anti-virus system (http

Compiled serve different extensions

2002-07-25 Thread Matt Goyer
I'm running Tomcat as a standalone web server and I want it to compile and serve files with extensions other than .jsp (i.e. I want files with the extension .htm to be treated just like a .jsp would be). Thanks, Matt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands

tomcat 4.0.4 and j2sdk1.4.0_01 ?

2002-07-30 Thread Matt Brennan
and regards, matt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

servlet-jdbc-SQL server

2002-08-19 Thread Matt Brennan
that this query starts to look more like a JDBC query than a tomcat query - not quite sure where the problem lies - tomcat+driver? driver? my understanding (most likely!). I am hoping that other servlet developers have crossed this bridge before. matt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Cannot get Apache 1.3.26, Tomcat 3.3a to play nice via mod_jk.dll on Win2k

2002-08-19 Thread Matt Partain
error JkMount /*.jsp ajp12 JkMount /servlet/* ajp12 JkMount /examples/* ajp12 /IfModule So what do you think I might have done wrong? Thanks in advance for your help! Matt Partain [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

RE: Cannot get Apache 1.3.26, Tomcat 3.3a to play nice via mod_jk.dll on Win2k

2002-08-19 Thread Matt Partain
, not $CATALINA_HOME/conf/jk, though again, I'm using Tomcat 4 on RH 7.2 with apache on my server. John Turner [EMAIL PROTECTED] -Original Message- From: Matt Partain [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 2:02 PM To: Jakarta Users List Subject: Cannot get Apache 1.3.26, Tomcat

JSPC exception

2002-02-07 Thread Matt Baldree
/taglib/java /JavaDocTag.java): Public class codesmith.server.taglib.java.JavaDocTag must be defined in a file called JavaDocTag.java. -Matt -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Manage of memory and Garbage collector.

2002-02-08 Thread Matt Egyhazy
you can set what they are with an environment variable. which one depends on the version of tomcat you are running. this is in the docs. matt - Original Message - From: Emilio Miranda [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 08, 2002 5:38 PM

Re: Error reading init-params

2002-02-10 Thread Matt Egyhazy
i just use String thisString = getInitParameter(nameofparameter); matt - Original Message - From: Dominik Jednoralski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February 10, 2002 11:49 AM Subject: Error reading init-params Hey Guys, I have a problem with getting my init

RE: Tomcat 4.0.2 - Startup fails after moving xerces.xml from /common/lib to /server/lib

2002-02-11 Thread Matt Small
it in bugzilla? Thanks Matt -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 4:12 PM To: Matt Small Cc: [EMAIL PROTECTED] Subject: Tomcat 4.0.2 - Startup fails after moving xerces.xml from /common/lib to /server/lib In xerces 2.0.0 the SAX

RE: Tomcat 4.0.2 - Startup fails after moving xerces.xml from /common/lib to /server/lib

2002-02-11 Thread Matt Small
Thanks for the clarification. As long as xerces 1.4 in /common/lib can coexist with Xerces 2 in a webapp that seems ok. Next time I'll try to be a little more verbose in my bug reports. Matt -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11

Re: mod_jk: Auto reloading workers.properties file.

2002-02-14 Thread Matt Egyhazy
how does this affect performance? i think that is the major concern with all 'reloading' features. matt - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 14, 2002 3:56 PM Subject: mod_jk: Auto reloading workers.properties file. Hi all, I've

Re: Exception report:Errors

2002-02-21 Thread Matt Egyhazy
hello, you need to import the sql classes you are using. this is a user error, there is no problem with tomcat. matt fusterjj wrote: org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated. An error occured between lines: 18

Re: Writing beans

2002-03-06 Thread Matt Egyhazy
this mailing list isnt one where we do your homework or code for your job, at least, i dont. anyway, what you have pasted is a misuse of jsp. i suggest buying a j2ee book, the wrox ones are good. from your description, i dont think you really want to use a bean to do this... matt

Re: init parameter and web.xml cant get it to work?

2002-03-14 Thread Matt Egyhazy
try message = getInitParameter(message); matt - Original Message - From: Leon Vermaak [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, March 14, 2002 5:00 PM Subject: init parameter and web.xml cant get it to work? I have Tomcat 4.0 running as a service

Re: Newbie: Servlet under Windows does not run

2002-03-17 Thread Matt Egyhazy
what is the package name in the .java file of your censusquery class? matt - Original Message - From: Jim Cobban [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: John W Austin [EMAIL PROTECTED] Sent: Sunday, March 17, 2002 3:20 PM Subject: Newbie: Servlet under Windows does not run I am

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread Matt Egyhazy
i havent done ejb in forte community edition, however, it comes with tc 3.3 and you can debug servlets internally. i have not tried remote debugging. matt - Original Message - From: Bing Zhang [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 11:34 AM Subject: Off

Re: mod_jk seems to corrupt JPEGs

2002-03-23 Thread Matt Egyhazy
what do you mean by corrupted? also, if you are changing the size of the img, using size controls in the img tag, it might make your image blurry and ugly. matt - Original Message - From: Reynir Hübner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, March 23

Resource Factories, Pools and J2EE/Servlet spec...

2002-04-05 Thread Matt Gregory
I add a custom resource factory the JNDI tree and then access it? Thanks in advance, -Matt -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Kinda not topical

2002-04-05 Thread Matt Gregory
Emacs and vi/vim can be used remotely via SSH. You can also create a WebDAV compliant filesystem and edit the files that way. - Original Message - From: August Detlefsen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 05, 2002 3:00 PM Subject: RE: Kinda not

Re: Kinda not topical

2002-04-05 Thread Matt Gregory
Subject: Re: Kinda not topical Thanks for the tip. I am using Emacs right now, but I want to try out the other options. Is WebDAV secure? --- Matt Gregory [EMAIL PROTECTED] wrote: Emacs and vi/vim can be used remotely via SSH. You can also create a WebDAV compliant filesystem

Re: Tomcat corrupts file during download

2002-04-06 Thread Matt Gregory
Are you downloading the file with a jsp page? It should be noted that if you write to the output stream of a jsp page: [HttpServletResponse/ServletResponse.getOutputStream()], then the output stream returned is a character output stream and will mangle binary files and not handle all output

Re: Is there a native JDBC driver for MS Access?

2002-04-06 Thread Matt Gregory
No, you are forced to use the JDBC/ODBC bridge or purchase one of the proprietary drivers available. I know there are Paradox, FoxPro and dBase IV drivers but I have not seen any for Access. - Original Message - From: Adrian Beech [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL

Re: Is there a native JDBC driver for MS Access?

2002-04-06 Thread Matt Egyhazy
i agree, access is a very poor choice of db for ANY production system. matt - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, April 06, 2002 8:08 PM Subject: Re: Is there a native JDBC driver for MS Access

Tomcat 4.0.3 and Maverick

2002-04-08 Thread Matt . Cowley
I'm using Tomcat 4.0.1 successfully with Maverick 1.0.1. With the same application deployment, I can't get Maverick to work with Tomcat 4.0.3; I get classdef not found exceptions on javax/xml/transform/TransformerException, even with the Maverick example programs. I've tried Maverick 2.0 also,

Re: What does IMHO mean?

2002-04-15 Thread Matt Gregory
RTFM Read the Fine Manual according to Zope, but many others like to substitute fine with some other metaphore. LOL Laugh out loud ROFL Rolling on floor laughing ROFLMAO Rolling on floor laughing my arse off WTF What the fsck Use your imagination. IANAL I am not a llama If you don't know, you

Deploy command in the Manager

2002-04-23 Thread Matt Seaborn
this (it returns a 405 as well as there being no docu), it not does it appear that 4.1 will either (no docu). So what I am asking is does/will Catalina support this functionality, and if not why is Ant trying to use it? Matt Seaborn Software Engineer Categoric Software The leader in enterprise event

RE: oci8 driver problem on Linux

2002-04-23 Thread Matt Seaborn
An UnsatisfiedLinkError occurs when a JNI error occurs deu to the libarry being inaccessable. Classes12.zip is making call to a Windows DLL which is, for obvious reasons, not present on Linux. You need to obtain the Oracle Linux driver for Java. This will most likely require you to install

RE: Deploy command in the Manager

2002-04-23 Thread Matt Seaborn
Found it out. It is not, and will not, be supported in Tomcat 4.0.x. Presumably it will appear in 4.1. -Original Message- From: Matt Seaborn [mailto:[EMAIL PROTECTED]] Sent: 23 April 2002 10:22 To: '[EMAIL PROTECTED]' Subject: Deploy command in the Manager The Deploy Task

Re: AW: Strarting-up Error Message

2002-06-10 Thread matt dilley
did you start tomcat from the root user? If the server port is changed to 80, you have to make sure that you start the process from root, as that is the only user that is allowed to access that port Matt On Mon, 2002-06-10 at 10:25, franzR wrote: How often did you start Tomcat? ( i.e. ps -e

Wierd Error with IIS 5/Tomcat 4.0.3 Redirect

2002-06-12 Thread Matt Fury
with tomcat version 4.0.3 or will the 3.3.1 worK? Also is there an issue with J2SDK 1.4 and Tomcat 4.0.3? It seemed to have crashed with that so I rolled back a jdk. Thanks! -Matt = int myName() { cout -Matt Fury \n; return 0

RE: ATTN IIS-Tomcat redirector developers - I am stuck with this foroveraweek now - PL HELP

2002-06-13 Thread Matt Fury
) at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:417 ) at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:495) at java.lang.Thread.run(Thread.java:536) -Matt --- [EMAIL PROTECTED] wrote: Hi, I have similar problem, although not using BASIC but FORM. I

Help! Tomcat 4/IIS Error! Everything seems set up fine.

2002-06-13 Thread Matt Fury
.Ajp13Processor.process(Ajp13Processor.java:417 ) at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:495) at java.lang.Thread.run(Thread.java:536) Any idea what that means? I can't track down why it'd throw that particular error. -Matt = int myName

Re: war file deploys but can't reach any urls

2002-06-21 Thread Matt Vanderveer
://nagoya.apache.org/bugzilla/show_bug.cgi?id=4829 Matt -- --- Matt Vanderveer [EMAIL PROTECTED] Systems Administrator Tel: 434.817.5900 ext. 5957 Boxer Learning, Inc.Fax: 434.817.0494 200 E. Main St

Including multiple webapps in a JSP

2001-11-27 Thread Matt Sales
Hello, I am using Apache-1.3.22, RedHat-7.2, and Tomcat-4.0.1 with mod_jlk. Everything is working smoothly, but I'm stumped on how to simulate JSSI functionality. I am able to access a webapp's servlets in a jsp from within that webapp's directory using the jsp:include page=/servlet/foo.bar

Prob loading mod_webapp on Solaris 8.

2001-11-27 Thread Matt Goyer
on Solaris 8?? If some has.. If you could post a quick install guide of what you did I'd appreciate that. Matt -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

fop url

2001-11-27 Thread Matt Laywell
the hard drive but that won't work over the internet. I don't know if I need to make more entries in the server.xml file or what. any help would be appreciated. new at this matt laywell -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

tomcat and freeBSD

2001-11-28 Thread Matt Egyhazy
is this combination possible and what jdk/os version/tomcat version is recommended? thanks, matt -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: benchmarking Tomcat4?

2001-11-29 Thread Matt Egyhazy
http://jakarta.apache.org/jmeter/index.html matt - Original Message - From: J. Eric Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001 5:06 PM Subject: benchmarking Tomcat4? Has anyone tried benchmarking Tomcat4 versus some of the commercial engines like

Re: Quick Servlet Question

2001-11-29 Thread Matt Egyhazy
ive found the ResourceBundle class to be easier to use than an istream approach for getting properties. matt - Original Message - From: Bo Xu [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, November 29, 2001 5:28 PM Subject: Re: Quick Servlet Question

tuning the jvm for tomcat

2001-11-29 Thread Matt Egyhazy
to do this. if possible, suggestions for settings would be appreciated. the production system is a 4-way p3 xeon system with 4 gigs of ram running win2k (hey, i wish it was on unix too but its not my call). tomcat is the main application running on the machine. thanks, matt -- To unsubscribe

Re: Known Memory clean-up issues?

2001-12-01 Thread Matt Egyhazy
have you tuned the jvm settings? i had out of memory errors with 3.2.3 version of tomcat after periods of heavy load until i tuned the jvm. matt - Original Message - From: Randy Layman [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, November 29, 2001 3:25 PM

Cannot connect Servlet/JSP running in Tomcat to MySQL Database

2001-12-05 Thread Stine, Matt
Java code running within Tomcat. Thanks in advance for any help Matt Stine Software Engineer Hartwell Center for Bioinformatics and Biotechnology St. Jude Children's Research Hospital 332 N. Lauderdale St. Memphis, TN 38105-2794 Phone: 901.495.4602 Fax: 901.495.2945 [EMAIL PROTECTED

Re: Installing the MM MySQL driver

2001-12-08 Thread Matt Egyhazy
lib directory of your web application or one of the auto loaded directories within the tomcat install...im not sure which is which with tomcat4 though. hth matt - Original Message - From: Saqib Shaikh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, December 09, 2001 1:50 AM

Re: Possible To Share A Session Across Ports 8080 and 8443?

2001-12-09 Thread Matt Egyhazy
i think sessions are webapp specific. matt - Original Message - From: David White [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, December 09, 2001 4:22 PM Subject: Possible To Share A Session Across Ports 8080 and 8443? Due to problems with my cable modem, please respond via

Re: tomcat + netware

2001-12-11 Thread Matt Egyhazy
few applications have been written for it. the said company is looking at moving to windows for the short term while the admins get some *nix training so they can move everything to a *nix. matt - Original Message - From: Leland Albro [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday

Modified HTML source in JSP to Servlet translation

2001-12-12 Thread Matt Vanderpol
and what did you do to fix it? Thanks in advance. -Matt -- Matt Vanderpol | AtreNet | 1.831.425.2299 x216 | http://www.atre.net/ -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Modified HTML source in JSP to Servlet translation

2001-12-12 Thread Matt Vanderpol
Just figured I'd add - Tomcat 4.0.1 on RedHat 7.2 with Apache 1.3.22 and Sun's JDK 1.3.1 (though I figure that the Apache info doesn't matter much). -Matt -- Matt Vanderpol | AtreNet | 1.831.425.2299 x216 | http://www.atre.net/ -Original Message- From: Matt Vanderpol Sent

RE: Tomcat 4.0.1 doesn't seem to start

2001-12-13 Thread Matt Vanderpol
Try just running java. I had a similar problem where I was missing some libraries and Tomcat wasn't complaining about them, but when I ran java (no args or source files - just run it) I got an error message about the missing libraries. -Matt -Original Message- From: Mihai Gheorghiu

Re: Application Design: initialization

2001-12-15 Thread Matt Egyhazy
you can have servlets that load on application start up. they must have an init() method and the following attribute in your web.xml: load-on-startup1/load-on-startup matt - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 15, 2001 1:05 PM

Re: web developpment

2001-12-17 Thread Matt Egyhazy
forte cvs junit jmeter (not really benchmark, just stress testing) - Original Message - From: Laurent Michenaud [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 17, 2001 3:46 AM Subject: web developpment I would like to know what tools you are using with Tomcat... I

Apache/Tomcat index.jsp

2001-12-20 Thread Matt Reath
Does anybody have any suggestions on how to remedy this? Matt Reath Application Developer Cable Constructors, Inc. [EMAIL PROTECTED] -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Tomcat 4 integration with apache

2002-01-06 Thread Matt Bjornson
Could you please tell me the steps? Env Red Hat 7.1 JDK 1.3.1.02 Tomcat 4.01 I have tried to use mod_webapp.so and seem to have no luck! Thanks in advance! --- Vinay Singh [EMAIL PROTECTED] wrote: I did Apache 1.3.20 integration with Tomcat 4.0.1 using mod_webapp. I can tell u the steps if

  1   2   3   4   5   6   7   8   9   10   >