RE: Tomcat on Windows: advantages of running as a service?

2005-10-12 Thread Dale, Matt
Running from a service makes it a no brainer to start up tomcat when you reboot the machine as it does it automatically. Disadvantages I would see is that it hides the console and makes it difficult to changes options like JAVA_OPTS. -Original Message- From: Ben Souther

RE: [OT] How much RAM can java use

2005-10-06 Thread Dale, Matt
Hi, This will depend on which architecture of machine you are using. You will need both a 64 bit machine and a 64bit JVM to use that much memory. We use 12GB here with no problems on 64 bit solaris. Ta Matt -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: 06

RE: [OT] How much RAM can java use

2005-10-06 Thread Dale, Matt
On the 32 bit system you definitely won't get more the 2G without some kernel hacking and you may well see even less than that. On the 64 with a 64 bit JVM you should be able to use however much you like obviously leaving some space for the OS to run in. -Original Message- From: Leon

RE: connecting httpd with Tomcat

2005-09-26 Thread Dale, Matt
JK 1.2.13 is the latest mod_jk and the one you should use. Development on mod_jk has been abandoned due to lack of developer interest and most of the features backported to JK. -Original Message- From: Peter Menzel [mailto:[EMAIL PROTECTED] Sent: 26 September 2005 16:53 To: Tomcat

RE: session problems: www.blahblah.com versus blahblah.com

2005-08-16 Thread Dale, Matt
I'm not sure if this is the only or best way but you could create virtual hosts within your server.xml, one for each domain. Then obviously your code will only exist in one of the domains and the other you can do the redirect stuff. -Original Message- From: Michael Teter [mailto:[EMAIL

RE: session problems: www.blahblah.com versus blahblah.com

2005-08-16 Thread Dale, Matt
Ignore my last mail, this way is better. Ta Matt -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: 16 August 2005 13:42 To: Tomcat Users List Subject: Re: session problems: www.blahblah.com versus blahblah.com I would imagine the other way to do this is to implement

RE: session problems: www.blahblah.com versus blahblah.com

2005-08-15 Thread Dale, Matt
to www.blahblah.com so that whenever they are interacting with the webapp. Ta Matt -Original Message- From: Michael Teter [mailto:[EMAIL PROTECTED] Sent: 15 August 2005 21:05 To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: session problems: www.blahblah.com versus blahblah.com I

Tomcat security during runtime

2005-08-10 Thread Matt Anderson
. Matt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: can't start tomcat as user

2005-07-21 Thread Dale, Matt
That is operating system dependent. On linux you will have to write a script and put it in /etc/rc.d/init.d then symlink it from the relevant run level directories. Ta Matt -Original Message- From: dummy [mailto:[EMAIL PROTECTED] Sent: 21 July 2005 04:09 To: Tomcat Users List Subject

Re: Location of backwards compatibility patch

2005-06-21 Thread Matt Galvin
Its called: 5.5.9 Compat tar.gz Hope this helps, Matt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat memory question

2005-06-14 Thread Dale, Matt
Both active sessions and the number of webapps will fill up your heap. Within 64MB I think you will struggle to run 15-20 webapps but without knowing the exact size of them all and the amount of hits you expect I couldn't say for sure. Ta Matt -Original Message- From: Charl Gerber

RE: [Q] when to share jars

2005-06-14 Thread Dale, Matt
They need to be in common/lib when they need to be accessed by tomcat itself as well as the webapps. shared/lib would just be the webapps. I don't know about struts and jstl but you'd more than likely need a log4j in each webapp to get seperate webapp logging. Ta Matt -Original Message

RE: Tomcat memory question

2005-06-14 Thread Dale, Matt
but I personally would write a JSP or servlet to return the memory useage at any given time. That way you can keep an eye on it. Ta Matt -Original Message- From: Charl Gerber [mailto:[EMAIL PROTECTED] Sent: 14 June 2005 10:49 To: Tomcat Users List Subject: RE: Tomcat memory question

Re: War File Deployment Problem in Windows

2005-06-08 Thread Matt Tucker
of the JARs in my WEB-INF/lib directory were being locked so when the WAR was undeployed by tomcat, it wasn't able to delete them and my redeploy failed. In any case, check out this FAQ: http://jakarta.apache.org/tomcat/faq/windows.html#lock Matt Tucker thoughtbot cell: 617 775 0742 office: 617 876

Re: JAVA_OPTS??

2005-06-07 Thread Matt Galvin
can pass it in JAVA_OPTS. - Peter Like for example if you want to run your Sun Java VM in server mode you would say (which I usually do): export JAVA_OPTS= -server Hope this helps, Matt - To unsubscribe, e

incomplete WAR expansion on redeployment

2005-06-07 Thread Matt Tucker
encountered the same problem copying the war to the webapps directory by hand so I don't think it has anything do with the ant task. -- Matt Tucker thoughtbot cell: 617 775 0742 office: 617 876 4780 www.thoughtbot.com

RE: Where can I download the admin package?

2005-05-31 Thread Dale, Matt
Although Tomcat doesn't include the httpd server it can itself display web pages so depending on what you are doing it may be enough. Ta Matt -Original Message- From: egan0019 [mailto:[EMAIL PROTECTED] Sent: 31 May 2005 16:30 To: Tomcat Users List Subject: Re: Where can I download

RE: Class not found

2005-05-31 Thread Dale, Matt
Is it in the lib directory of WEB-INF or just in the root of it. You should put it in the lib sub-directory -Original Message- From: Ram Sriram [mailto:[EMAIL PROTECTED] Sent: 31 May 2005 17:52 To: Tomcat Users List Subject: Re: Class not found That didn't work. Is there any

RE: Error at tomcat start up

2005-05-22 Thread Dale, Matt
The error may be in your main tomcat web.xml rather than your webapps as it appears to be at line 331 and your webapp web.xml does not have that many lines. Ta Matt -Original Message- From: tushar S Kulkarni [mailto:[EMAIL PROTECTED] Sent: 21 May 2005 19:10 To: tomcat-user

RE: Clustering Tomcat

2005-05-22 Thread Dale, Matt
It looks like your machine is unable to send a multicast message. It will be an operating system configuration. Ta Matt -Original Message- From: Ben [mailto:[EMAIL PROTECTED] Sent: 21 May 2005 02:11 To: Tomcat Subject: Clustering Tomcat Hi I'm trying to configure clustering of 2

RE: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

2005-05-17 Thread Dale, Matt
no you are not the only one -Original Message- From: Guy Katz [mailto:[EMAIL PROTECTED] Sent: 17 May 2005 06:47 To: Tomcat Users List Subject: RE: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)? am i the only one getting this annoying spam from the tomcat lisy? -Original

Re: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

2005-05-17 Thread Matt Galvin
On 5/17/05, Guy Katz [EMAIL PROTECTED] wrote: am i the only one getting this annoying spam from the tomcat lisy? No, I have gotten like 100 of them, it's getting really annoying. Matt - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: server opts

2005-05-14 Thread Dale, Matt
What is the platform and error message? You haven't given us much to go on. -Original Message- From: Sergey Livanov [mailto:[EMAIL PROTECTED] Sent: 14 May 2005 18:56 To: Tomcat users Subject: server opts I have loaded 5.5.9 server. I want to set JVM options for Tomcat. When I add

RE: Jakarta Tomcat + Windows + PHP

2005-05-11 Thread Dale, Matt
The simple thing that you have missed is that you are following instructions to add PHP to Apache HTTPD, not Apache Tomcat. I think you can install PHP in Tomcat but I don't personally know how. Apache is an organisation, which makes many applications, it is not the name of a particular

RE: Jakarta Tomcat + Windows + PHP

2005-05-11 Thread Dale, Matt
A quick google brought back http://wiki.apache.org/jakarta-tomcat/UsingPhp. Should get you started. Ta Matt -Original Message- From: Janet Fraser [mailto:[EMAIL PROTECTED] Sent: 11 May 2005 10:02 To: Tomcat Users List Subject: Re: Jakarta Tomcat + Windows + PHP Matt, Thanks

RE: tomcat restart?

2005-05-10 Thread Dale, Matt
This is not possible as even if it could be shut down then the servlet will no longer exist to restart it. The only way would be for the servlet to notify some external process that the tomcat needs to be restarted and the external process will do the stopping and starting. Ta Matt

Re: context.xml created by Ant not discovered by Tomcat

2005-05-07 Thread Matt Galvin
to try it this way. Matt -- Lynn Hollerman. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

activation.jar / Tomcat 5.5 / JDK 5

2005-05-06 Thread Dale, Matt
and it is not a permissions problem. Is it possible that this jar does not work with JDK 1.5? Any ideas on how to solve my problem as it's holding up my migration to Tomcat 5.5 Ta Matt

RE: activation.jar / Tomcat 5.5 / JDK 5

2005-05-06 Thread Dale, Matt
/lib and not in your web application lib folder. Allistair -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: 06 May 2005 11:10 To: Tomcat Users List (E-mail) Subject: activation.jar / Tomcat 5.5 / JDK 5 Hi, I've seen this mentioned before but no solution

RE: activation.jar / Tomcat 5.5 / JDK 5

2005-05-06 Thread Dale, Matt
no? -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: 06 May 2005 11:27 To: Tomcat Users List Subject: RE: activation.jar / Tomcat 5.5 / JDK 5 Have done that. Only ever had one copy of the jar. Ta -Original Message- From: Allistair Crossley [mailto:[EMAIL

Re: Pass parameter to the JVM at startup

2005-05-06 Thread Matt Galvin
=/opt/tomcat -Dcatalina.home=/opt/tomcat -Djava.io.tmpdir=/opt/tomcat/temp org.apache.catalina.startup.Bootstrap start --- snip --- Thanks Again Micheal, Matt Cheers, Michael - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Pass parameter to the JVM at startup

2005-05-05 Thread Matt Galvin
the -server in there if it is running in server mode? How can I tell that the JVM is actually running in server mode? Thanks in advance, Matt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: context.xml created by Ant not discovered by Tomcat

2005-05-05 Thread Matt Galvin
So, IS there a way to do what I'm trying to do? Yes, there is, I usually put them in: $CATALINA_HOME/conf/Catalina/localhost/myapp.xml Could you post the contents of your context file? Maybe something needs to be tweak possibly. Matt

Re: Help - Alias or Symlink to external(to the context) images directory?

2005-05-04 Thread Matt Galvin
when the application loads (using a context listener perhaps). I actually have a script that deploys the app for me, so in that script I create the symlink after deploying. Thanks again, Matt - To unsubscribe, e-mail: [EMAIL

Help - Alias or Symlink to external(to the context) images directory?

2005-05-03 Thread Matt Galvin
do this, other than using a servlet to retrieve/return the images? I need to be able to do this so that when the webapp is updated/redeployed, the images will not get deleted. I am running tomcat 5.0.28 on SUN's Java 1.4.2_08 on a variety or Linux/UNIX systems. Thanks in advance, Matt

RE: Tomcat j2sdk and image

2005-05-02 Thread Dale, Matt
methods are taking all the time. Ta Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 02 May 2005 16:33 To: tomcat-user@jakarta.apache.org Subject: Tomcat j2sdk and image Hi, I have a java application who generate image. On Sun Solaris 8, It works fine

RE: Catalina.out eats my harddisk space

2005-04-29 Thread Dale, Matt
log files which are easier to manage. Ta Matt -Original Message- From: Rajasekar [mailto:[EMAIL PROTECTED] Sent: 29 April 2005 11:05 To: tomcat-user@jakarta.apache.org Subject: Catalina.out eats my harddisk space Hi, I am facing a *catalina.out log* file problem in tomcat5. It eats my

RE: unable to send a java mail

2005-04-28 Thread Dale, Matt
The problem appears to be with your SMTP server and not java. Looks like you might need to open it up a bit to relaying. Ta Matt -Original Message- From: vishwam [mailto:[EMAIL PROTECTED] Sent: 28 April 2005 14:18 To: Tomcat Users List Subject: unable to send a java mail iam trying

logging problem (bug?)

2005-04-28 Thread matt . pierce
I am running tomcat 5.5 on a java 1.5 vm. I want to turn tomcat logging (via java.util logging) up for debugging but if I set everything to FINEST there is so much logging that It takes far too much time to start up. I am trying to trim down some of the excess logging to make this more

RE: All threads (250) are currently busy

2005-04-27 Thread Dale, Matt
You can use the tomcat manager application to find out which threads are busy. And secondly send a SIGHUP to the JVM and it will do a thread dump allowing you to work out what your threads are doing. You possibly have some kind of thread leak causing you to run out. Ta Matt -Original

RE: out of memory error

2005-04-26 Thread Dale, Matt
Or you simply don't have enough memory allocated to the JVM and you need to increase it. -Original Message- From: Mark Benussi [mailto:[EMAIL PROTECTED] Sent: 26 April 2005 15:41 To: [EMAIL PROTECTED]; tomcat-user@jakarta.apache.org Subject: RE: out of memory error I hit this issue

RE: Clustering application scope replication

2005-04-22 Thread Dale, Matt
Only objects that you put in the session would be a session attribute. Any other classes are irrelevant whether they are serializable or not. Ta Matt -Original Message- From: J. Ryan Earl [mailto:[EMAIL PROTECTED] Sent: 22 April 2005 16:24 To: Tomcat Users List; Lionel Farbos Subject

RE: Heap not expanding beyond -Xms512m

2005-04-20 Thread Dale, Matt
suggest that you don't in fact need 512MB if your app runs fine with no OOM in 512MB. If you really want to use the full 1GB the you'll have to use -Xms as you suggested. Ta Matt -Original Message- From: Guillaume Lahitette [mailto:[EMAIL PROTECTED] Sent: 20 April 2005 13:54 To: tomcat-user

RE: Multiple tomcat instances

2005-04-15 Thread Dale, Matt
yes, just modify the server.xml on the 2nd instance so it runs on different ports. Ta Matt -Original Message- From: Kelly, Steve [mailto:[EMAIL PROTECTED] Sent: 15 April 2005 10:33 To: tomcat-user@jakarta.apache.org Subject: Multiple tomcat instances Hi, Is it possible to run

RE: tomcat 5.5 help

2005-04-13 Thread Dale, Matt
I've had this problem with the activation jar required for emailing. My suspicion is that it is from a 1.4 J2EE so there is some funniness going on there but I haven't been able to solve it yet. Would be interested in the answer to this. Ta Matt -Original Message- From: dummy [mailto

RE: Tomcat Requirements

2005-04-12 Thread Dale, Matt
There is no way for anyone to even guess at that without benchmarks of your application. I'd suggest you use Jmeter and simulate users to see how it affects a server that you have already. 3000 is a lot of users so perhaps some kind of clustered environment should be considered. -Original

RE: Connector on Solaris 10

2005-04-04 Thread Dale, Matt
Are you saying that you can't get gcc to work? This would be why you are having difficulty compling JK. Get gcc to work then worry about the connector. Ta Matt -Original Message- From: jefou [mailto:[EMAIL PROTECTED] Sent: 04 April 2005 17:00 To: Tomcat Users List Cc: [EMAIL PROTECTED

RE: Clustering question

2005-04-01 Thread Dale, Matt
Yes this is a problem. All objects contained within a serializable object must in turn be serializable themselves. -Original Message- From: Steven Pannell [mailto:[EMAIL PROTECTED] Sent: 01 April 2005 12:33 To: 'tomcat-user@jakarta.apache.org' Subject: Clustering question Hi, I have

RE: possibly stupid question

2005-03-30 Thread Dale, Matt
Are you running it as a service? If so you may find that the output is going to stdout.log Ta Matt -Original Message- From: teknokrat [mailto:[EMAIL PROTECTED] Sent: 30 March 2005 10:54 To: tomcat-user@jakarta.apache.org Subject: possibly stupid question I am running tomcat 5.5

RE: jk2 for Apache2 and Tomcat 4

2005-03-14 Thread Dale, Matt
1.2.6 is the latest and should work with Apache 2 so you don't have to go back to apache 1. Ta Matt -Original Message- From: Paul Puschmann [mailto:[EMAIL PROTECTED] Sent: 14 March 2005 12:28 To: Tomcat Users List Subject: Re: jk2 for Apache2 and Tomcat 4 Mladen Turk wrote: Paul

RE: I'm using a linux server (fedora core 2) which has

2005-03-13 Thread Dale, Matt
Install the latest from the 1.2.X line as JK2 is not longer being developed. I thought the latest was higher but I was obviously wrong. You can get 1.2.8 at http://jakarta.apache.org/site/downloads/downloads_tomcat-connectors.cgi -Original Message- From: Pete Eakle [mailto:[EMAIL

RE: Too many open files exception

2005-03-11 Thread Dale, Matt
Sounds like you need to up the number of open files allowed at the operating system level. Ta Matt -Original Message- From: Moderate Extremist [mailto:[EMAIL PROTECTED] Sent: 11 March 2005 12:38 To: tomcat-user@jakarta.apache.org Subject: Too many open files exception A coworker

RE: Query on changing the path for catalina.out

2005-03-09 Thread Dale, Matt
The location of the catalina.out log file is not controlled from server.xml. This is other log files. Look in catalina.sh for $CATALINA_BASE/logs/catalina.out 21 and change that, to change the location of catalina.out. Ta Matt -Original Message- From: [EMAIL PROTECTED] [mailto

RE: OutOfMemory / JMeter / Profiler questions

2005-03-04 Thread Dale, Matt
differently with the persistent manager. Although you don't store anything in a session, do you perhaps instanciate it? The number of sessions you currently have can be viewed from the manager application. Ta Matt -Original Message- From: Guillaume Lahitette [mailto:[EMAIL PROTECTED] Sent: 04

RE: OutOfMemory / JMeter / Profiler questions

2005-03-04 Thread Dale, Matt
and monitor your tomcat instance with it. It will allow you to observe the jvm and the various parts of the heap and diagnose where the problem is. Ta Matt -Original Message- From: Guillaume Lahitette [mailto:[EMAIL PROTECTED] Sent: 04 March 2005 17:58 To: Tomcat Users List Subject: RE

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: Tomcat multiple instancies

2005-03-01 Thread Dale, Matt
You just have to change the ports that are used in the server.xml. Ta Matt -Original Message- From: Andrea Anastasescu [mailto:[EMAIL PROTECTED] Sent: 01 March 2005 09:35 To: Tomcat Users List Subject: Tomcat multiple instancies Hello everybody, I need to run 2 different instacies

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

RE: Tomcat clustering and NotSerializableException

2005-02-28 Thread Dale, Matt
I would guess that this means you have an object in your session that does not implement the serializable interface. Ta Matt -Original Message- From: Sng Wee Jim [mailto:[EMAIL PROTECTED] Sent: 28 February 2005 09:21 To: tomcat-user@jakarta.apache.org Subject: Tomcat clustering

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: Tomcat clustering and NotSerializableException

2005-02-28 Thread Dale, Matt
These objects will replicate to other instances when ALL objects in the session are serializable. I suspect that nothing will be replicated if there is non serializable objects in there. Ta Matt -Original Message- From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: 28 February 2005

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: 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: Getting other Sessions

2005-02-23 Thread Dale, Matt
Hi, That doesn't answer Joseph's question. It tells him how to access the objects in his own session but not how to access other peoples sessions. I would be interested to see how this is done as well. Ta Matt -Original Message- From: Bernhard Slominski [mailto:[EMAIL PROTECTED] Sent

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: 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

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: moving all classes to shared

2005-02-20 Thread Dale, Matt
this area for sharing classes accross webapps. If you wanted to save memory then the common/classes is where you should put your classes. This will only classload 1 copy of the class. Ta Matt -Original Message- From: Oleg [mailto:[EMAIL PROTECTED] Sent: Sunday, February 20, 2005 2:38 AM

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

RE: manager application

2005-02-14 Thread Dale, Matt
To use the manager app you have to add a user into the tomcat-users.xml with the manager role. Ta Matt -Original Message- From: P.M [mailto:[EMAIL PROTECTED] Sent: 13 February 2005 14:43 To: Jarkarta - TOMCAT Apache Subject: manager application Hi, I open the localhost:8080 without

RE: Session Objects

2005-02-08 Thread Dale, Matt
Yes it will, this won't work accross a cluster. You need to use the regular session manager. Is there any reason why you put the sessions in a singleton? Ta Matt -Original Message- From: Jagadeesha T [mailto:[EMAIL PROTECTED] Sent: 08 February 2005 17:25 To: tomcat-user

RE: Session Objects

2005-02-08 Thread Dale, Matt
Objects Could you explain why this won't work across a cluster? Thanks. On Tue, 8 Feb 2005 17:28:59 -, Dale, Matt [EMAIL PROTECTED] wrote: Yes it will, this won't work accross a cluster. Hi all, I' am storing session objects in a SINGLEON class object to keep all active sessions

RE: outOfMemory exception under high load

2005-02-07 Thread Dale, Matt
It could be your permanent generation that is running out of space. Get a hold of jvmstat to determine if this is the case. Ta Matt -Original Message- From: Michael Cornell [mailto:[EMAIL PROTECTED] Sent: 07 February 2005 11:31 To: Tomcat Users List Subject: Re: outOfMemory exception

RE: outOfMemory exception under high load

2005-02-07 Thread Dale, Matt
cause of your problem. Ta Matt -Original Message- From: Michael Cornell [mailto:[EMAIL PROTECTED] Sent: 07 February 2005 12:01 To: Tomcat Users List Subject: Re: outOfMemory exception under high load Hi, RE Matt: // I am already running visualgc (jvmstat) on it... the behavior is just

RE: Version control tool

2005-02-07 Thread Dale, Matt
Eclipse -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: 07 February 2005 15:25 To: Tomcat Users List Subject: OT: Version control tool Does anyone know a good version control tool for code management that is free? Also, a bug tracking application would be nice

RE: Version control tool

2005-02-07 Thread Dale, Matt
better than bugzilla...yes, even $1200 better. Larry On Mon, 7 Feb 2005 15:27:48 -, Dale, Matt [EMAIL PROTECTED] wrote: Eclipse -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: 07 February 2005 15:25 To: Tomcat Users List Subject: OT: Version control tool

RE: Tomcat 5.5.4 oveload CPU

2005-01-28 Thread Dale, Matt
Do you have enough physical memory to support the size that your JVM's grow to? Ta Matt -Original Message- From: Yuval Zantkeren [mailto:[EMAIL PROTECTED] Sent: 28 January 2005 09:25 To: tomcat-user@jakarta.apache.org Subject: Tomcat 5.5.4 oveload CPU Hi, I run 3 Instance of Tomcat

Start Tomcat 5.5.4 in the Background with No Console (Windows)

2005-01-24 Thread Matt Mejaski
called when the user logs out. That could be a pain as well, couldn't it? Does anyone have any thoughts on this? Thanks, Matt Mejaski

RE: Still having OutOfMemory Problems (Tomcat 4.1.31)

2005-01-18 Thread Dale, Matt
If it is taking these settings then either those are not enough or you are running out space in the permanent generation. Use -XX:MaxPermSize=128m to boost the max size of it. -Original Message- From: David Johnson [mailto:[EMAIL PROTECTED] Sent: 17 January 2005 17:52 To: Tomcat Users

RE: Alpha, Beeta releases--query

2005-01-18 Thread Dale, Matt
is because there is more visibility of the development process whereas with commercial products it is all done behind closed doors. Ta Matt -Original Message- From: Rajaneesh [mailto:[EMAIL PROTECTED] Sent: 18 January 2005 05:15 To: 'Tomcat Users List' Subject: Alpha, Beeta releases--query

precompile question

2005-01-18 Thread Matt Bathje
compiling, I would be willing to settle for that as well. Thanks, Matt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: precompile question

2005-01-18 Thread Matt Bathje
Thanks for the info. I'll just have ant move the files to a temporary extension before the jasper2 task, then back to .jsp when it is done. Thanks, Matt Tim Funk wrote: No, there are no way to exclude files. If you have a file which has an extension of jsp, then consider it to be a jsp. If its

RE: Why am I getting this authentication window

2005-01-14 Thread Dale, Matt
you need to add a user with the manager role to the tomcat-users.xml file. Then use this login and you will be able to access the admin app. -Original Message-From: Venkat Radha Venkataramanan [mailto:[EMAIL PROTECTED]Sent: 14 January 2005 16:43To: 'Tomcat Users

  1   2   3   4   5   6   7   8   9   10   >