Re: Classloader problems

2004-03-05 Thread Mark F
Shapira, Yoav mpi.com> writes: > > Hi, > > >They are specific to the applications that we build and the class in > the > >CNFE is located in WEB-INF/classes > > OK, so they're not like XML parsers or something else common that tomcat > already includes? > > If the class in the CNFE is in WEB-

RE: Classloader problems

2004-03-05 Thread Mark F
>What two jars are these? Is the class in the CNFE above in one of those >two jars? >Yoav Shapira They are specific to the applications that we build and the class in the CNFE is located in WEB-INF/classes Thanks, -Mark - To

performance question

2003-08-06 Thread Mark F
Tomcat 4.0.6 Solaris 8 Java SDK 1.4.2 We have a web app that is slightly slow. This is a problem because it is just a bit slower than the app it is supposed to replace. This has the customer upset, partially because we all hate change, but also understandably, the customer wants it faster. We

Re: Bugs, Issues, Tasks, Patches, CVS integration - which is the best tool

2003-07-29 Thread Mark F
Depends on if you are using a commercial SCM tool. Bitkeeper has a nice tracking tool called BK/BugManager. PVCS Professional has one too. Can't remember what it is called. We are looking at SCM software right now but have not yet decided on anything. I'm sure most other commercial SCM softwar

Re: buiding 4.24

2003-07-28 Thread Mark F
Still no mod_jk2.so file being created. Has anyone seen this before? Any suggestions on what I can try to determine the cause? Thanks, -Mark Mark F wrote: || Eric J. Pinnell wrote: Hi, For the JK2 connector you should use the 2.0.2 source. Then compile with

Re: buiding 4.24

2003-07-25 Thread Mark F
4.07.2003 -0400, you wrote: ||| Ugh...I've seen this posted before but I don't use mod_jk2 so I didn't pay much attention to the answer. It will be in the archives somewhere, or perhaps someone else has the answer. |||| John Mark F wrote:

Re: buiding 4.24

2003-07-24 Thread Mark F
at is what you || are trying to do? You can just download the mod_jk2.so source, then: || || ./buildconf.sh || ./configure --with-apxs=/some/path/to/apxs || make || make install || || || John || || Mark F wrote: || ||| Shapira, Yoav wrote: Howdy, I've built tomcat 4.1.24 (and for t

Re: buiding 4.24

2003-07-24 Thread Mark F
Mark F wrote: || John Turner wrote: You're aware that there are two components to the Apache connectors, and that building Tomcat from source will only build CoyoteConnector and do nothing for mod_jk2.so, the Apache module? And that there is a much easier way to build mo

Re: buiding 4.24

2003-07-24 Thread Mark F
at is what you || are trying to do? You can just download the mod_jk2.so source, then: || || ./buildconf.sh || ./configure --with-apxs=/some/path/to/apxs || make || make install || || || John || || Mark F wrote: || ||| Shapira, Yoav wrote: Howdy, I've built tomcat 4.1.24 (and for t

Re: buiding 4.24

2003-07-24 Thread Mark F
From: Mark F [mailto:[EMAIL PROTECTED] || Sent: Thursday, July 24, 2003 11:49 AM || To: Tomcat Users List || Subject: buiding 4.24 || || I'm trying to build Tomcat 4.1.24 on Solaris 8. Why is this so || hard? If one thing doesn't fail it is another, I've followed the || directions in BU

buiding 4.24

2003-07-24 Thread Mark F
I'm trying to build Tomcat 4.1.24 on Solaris 8. Why is this so hard? If one thing doesn't fail it is another, I've followed the directions in BUILDING to the letter and still it won't build. Does anyone know the trick to this? Is there another document floating around that explains how you r

Re: tracking downloads

2003-07-10 Thread Mark F
|| justin || || || At 11:38 AM 7/10/2003, you wrote: ||| Angus Mezick wrote: You mean, like use the items in the access log? You could always create a valve that watches for certain paths and updates a DB/file entry or some such. --Angus | -Original Message- ||||| Fr

Re: tracking downloads

2003-07-10 Thread Mark F
| || -Original Message- || From: Mark F [mailto:[EMAIL PROTECTED] || Sent: Thursday, July 10, 2003 2:15 PM || To: Tomcat Users List || Subject: tracking downloads || || || We need to track every time a file is downloaded from our || server so that we may report on usage. We are currently || migrating to

tracking downloads

2003-07-10 Thread Mark F
We need to track every time a file is downloaded from our server so that we may report on usage. We are currently migrating to a new Java/JSP (Documentum and WDK) based Web application. We wrote a perl script before under the old system to parse the log files and construct a report but I'm fai

Re: performance

2003-07-09 Thread Mark F
installation's webapps directory, something else may need to be changed to make it work correctly with 4.1.24 -Mark Collins, Jim wrote: || Mark, || || I use Documentum with 4.1.24. Why can't you use this version? || || Regards || || Jim. || || -Original Message- || From: Mark F [mai

Re: performance

2003-07-09 Thread Mark F
ED]>... > Easiest performance improvement, upgrade to 4.1.24. > > -Tim > > Mark F wrote: > > Running Tomcat 4.0.6 on Solaris 8 > > > > Interested in improving performance, any tips or information would > > be appreciated. Also any tips or information on e

performance

2003-07-08 Thread Mark F
Running Tomcat 4.0.6 on Solaris 8 Interested in improving performance, any tips or information would be appreciated. Also any tips or information on exactly how to use JSPC to improve performance would be great. I've found a lot by searching but I don't exactly know how to use what I've found

Re: Deployment of WAR-files

2003-06-24 Thread Mark F
I have a simalar problem with deployment. I refer to the .war file in the context yet it still gets expanded. No matter what I do it gets expanded? Thanks, -Mark - Original Message - From: "Johannes Lietz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:40 AM S

Re: display tag

2003-06-16 Thread Mark F
gt;' || || You should probably ask these display tag related questions on the || display tag user list: || || http://lists.sourceforge.net/lists/listinfo/displaytag-user || || Matt || || -Original Message- || From: Mark F [mailto:[EMAIL PROTECTED] || Sent: Monday, June 16, 2003 9:15 A

Re: display tag

2003-06-16 Thread Mark F
The attribute requestURI in the display tld file has it's rtexprvalue set to true already yet it still doesn't work what I get is the literal expression as part of the link. -Mark Ben Souther wrote: | Did you set the rtexprvalue to true in your tag library descriptor? | This allows you to use JSP

Re: display tag

2003-06-16 Thread Mark F
Yeah that's what I thought. It doesn't though, I think it has something to do with the use of tiles. -Mark Larry Meadors wrote: || If you are going through another struts action, this should work: || || || || Larry || | [EMAIL PROTECTED] 06/16/03 9:15 AM >>> || Why can I not do the followi

display tag

2003-06-16 Thread Mark F
Why can I not do the following: ? Am I doing something wrong, what other option would I have besides hard-coding in the path. -Mark

display tag paging alphabetically

2003-06-13 Thread Mark F
I'm using the display tag to page through names from a search result. I would also like allow a link to the whole list indexed by Letter. Is this possible to do with the display tag? If not, how should I do it? -Mark

Re: Display Tag, Tiles and Paging

2003-06-11 Thread Mark F
hBy") != null) { > searchTerm = "&searchBy="+request.getParameter("searchBy"); > } > } > %> > > <%-- For linking to edit screen --%> > > > > requestURI='<%=request.getContextPath()+thisURL.getPath()+searchTerm%

Display Tag, Tiles and Paging

2003-06-11 Thread Mark F
I have an ArrayList that is a collection of JavaBeans containing three attributes id, name, ssn. It is working well with the display column like this: The paging and sorting do not work. It seems that I need to give it a requestURI parameter, but this cau

Re: How to UTF-8 your site.

2003-06-11 Thread Mark F
Is someone collecting the posts like this one? Information like this needs to be indexed. -Mark - Original Message - From: "Roberts, Eric" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, June 11, 2003 5:47 AM Subject: RE: How to UTF-8 your site. I would

Re: check for session

2003-06-06 Thread Mark F
| // Pass the request on | chain.doFilter(request, response); | } | | Map this filter to whatever you need authenticated (/* is one | possibility). | | Yoav Shapira | Millennium ChemInformatics | | || -Original Message- || From: Mark F [mailto:[EMAIL PROTECTED] || Sent: Friday, June 06

Re: check for session

2003-06-06 Thread Mark F
Also, I should have mentioned I'm using struts with tiles. Thanks, -Mark Mark F wrote: | We use a content management system (documentum) it operates much like | a database as far as authentication. I save a documentum session | object into my httpSession as "dmSession" upon succe

check for session

2003-06-06 Thread Mark F
We use a content management system (documentum) it operates much like a database as far as authentication. I save a documentum session object into my httpSession as "dmSession" upon successful logon. I want to check for the existence of this session on every page after the logon page, or if th

Creation of socket by tomcat

2003-06-06 Thread Mark F
Solaris 8 Apache 2.0.46 Tomcat 4.1.24 Mod_jk2 2.0.2 I'm trying to get tomcat to use UNIX socket connection after having given up on JNI. The configuration seems to be correct and everything is in place the only strange thing is that tomcat does not create the socket. Anyone know why? Also, c