Re: Tomcat and FileUpload, is upload cached before FileUpload parses it?

2006-03-25 Thread Nick Didkovsky
Thanks Bill So, uploading a large file will have no more impact on memory than uploading a smaller file. Do I have that right? Nick Didkovsky Bill Barker wrote: "Nick Didkovsky" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello After posting this question to the Commons

RE: [5.5] path specified in context.xml not being used

2006-03-25 Thread Caldarale, Charles R
> From: Wang, Hansen [mailto:[EMAIL PROTECTED] > Subject: RE: [5.5] path specified in context.xml not being used > > If you want to use something different than that, you can > create a context.xml and put in under the virtual host's > conf direction (e.g. CATALINA_HOME/conf/Catalina/localhost)

Re: hibernate jdbc drivers question

2006-03-25 Thread Wade Chandler
--- Wade Chandler <[EMAIL PROTECTED]> wrote: > --- Martin Gainty <[EMAIL PROTECTED]> wrote: > > > I have a quick question with hibernate hsqldb > > drivers > > > > [java] 11:58:23,125 INFO SchemaExport:177 - > > exporting generated schema to > > database > > [java] 11:58:23,125 ERROR

Re: hibernate jdbc drivers question

2006-03-25 Thread Wade Chandler
--- Martin Gainty <[EMAIL PROTECTED]> wrote: > I have a quick question with hibernate hsqldb > drivers > > [java] 11:58:23,125 INFO SchemaExport:177 - > exporting generated schema to > database > [java] 11:58:23,125 ERROR SchemaExport:200 - > schema export unsuccessful > [java] ja

Re: Disabling put and delete http methods

2006-03-25 Thread Bill Barker
Well, your is pretty much of a cluster-f*ck. Firstly, you need /*. Then you need (which is deny-from-all, what you have below is allow-from-authenticated-users). I'm guessing that there is more that you're not telling us. While I'm way too lazy to test this myself, I'm having trouble beli

Re: configuring the default servlet

2006-03-25 Thread Bill Barker
"Rachel McConnell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'd like to keep it there, as most of the apps use the same configuration > and it's repetetive to have identical configs in most of the webapps. > I'll test that, though; it should at least determine whether the

Re: configuring the default servlet

2006-03-25 Thread Rachel McConnell
I'd like to keep it there, as most of the apps use the same configuration and it's repetetive to have identical configs in most of the webapps. I'll test that, though; it should at least determine whether the DefaultServlet is a singleton or not! Anyone else have information on this? thx, Ra

RE: configuring the default servlet

2006-03-25 Thread Farrow, Marc
The first question I have is do you want/need to keep the default servlet definition in your CATALINA_BASE/conf/web.xml file? If not, then just remove it from there and just push the "default" configuration to every web.xml for each application. If you have a need for the default configuration in

problem working servlets/jsp-examples

2006-03-25 Thread Bassel Mannaa
I start my web browser put the link http://localhost:8080/ the server is working however when I click on "servlet examples" I get the "404" error with description: *The requested resource (/servlets-examples/) is not available. *this is the same situation I got when I click on jsp examples. I have

configuring the default servlet

2006-03-25 Thread Rachel McConnell
I have several web applications running in the same instance of Tomcat 5.5 and I'd like to configure the default servlet differently for some of them. The default configuration is in the web.xml file in the CATALINA_BASE/conf directory, and each webapp has its own web.xml file in its WEB-INF/ dir

Error 500

2006-03-25 Thread VIKASS NAGPAL
Hi I have deployed a war file from Websphere into the TOMCAT. As soon as i enter the username and password into my Login Page and click on Signon in i get the following error. Error ID : HTTP Error 500 Error Message : The page cannot be displayed. You are not connected to any particular serve

ERROR 500

2006-03-25 Thread VIKASS NAGPAL
Hi I have a problem. I have exported WAR file from Rational application developer into TOMCAT.I deployed this application in TOMCAT. This application is not running in TOMCAT. Its giving the following error: HTTP Error 500 The page cannot be displayed. You are not connected to any particular s

RE: Recommended Specs for Oracle 10g db server

2006-03-25 Thread Nick Havard
Hyperthreading is a plus in 10g (my experience). One of my clients has seen a 70-80% improvement in their batch processing by using it with appropriate parallelism etc. Setting the SGA to 2.5GB on a 4GB machine is well over the top. By the time you add in other memory components you'll be killing

Disabling put and delete http methods

2006-03-25 Thread Stephen More
I am having problems trying to disable put and delete. I have searched the Internet and they all say the same thing. Add the following: Disallowed Location * DELETE PUT * So I added that to jakarta

Re: manager webapp absent after installation

2006-03-25 Thread Nic Daniau
what about in conf/catalina/localhost, what do you find there? http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#Introductionmight help, just a thought On 25/03/06, Alex Turner <[EMAIL PROTECTED]> wrote: > > It's in the server/webapps/ directory instead of directly in the webapps > direc

Re: manager webapp absent after installation

2006-03-25 Thread Alex Turner
It's in the server/webapps/ directory instead of directly in the webapps directory Alex On 3/25/06, Alexander Nakhimovsky <[EMAIL PROTECTED]> wrote: > > I've run Windows installer, apache-tomcat-5.5.16.exe. It has worked in > the sense that Tomcat is running as a service. However, there is no > m

hibernate jdbc drivers question

2006-03-25 Thread Martin Gainty
I have a quick question with hibernate hsqldb drivers [java] 11:58:23,125 INFO SchemaExport:177 - exporting generated schema to database [java] 11:58:23,125 ERROR SchemaExport:200 - schema export unsuccessful [java] java.sql.SQLException: No suitable driver [java] at java.

Re: Recommended Specs for Oracle 10g db server

2006-03-25 Thread Martin Gainty
Afternoon All- Dont forget the direct correlation between hyperthreading (vis-a-vis cpu-count) affecting CPU cost (verified in plan table) for parallel tables Tom kyte addressed this issue here http://asktom.oracle.com/pls/ask/f?p=4950:8:F4950_P8_DISPLAYID:36798353051561 Good Stuff, Marti

Re: Recommended Specs for Oracle 10g db server

2006-03-25 Thread Barry Roberts
On Sat, Mar 25, 2006 at 11:18:58AM -0500, Alex Turner wrote: > Turn off hyperthreading for starters. Do that very carefully. We're using Xeons for a 10g cluster and thought that turning off hyperthreading might help with stability. In fact it just killed our performance. It's back on now. But

manager webapp absent after installation

2006-03-25 Thread Alexander Nakhimovsky
I've run Windows installer, apache-tomcat-5.5.16.exe. It has worked in the sense that Tomcat is running as a service. However, there is no manager webapp, contrary to what I expect from documentation. How do I obtain the manager webapp? adn Alexander Nakhimovsky Computer Science Department Colgat

Re: Recommended Specs for Oracle 10g db server

2006-03-25 Thread Alex Turner
Turn off hyperthreading for starters. Oracle requires a minimum of 5 seperate logical disks to function at optimal in a production environment. You will need a good raid controller, and a good disk array to get any kind of decent insert speed. You will need to do some serious oracle tuning, there

Re: Get JDBCRealm's current user

2006-03-25 Thread Martin Gainty
Just a Cursory answer from google- ConnectionHandle.getMetaData().getUserName(). Anyone else? Viel Gluck, Martin- - Original Message - From: "Rapthor" <[EMAIL PROTECTED]> To: Sent: Saturday, March 25, 2006 8:14 AM Subject: Get JDBCRealm's current user Hello, how is it possible to r

Get JDBCRealm's current user

2006-03-25 Thread Rapthor
Hello, how is it possible to retrieve the user currently logged in via JDBCRealm? I know how to check if the user is in some role (isUserInRole(name)). But how do I get the username? -- View this message in context: http://www.nabble.com/Get-JDBCRealm%27s-current-user-t1341315.html#a3586626 Sent

RE: Recommended Specs for Oracle 10g db server

2006-03-25 Thread Nick Havard
Hi Have you tuned the database? Do you have DBA's that monitor the database etc. What is your storage sub-system? Most database performance issues come back to the application. Run an AWR report against it from SQL*Plus and then get it analysed at http://www.oraperf.com (it's a free service you

Re: [5.5] path specified in context.xml not being used

2006-03-25 Thread Nic Daniau
see also my other post in "*Setting the context path for expanded WARs* " On 24/03/06, Wang, Hansen <[EMAIL PROTECTED]> wrote: > > The path is ignored when you deploy webapps this way. Tomcat will use > the basename of the war file as the context path. If you want to use > something different than

Re: Setting the context path for expanded WARs

2006-03-25 Thread Nic Daniau
create a folder ${catalina.home}\context (I use "context" but anything works as long as the name does NOT start with webapps (see bug in bugzilla), eg "webapps2" will NOT work. expand your war into this folder, NOT to webapps/ copy your context file into conf/catalina/localhost (or whatever your

Re: mod_jk settings for a large node cluster

2006-03-25 Thread Mohan2005
any sugestions on this please ? -- View this message in context: http://www.nabble.com/mod_jk-settings-for-a-large-node-cluster-t1276978.html#a3585482 Sent from the Tomcat - User forum at Nabble.com. - To unsubscribe, e-mail: [