RE: Force One page to not use SSL

2002-10-30 Thread Ralph Einfeldt
I've once posted a skeleton to do that: One option for you to work around this, would be (roughly) something like this: - Create a hashtable that is global to the webapp. - Create a hashtable for each session - Store the session hashtable in the application Hashtable and use the

Re: Profiling with tomcat

2002-10-30 Thread Steinar Bang
Graham King [EMAIL PROTECTED]: I found a combination of -Xrunhprof (see 'java -Xrunhprof:help') and HPjmeter (free tool from HP for visualising the output of hprof. See http://www.hp.com/products1/unix/java/hpjmeter/index.html) Is this program available for free download? I was unable to

RE: Profiling with tomcat

2002-10-30 Thread Ralph Einfeldt
Have a look at http://www.hp.com/products1/unix/java/hpjmeter/downloads/license_hpjmeter_1-5.html (It's just 2 clicks from the start page) -Original Message- From: Steinar Bang [mailto:sb;dod.no] Sent: Wednesday, October 30, 2002 9:10 AM To: [EMAIL PROTECTED] Subject: Re: Profiling

RE: Session start

2002-10-30 Thread Ralph Einfeldt
It's quite simple. Whenever a request reaches tomcat that contains no session id (url or cookie) or a session id that doesn't belongs to a active session, tomcat creates a new session. To do what you want you have to disable cookies in tomcat. This way you will get a new session whenever a new

RE: DBCP Woes! Ahaa!

2002-10-30 Thread neal
Thanks for all the info. Yeah, I'm using 4.0.4 so I guess that resources link won't work. Too bad. I will take a look at the default context though. That sounds like it fits my scenario perfectly. Thanks! Neal -Original Message- From: Craig R. McClanahan [mailto:craigmcc;apache.org]

Re: tc4.1.12 and Apache2.0.43 mod_jk Root Context not appearing in mod_jk.conf

2002-10-30 Thread Robert L Sowders
Oops, cat short_term_memory | /dev/null I'm glad I could help you at least once then, It's been awhile since I've been down with JK mind you, been tracking JK2 while others here have maintained JK systems. If you know the correct syntax for your jkmounts and such and make your own edits to

AW: apache/tomcat multiple hosts

2002-10-30 Thread Dieter Kaltenbach
Hi, i guess you need a second tomcat host within the same engine container according to your apache virtual host. Something like: Host name=www.foo.com ... Context docBase=/home/foo ... / /Host Host name=demo.foo.com ... Context docBase=/home/foodemo ... / /Host Hope it helps.

RE: DBCP Woes! Ahaa!

2002-10-30 Thread neal
One last question on the topic: If I configure the conn pooling resources indepdently for 5 different Hosts, when I set the maxActive parameter, will this be the maxActive connections *per* Host, or total? If I set the maxActive to 10 for 5 websites,have am I effectively allocating 50

Tomcat standalone - traffic logs???

2002-10-30 Thread neal
I'm using Tomcat Standalone and I would like to be able to process my logs to determine traffic trends on my site. I have webalizer and can use it to parse the logs. The problem though, is that I was looking at the logs being generated form tomcat and these logs don't seem to have any traffic

RE: Tomcat standalone - traffic logs???

2002-10-30 Thread Reynir Hübner
Just have the following in the context of your webapp (in server.xml) : Valve className=org.apache.catalina.valves.AccessLogValve resolveHosts=true directory=C:/logdir/ prefix=access_log. suffix=.txt pattern=common/ Hope it helps -reynir

Re: Tomcat standalone - traffic logs???

2002-10-30 Thread Luc Santeramo
At 03:14 30/10/2002 -0800, you wrote: I'm using Tomcat Standalone and I would like to be able to process my logs to determine traffic trends on my site. I have webalizer and can use it to parse the logs. The problem though, is that I was looking at the logs being generated form tomcat and these

ques : tomcat4, cgi window 2k server

2002-10-30 Thread tk g
hi all, i've tried to run cgi in tomcat 4.1.2. i've changed the web.xml - uncomment the cgi part rename the cgi to jar file. unfortunately when i type: http://localhost:8080/cgi-bin/index.cgi i get error 500 exception report. attached are the error msg web.xml server.xml. my environment: win2k

Advanced / multiple worker configuration

2002-10-30 Thread Samuel Rochas
Hi there, I am running tomcat 4 with IIS just fine. Since we are hosting different java applications on the same server, we have trouble using the default configuration with only the ajp13 worker. If one application make the java process to crash, all sites crash :-( I would like to define 1

ques: Tomcat Apache 4.0.6 v 4.1.12

2002-10-30 Thread Dodd, Andrew
Greetings, my first posting to the site hopefully I can find some answers, I'm currently using a MVC based framework that uses JSP's as the presentation Medium. This was written and originally ran under Tomcat/Apache 3.3. The application will run correctly under 3.3 and also 4.0.6 but fails to

RE: apache/tomcat multiple hosts

2002-10-30 Thread tamsin
thanks, that did exactly what i wanted! tamsin -Original Message- From: Dieter Kaltenbach [mailto:Dieter.Kaltenbach;unitedplanet.de] Sent: 30 October 2002 09:19 To: Tomcat Users List Subject: AW: apache/tomcat multiple hosts Hi, i guess you need a second tomcat host within the same

Tomcat Xerces Issue.

2002-10-30 Thread Saurabh Arora
I have been looking at the webClassLoader Code. I realised that the Classloader doesnot allow the Xerces lib to be loaded from the WEB-INB/lib . It prevents the same be filtering the org.apache.xerces package. It means the documentation that , Application can use specific version of

Re: Tomcat Xerces Issue.

2002-10-30 Thread Saurabh Arora
Just to add to previous posting , i was looking at source code for v4.1.12 release Build [EMAIL PROTECTED] 10/30/02 04:54PM I have been looking at the webClassLoader Code. I realised that the Classloader doesnot allow the Xerces lib to be loaded from the WEB-INB/lib . It prevents the same

RE: Tomcat standalone - traffic logs???

2002-10-30 Thread neal
Excellent! Thanks! :) -Original Message- From: Luc Santeramo [mailto:luc.santeramo;univ-avignon.fr] Sent: Wednesday, October 30, 2002 2:22 AM To: Tomcat Users List Subject: Re: Tomcat standalone - traffic logs??? At 03:14 30/10/2002 -0800, you wrote: I'm using Tomcat Standalone and

RE: Tomcat standalone - traffic logs???

2002-10-30 Thread omar . pinheiro
I have installed sucessfully the Tomcat 4.0.6 conector working with Microsoft IIS 5.0 using the isapi DLL. Now we want to use SSL to make secure connnections. We have already made the request to the CA and today we will install the certificate on IIS. Anyone knows if this will run correctly ?

Connecting to mysql - Server configuration denies access to data source

2002-10-30 Thread Kevin Passey
Has anybody seen this. I've set the mysql tables correctly. Can anybody shed any light on this. Thanks Kevin Passey KDP Software Limited Tel: 01273 712830 Fax: 08700 510103 mailto:kpassey;kdpsoftware.co.uk http://www.kdpsoftware.co.uk -- To unsubscribe, e-mail:

Tomcat 4.0.6 + SSL + IIS 5.0

2002-10-30 Thread omar . pinheiro
Sorry, the subject was off-topic: I have installed sucessfully the Tomcat 4.0.6 conector working with Microsoft IIS 5.0 using the isapi DLL. Now we want to use SSL to make secure connnections. We have already made the request to the CA and today we will install the certificate on IIS. Anyone

Re: Tomcat standalone - traffic logs???

2002-10-30 Thread Tim Funk
Performance tip - keep resolveHosts=false. Otherwise your server will attempt to resolve all incoming addresses to their hostname. But on an intranet - this might not be much of an issue. -Tim Reynir Hübner wrote: Just have the following in the context of your webapp (in server.xml) :

tomcat speed

2002-10-30 Thread Sandeep Murphy
hi all, I have been using Tomcat for more than a year now...however 2 things hv always bugged me and decided its time to get them solved.. 1. The Tomcat 4 normally used to boot up/start up in under 30 seconds but sometimes takes as much 6-8 mins to start up and run !!! Why does this happen and

Re: Profiling with tomcat

2002-10-30 Thread Steinar Bang
Ralph Einfeldt [EMAIL PROTECTED]: From: Steinar Bang [mailto:sb;dod.no] Is this program available for free download? I was unable to determine from the web pages whether it was a freely downloadable program, or whether it was a commercial product. Have a look at

RE: tomcat speed

2002-10-30 Thread Sandeep Murphy
hi, the server.xml looks fine... will chk it out again slowly...(wud also appreciate more suggestion..:)) well, hv a P IV with 256 mb ram.. shud be sufficient i guess!! but is there any explanation for the message appearing twice or is it normal??? thnx -Original Message- From: Mr.

Coyote AJP 1.3 connector: apache HTTPS info blocked

2002-10-30 Thread Steinar Bang
Platform: Intel PIII, RedHat 7.2, apache 1.3.20, ajp1.3 tomcat 4.1.12, BlackDown Java SDK 1.3.1, Struts 1.1-b2 Is there a way to pass the scheme used by the client when talking to the apache server (ie. http or https) through the Coyote AJP 1.3 connector? If I use the old

Tomcat 4.1.x not allowing symlinks for static content.

2002-10-30 Thread Nick Lombard (VSP)
Good day. We are experiencing problems with symlinks in an application (context) directory in that tomcat refuses to follow the link and returns that the resource cannot be found. We are running Tomcat 4.1.12, JDK 1.4.1.01 on Linux. The Release notes states the following.

OFF-TOPIC: testing

2002-10-30 Thread Felipe Schnack
Hi all... I really want to do regression testing and such. I already created various tests for classes that deal with String manipulation, etc. But I was wondering how I would test objects that deal with database data? How you all do that? I mean, you insert test data in the test case? --

RE: ques: Tomcat Apache 4.0.6 v 4.1.12

2002-10-30 Thread Ralph Einfeldt
4.0 and 4.1 implment the same specs: JSP 1.2, JSDK 2.3 Both specs are backwards compatible with their predessor. Nevertheless some things that are not part of the spec have changed between 4.0 and 4.1. To know what might cause your problems you should be more specific what exacly fails with

RE: Tomcat gives servlets thru Apache but only for localhost

2002-10-30 Thread Turner, John
Yes, you need to add a Host container to server.xml for toucan.pnl.gov. It would look like this: Host name=toucan.pnl.gov some=other-options / And then inside that container you would have a Context container for your app. See the docs on the Host and Context containers:

Using JAXB in a Servlet (class loader prob?)

2002-10-30 Thread Steve Slatcher
Hi all I have some code that uses JAXB that works fine in a standalone app with the jars I expect it to need. When I put the same code in a webapp I got a couple of problems initialising the Sevlet (see log file below). I managed to get rid of one problem (javax.xml.bind.JAXBContext) by putting

RE: OFF-TOPIC: testing

2002-10-30 Thread Ralph Einfeldt
The short answer is yes. The longer answer is that we have scripts that sets up a site and a database with a well defined content (that's done in less than 2 minutes) from scratch and run our testcases against that site and database. -Original Message- From: Felipe Schnack

RE: mod_jk + tomcat on Solaris 8 ( about Turner's HOWTO )

2002-10-30 Thread Turner, John
Actually, now I'm confused. Apache runs on port 80. I don't know what you have Tomcat running on port 443 for, that isn't something you need to do. - set Apache to run on port 80 - put an Include line in your httpd.conf that includes mod_jk.conf - set workers.properties to port 8009 - verify

RE: Using JAXB in a Servlet (class loader prob?)

2002-10-30 Thread Nick Lombard (VSP)
Hi Steve My half a cent comment. Can anone shed more light on this? Specifically I would be interested in any ways to avoid using the /common/lib directory. We are successfully using shared jar files accross applications by placing them in the $TOMCAT_HOME/shared/lib directory. This will help

RE: tomcat speed

2002-10-30 Thread Shapira, Yoav
Hi, the server.xml looks fine... will chk it out again slowly...(wud also appreciate more suggestion..:)) Also check any of your webapps for things that load on startup, i.e. listeners, filters, and load-on-startup servlets. All these init() and contextInitialized() methods will be called on

Re: Profiling with tomcat

2002-10-30 Thread Charles Baker
--- Steinar Bang [EMAIL PROTECTED] wrote: Ralph Einfeldt [EMAIL PROTECTED]: From: Steinar Bang [mailto:sb;dod.no] Is this program available for free download? I was unable to determine from the web pages whether it was a freely downloadable program, or whether it was a

RE: Connecting to mysql - Server configuration denies accessto data source

2002-10-30 Thread Sam Taylor
you might also want to check that you haven't exceeded your max connections to mysql... -Original Message- From: Larry Meadors [mailto:Larry.Meadors;plumcreek.com] Sent: Wednesday, October 30, 2002 8:31 AM To: [EMAIL PROTECTED] Subject:RE: Connecting to mysql - Server

Tomcat HTTPS

2002-10-30 Thread Nico De Groote
Hi, i'm trying to connect to Tomcat via https://localhost:8443/ but i'm always getting the 'The Page cannot be displayed' message. I did follow the Tomcat documentation but i specified another keystore with another password. I did mention these in the Factory attributes keystorePass and

RE: Profiling with tomcat

2002-10-30 Thread Ralph Einfeldt
It's a complete different tool. hpjmeter displays profiling data of a vm. -Original Message- From: Charles Baker [mailto:rascharles;yahoo.com] Sent: Wednesday, October 30, 2002 2:50 PM To: Tomcat Users List Subject: Re: Profiling with tomcat I'm late on this thread, so forgive

need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread dave m
I've tried to find info under this mailing list's archives and I've looked under the jk2 HOW-TOs and under Tomcat's documentation, but I'm still in the dark about this. I am 'EXTREMELY' new (ultra-newbie?) to Apache and to Tomcat. I can find no step-by-step tutorial on how to set the two

RE: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread Turner, John
This should be all you need, courtesy of Robert Sowders: ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip John -Original Message- From: dave m [mailto:learning_tomcat;hotmail.com] Sent: Wednesday, October 30, 2002 9:00 AM To: [EMAIL PROTECTED] Subject: need

Mod jk logged messages.

2002-10-30 Thread Mehdi . Nejad
Hello all, Can anyone shed some light on the following error message from mod_jk Wed Oct 30 13:59:22 2002] [jk_uri_worker_map.c (477)]: Attempting to map URI '/htmlclient/hcl/common/index.html' [Wed Oct 30 13:59:22 2002] [jk_uri_worker_map.c (599)]: jk_uri_worker_map_t::map_uri_to_worker,

Re: Mod jk logged messages... oh

2002-10-30 Thread Mehdi . Nejad
i think i worked it out. It just meant that i couldnt find any reason according to my config, to pass html / gif etc to Tomcat - which is right.. Cheers, Med Hello all, Can anyone shed some light on the following error message from mod_jk Wed Oct 30 13:59:22 2002] [jk_uri_worker_map.c

Re: Tomcat Xerces Issue.

2002-10-30 Thread Steve Slatcher
Hi Charlie, Which bit of which spec are you referring to? It sounds strange to me that a webapp is not allowed to use any version of any parser it wants to. Steve Slatcher Cox, Charlie wrote: this was done to enforce the spec. It was added in later and the doc was probably overlooked. you

Re: Connecting to mysql - Server configuration denies accessto data source

2002-10-30 Thread Jean-Luc BEAUDET
Well i don't have all the whole pb cause i just set up my brand new netscape It seems yu got in troubles with connection to mysql database. I just made it yesterday night to have my Tomcat's manager properly set up... First make yur database and tables. I can give yu a .sql script.

How do I increase performance on Tomcat?

2002-10-30 Thread JStanczak
I'm running Tomcat 4 on a Solaris 8 Sparc server. I've been watching the traffic increase on my server as I add more and more resources over time. In the process of this I've increased the maximum memory the JVM uses to keep Tomcat from running out of memory. Then I had to increase the maximum

RE: Session start

2002-10-30 Thread Mauro Daniel Ardolino
OK, but I still have some servlets that have to communicate using HttpSession setting and getting objects between them. So if on each call to different servlets I obtain a new session, then I loose the objects contained in the session. So reading your answer I think that the problem is to who

Re: How do I increase performance on Tomcat?

2002-10-30 Thread kathee
Tomcat Tuning Notes (applies to all versions and a good start) ** Exerpted from: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html. Please see this for the complete Tomcat User Guide. Real World Configuration Tips By default the Tomcat distribution comes with a naive

VirtualHosts and tomcat

2002-10-30 Thread MURAT BALKAS
Hi, I'm still trying to make tomcat support virtual hosting. I gave up fighting with connectors and trying to do it with tomcat's Host Container. Some info : --- My Engine's defaultHost is : localhost The docBase of the Host with the name localhost is : mobileservices Server

RE: Session start

2002-10-30 Thread Ralph Einfeldt
There is no strict rule to whom a session id belongs. It depends on the browser and your site. If you have cookies disabled it's quite easy, whenever you open a browser or a window with an url that doesn't contain a session a new session is created. If the url contains a session id for a valid

Tomcat firewall password

2002-10-30 Thread Lee, Michael
does any body know how to configure tomcat so that it is able to go out through a firewall. The firewall at work requires a username and password before a person can get on to the internet. I cannot find any documentation on how this can be achieved Many Thanks in advance Michael -- To

Compilation error with mod_jk / mod_jserv...

2002-10-30 Thread Subha Gowri
Hi, 1. I am having a problem while compiling mod_jk on Solaris 5.8. i'm using Tomcat 3.2.4 JDK 1.2.2. 2. The same problem exists when i tried to compile mod_jserv with the same above environment. Any alternative way to solve the above pbm? Regards, Subha -- To

RE: Compilation error with mod_jk / mod_jserv...

2002-10-30 Thread Turner, John
Nobody can help you unless you post specific information. What error message are you getting? What exactly isn't working? John -Original Message- From: Subha Gowri [mailto:subha;indts.com] Sent: Tuesday, October 29, 2002 11:50 PM To: '[EMAIL PROTECTED]' Subject: Compilation

Re: How do I increase performance on Tomcat?

2002-10-30 Thread JStanczak
Here's my server.xml file. I'm using Tomcat 4 in standalone. I guess I'm not understanding the connection pooling part of what you sent. I thought the maxProcessors part was for that. I'm still reading through it all, but the JVM part I've already done. !-- Example Server Configuration File --

Re: Compilation error with mod_jk / mod_jserv...

2002-10-30 Thread MURAT BALKAS
There're precompiled versions of mod_jk for either with mod-ssl or without mod-ssl. Get it from : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/solaris8/ Murat

Dual tomcat 3.3.1 behaviour.

2002-10-30 Thread Carlos J. Ramos
Hello there ! I had been doing some experiments in one of our servers, it is using apache - mod_jk - tomcat-3.3.1 over a Linux box. To improve performance I decide to find out what could happened if I increase the number of tomcat servers, so I have inside the same linux box...

BUG in jk connector?

2002-10-30 Thread Thomas Heller
Hi there, i just managed to setup tomcat running an jk ajp13 connector and apache with mod_jk. now i have a very strange thing on my jsp page the source says: h1[TEST]%= request.getHeader(Host) %[/TEST]/h1 when accessing tomcat through the http connector on port 8080 the output is:

RE: Session start

2002-10-30 Thread Andy Eastham
In my experience, IE 6 creates a new session cookie for each browser window... Andy -Original Message- From: Nick Lombard (VSP) [mailto:nick.lombard;vcontractor.co.za] Sent: 30 October 2002 15:25 To: Tomcat Users List Subject: RE: Session start Hi Mauro At least this one I can

RE: Session start

2002-10-30 Thread Nick Lombard (VSP)
Hi Andy Yes I have also experienced that since IE5 came out if one IE crashes it does not kill all of the others anymore as it did with IE4 and before. But It also only works if you launch a new browser and not just say open new window from the same browser process. So it is dependent on the

RE: BUG in jk connector?

2002-10-30 Thread Nick Lombard (VSP)
Hi Thomas, You are right that should work if the jsp gets parsed. You could try request.getServerName() to return the name of the server. What happens if you run the tomcat jsp examples snoop example. That should be the same through the connector and not. Hope I helped. Nick. -Original

RE: Session start

2002-10-30 Thread Jacob Kjome
only under certain circumstances. If the browser was opened via a ctrl+n or via a javascript:window.open() or a target=_blank then the session will definitely be the same as the parent window. If you re-double-click the icon on the desktop to open IE then you start the browser in a new

RE: OFF-TOPIC: testing

2002-10-30 Thread jon wingfield
Or you could use the mockobjects project (www.mockobjects.com) to write JUnit testcases which require no physical database connection. You can set up the sql statements you expect your code to execute and the data you expect to be returned. Using mock objects you can also simulate database failure

RE: Dual tomcat 3.3.1 behaviour.

2002-10-30 Thread Ralph Einfeldt
One effect that might explain what you describe is garbage collection. If you have 2 instances of tomcat each of them needs less memory than one tomcat handling the same amount of traffic. If you have the same max heap size in both test cases the garbage collection will happen less frequently.

Connecting to mysql - Server configuration denies access to data source

2002-10-30 Thread Kevin Passey
Has anybody seen this. I've set the mysql tables correctly. Can anybody shed any light on this. Thanks Kevin Passey KDP Software Limited Tel: 01273 712830 Fax: 08700 510103 mailto:kpassey;kdpsoftware.co.uk http://www.kdpsoftware.co.uk -- To unsubscribe, e-mail:

RE: Tomcat 4.1.x not allowing symlinks for static content.

2002-10-30 Thread Nick Lombard (VSP)
Typical me having problems that no one else has experienced ever. I hope someone still sees this post maybe I should post it on the developer list ? Thank you for all who read this post. It is still in an open state and I still haven't found any solution to the problem. Nick. -Original

Warning running startup.bat

2002-10-30 Thread Paul Abrilla
I downloaded installed j2sdk 1.4.1 and jakarta tomcat 4.0. I have setup the envinronment variables. However when I run the c:\jakarta-tomcat-4.0\bin\startup.bat, i get the popup window: c:\j2sdk1.4.1\bin\java.exe is not a valid Win32 application Why do I get this message? Any advise will be

RE: Tomcat 4.1.x not allowing symlinks for static content.

2002-10-30 Thread Turner, John
http://marc.theaimsgroup.com/?l=tomcat-userm=103390602115435w=2 http://marc.theaimsgroup.com/?l=tomcat-userm=103357558331698w=2 John -Original Message- From: Nick Lombard (VSP) [mailto:nick.lombard;vcontractor.co.za] Sent: Wednesday, October 30, 2002 11:13 AM To: Tomcat Users List

RE: Warning running startup.bat

2002-10-30 Thread Wagoner, Mark
Sounds like the executable is corrupt. If you run java -version do you get an error? You may need to reinstall the JDK. -Original Message- From: Paul Abrilla [mailto:APCXU;CUNYVM.CUNY.EDU] Sent: Wednesday, October 30, 2002 11:15 AM To: [EMAIL PROTECTED] Subject: Warning running

RE: OFF-TOPIC: testing

2002-10-30 Thread Ralph Einfeldt
But keep in mind that it is just an additional option not a replacement. Mockobjects can't replace the test for a real write/read check to the database. -Original Message- From: jon wingfield [mailto:jon.wingfield;mkodo.com] Sent: Wednesday, October 30, 2002 4:50 PM To: Tomcat Users

RE: Tomcat 4.1.x not allowing symlinks for static content.

2002-10-30 Thread Shapira, Yoav
Hi, Other people have run into this. The allowLinking attribute goes inside the Context element. For example, from someone's else's server.xml: Context path=/myapp docBase=myapp debug=0 reloadable=true crossContext=true Logger className=org.apache.catalina.logger.FileLogger

RE: Warning running startup.bat

2002-10-30 Thread Paul Abrilla
Thanks for the speedy reply. I did get the same warning message when I ran java - version and then I get the message access denied. /Paul On Wed, 30 Oct 2002 11:18:49 -0500 Wagoner, Mark said: Sounds like the executable is corrupt. If you run java -version do you get an error? You may need to

RE: Warning running startup.bat

2002-10-30 Thread Turner, John
That sounds like permissions to me. Are execute permissions enabled on c:\jakarta-tomcat-4.0 or c:\jakarta-tomcat-4.0\bin? John -Original Message- From: Paul Abrilla [mailto:APCXU;CUNYVM.CUNY.EDU] Sent: Wednesday, October 30, 2002 11:27 AM To: Tomcat Users List Subject: RE:

[Error] gnu/regexp/REException issue

2002-10-30 Thread François Vallet
Who has ever seen this error Thanks in advance... F. description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: gnu/regexp/REException at

RE: Warning running startup.bat

2002-10-30 Thread Paul Abrilla
How do I check or enable? On Wed, 30 Oct 2002 11:32:22 -0500 Turner, John said: That sounds like permissions to me. Are execute permissions enabled on c:\jakarta-tomcat-4.0 or c:\jakarta-tomcat-4.0\bin? John -Original Message- From: Paul Abrilla [mailto:APCXU;CUNYVM.CUNY.EDU]

RE: Warning running startup.bat

2002-10-30 Thread Turner, John
Right-click on the folder, choose properties. It's in there somewhere, I'm not a Windows person, so I can't help past that. John -Original Message- From: Paul Abrilla [mailto:APCXU;CUNYVM.CUNY.EDU] Sent: Wednesday, October 30, 2002 11:34 AM To: Tomcat Users List Subject: RE:

RE: Warning running startup.bat

2002-10-30 Thread Turner, John
Are you an admin on your machine? Or just a regular user? It might be quicker to just download the SDK again and stick it somewhere different and see if it happens again. John -Original Message- From: Paul Abrilla [mailto:APCXU;CUNYVM.CUNY.EDU] Sent: Wednesday, October 30, 2002

RE: Tomcat 4.1.x not allowing symlinks for static content.

2002-10-30 Thread Nick Lombard (VSP)
Thank you all for the assistance. The static content works now but the include files via directive %@ page import=symlink/includefile.jsp% does not work so I guess we are staying with 4.0 for now. For some reason I've been searching the mailing list on mikal.org as the link I got from

RE: DBCP Woes!

2002-10-30 Thread Mike Jackson
I'll second that statement. Where I use it via straight jdbc, I've never, and I repeat never, heard about anyone having a negative experience with. Or even ok experiences. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Iain Sanderson

RE: DBCP Woes! Ahaa!

2002-10-30 Thread Mike Jackson
If it's the common setup then it's probably 10 connections. If it's by webapp then it ought to be 50 connections. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: neal [mailto:nealcabage;yahoo.com] Sent: Wednesday, October 30, 2002 2:22 AM To: Tomcat Users

tc3.3.2dev: Exception: getOutputstream() called twice

2002-10-30 Thread Power-Netz \(Schwarz\)
Hi , I get this exception from tc 3.3.2dev: java.lang.IllegalStateException: getOutputStream() has already been called at org.apache.tomcat.facade.HttpServletResponseFacade.getWriter(HttpServletResp onseFacade.java:199) at

RE: ques: Tomcat Apache 4.0.6 v 4.1.12

2002-10-30 Thread Dodd, Andrew
OK a bit more detail, When using 4.1.12 the region implementation does not work i.e. the JSP page is not constructed as you would expect with the corresponding header / footer / navbar / body. There are no error messages in this case it is simply that the standard composite view

Re: Is CLASSPATH ignored ?

2002-10-30 Thread Michael Timpe
There is a way to use the classpath. In the script catalina.bat/catalina.sh the variable CLASSPATH is overwritten and all previous content is skipped. You can fix this by including the content of the CLASSPATH variable. There is also a script called setclasspath.sh/setclasspath.bat. You can

compile error?

2002-10-30 Thread Tumy, Brad
I just installed Tomcat on my server and I am trying to run a test page. I created a new jsp file in the directory: C:\Tomcat\jakarta-tomcat-4.1.12\webapps\ROOT The only code I put on this page was: % new java.util.Date() % I got the following error:

tomcat apache in win32

2002-10-30 Thread Felipe Schnack
Anyone already used mod_jk to integrate Tomcat 4.1.x and Apache 1.3.x under Win32? I need to do that, where I can find a how-to? -- Felipe Schnack Analista de Sistemas [EMAIL PROTECTED] Cel.: (51)91287530 Linux Counter #281893 Faculdade Ritter dos Reis www.ritterdosreis.br [EMAIL PROTECTED]

RE: compile error?

2002-10-30 Thread Bodycombe, Andrew
It should be %=new java.util.Date();% Andy -Original Message- From: Tumy, Brad [mailto:TumyB;Pragmatics.com] Sent: 30 October 2002 17:37 To: 'Tomcat Users List' Subject: compile error? I just installed Tomcat on my server and I am trying to run a test page. I created a new jsp file in

(4)Interrupted system call: Error while opening the workers, jk will not work

2002-10-30 Thread Christopher Prince
unending woes trying to get tomcat 4.1.12-LE-jdk14 to apache 1.3.23 conection with jk (jdk1.4.1 and redhat 7.3) currently 1. installed mod_jk from the RPM 2. added Include /usr/tomcat/conf/auto/mod_jk.conf to the apache httpd.conf 3. edited the workers.properties in the Apache/conf dir 4. added

RE: compile error?

2002-10-30 Thread John Trollinger
If you want to see the date you must do % java.util.Date() date = new java.util.Date(); % %= date % -Original Message- From: Tumy, Brad [mailto:TumyB;Pragmatics.com] Sent: Wednesday, October 30, 2002 12:37 PM To: 'Tomcat Users List' Subject: compile error? I just installed

RE: DBCP Woes! Ahaa!

2002-10-30 Thread Craig R. McClanahan
On Wed, 30 Oct 2002, neal wrote: Date: Wed, 30 Oct 2002 02:22:12 -0800 From: neal [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: DBCP Woes! Ahaa! One last question on the topic: If I configure the conn pooling

RE: Session start

2002-10-30 Thread Craig R. McClanahan
On Wed, 30 Oct 2002, Andy Eastham wrote: Date: Wed, 30 Oct 2002 15:31:34 - From: Andy Eastham [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Session start In my experience, IE 6 creates a new session cookie for

compile error update

2002-10-30 Thread Tumy, Brad
sorry to waste your time...I just noticed that I was missing the equals sign after the % obviously a new guy???!?! :) -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

RE: Session start

2002-10-30 Thread Mauro Daniel Ardolino
Now I figure how it works ;) Thanks to all! -- Mauro On Wed, 30 Oct 2002, Nick Lombard (VSP) wrote: Hi Mauro At least this one I can answer for you. You will deffinitely not be able to start a new session for each browser window opened if you are using session cookies. The Session

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

Could someone help me with this error, I'm tring to connect Apache and Tomcat

2002-10-30 Thread dave m
[Wed Oct 30 13:05:55 2002] [notice] config.setAttribute() Error setting vm: classpath C:\apache\tomcat/bin/tomcat-jni.jar [Wed Oct 30 13:05:55 2002] [notice] config.setAttribute() Error setting vm: classpath C:\apache\tomcat/server/lib/commons-logging.jar [Wed Oct 30 13:05:55 2002] [notice]

Re: tomcat apache in win32

2002-10-30 Thread dave m
I was told to try this doc. It is pretty straight forward. Please let me know if it is successful. ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip From: Felipe Schnack [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Problem with request-time attribute expressions in XML JSPs

2002-10-30 Thread Stefan Wachter
Hi all. I tried to work with XML JSPs (i.e. JSP in XML form) but I am not able to use request time attriubtes. For example the former JSP code table width=%= MyConstants.TABLE_WIDTH % /table should translate into: table width=%= MyConstants.TABLE_WIDTH % /table Tomcat 4.1.12 does not

Re: tomcat apache in win32

2002-10-30 Thread Felipe Schnack
Telling by the URL this is for Apache 2.x, I need to do it in apache 1.3.x On Wed, 2002-10-30 at 16:11, dave m wrote: I was told to try this doc. It is pretty straight forward. Please let me know if it is successful. ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip

RE: How do I increase performance on Tomcat?

2002-10-30 Thread David Tildesley
I've observed that increasing memory settings can have the opposite effect on performance also and introduce a cyclic performance factor (requests per second spikes quite high and then plummets to very low for sometimes 30 secs or more. I don't have an answer except keep to the default settings.

RE: Is CLASSPATH ignored ?

2002-10-30 Thread Sinclair, Alan (CORP, GEAccess)
I thought about modifying the setclasspath.sh however, we prefer not to modify the Tomcat distribution - makes for easier upgrading in the future. Thanks anyway -Original Message- From: [EMAIL PROTECTED] [mailto:MTimpe;t-online.de] Sent: Wednesday, October 30, 2002 10:17 AM To: Tomcat

RE: Tomcat firewall password

2002-10-30 Thread David Tildesley
what are you trying to achieve - why does tomcat need to go out through a firewall? Do you want to serve up content to internet users from the tomcat or do you have a tomcat application that needs to access a resource on the internet? -Original Message- From: Lee, Michael

RE: How do I increase performance on Tomcat?

2002-10-30 Thread Craig R. McClanahan
On Thu, 31 Oct 2002, David Tildesley wrote: Date: Thu, 31 Oct 2002 07:19:48 +1300 From: David Tildesley [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: How do I increase performance on Tomcat? I've observed that

  1   2   >