Re: Loading external url as local

2007-05-10 Thread Pid
mélanie langlois wrote: Hello, In one of my webpage, one frame is loading an external url, using iframe tag. The loading process works fine, but I need to access component in this frame, to launch some actions on them. When I tryed that I get a Permission denied error, because the iframe is l

Re: Tomcat Embedded - Limitations?

2007-05-10 Thread Mark Thomas
risky57 wrote: > so there are no limitations? Correct > so tomcat embedded works the same as regular tomcat? Regular Tomcat *is* embedded Tomcat (with a wrapper around it). Mark - To start a new topic, e-mail: users@tomcat.apac

Context Descriptors

2007-05-10 Thread lightbulb432
The following regarding Context Descriptors is in the documentation for Tomcat 6. I'm wondering why the included contexts such as /examples, /docs, /host-manager, and ROOT (/) don't have Context Descriptors generated as described below. The locations for Context Descriptors are; $CATALINA_HOM

users@tomcat.apache.org

2007-05-10 Thread Vivek Lakshmanan
On Thu, 2007-05-10 at 17:36 -0600, Aaron Luchko wrote: > On Thu, 2007-05-10 at 16:23 -0700, Tim Alberts wrote: > > java.lang.ClassNotFoundException: > > org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory > > > > means Tomcat can't find a class it needs, but as I'm running all rpms > > from FC6 I

RE: Multiple Tomcat 6 instances with catalina.base

2007-05-10 Thread Caldarale, Charles R
> From: lightbulb432 [mailto:[EMAIL PROTECTED] > Subject: Multiple Tomcat 6 instances with catalina.base > > in my startup script I say the following: > > startup -Dcatalina.base="pathToBaseDir" Despite what RUNNING.txt says, I don't think that works. You actually need to set the CATALINA_BASE

Re: tomcat starts and immediately stops...why????

2007-05-10 Thread baran topal
i install it from scratch...and i will copy my webapps and i will copy common/lib of mine to the original one..i must i have jars i have developped...i am now sending the logs as a zipped file... 2007/5/11, baran topal <[EMAIL PROTECTED]>: hey if u use msn...add me [EMAIL PROTECTED] but don't m

Re: tomcat starts and immediately stops...why????

2007-05-10 Thread baran topal
hey if u use msn...add me [EMAIL PROTECTED] but don't mail to this address ibarelt save it...a pal from department hacked it...he was jealous of me i guess...:( 2007/5/11, baran topal <[EMAIL PROTECTED]>: not some... same... soorry for english here 6 a.m. i have to sleep now:) 2007/5/11, baran

Re: tomcat starts and immediately stops...why????

2007-05-10 Thread baran topal
not some... same... soorry for english here 6 a.m. i have to sleep now:) 2007/5/11, baran topal <[EMAIL PROTECTED]>: well i am using windows xp and i start regularly:)) adn well my team mate says he has some problem he says command prompt he uses services.msc and open from sevies i try the same

Multiple Tomcat 6 instances with catalina.base

2007-05-10 Thread lightbulb432
What can I do to get multiple Tomcat instances running under Tomcat 6? I've installed Tomcat, set CATALINA_HOME environment variable, and in my startup script I say the following: startup -Dcatalina.base="pathToBaseDir" Right now the baseDir that I point to in the startup script is completely em

Re: tomcat starts and immediately stops...why????

2007-05-10 Thread baran topal
well i am using windows xp and i start regularly:)) adn well my team mate says he has some problem he says command prompt he uses services.msc and open from sevies i try the same way but apache fails again after 5 seconds... 2007/5/11, David Smith <[EMAIL PROTECTED]>: Ok... let's start this fro

users@tomcat.apache.org

2007-05-10 Thread Rashmi Rubdi
On 5/10/07, Tim Alberts <[EMAIL PROTECTED]> wrote: I'm running FC6 with Tomcat 5.5.17 (standard rpm packages from the FC6 distribution). The default rpm packages seem to have some problem, they seem to depend on each other and often stall Linux. It's best to install Linux Fedora minus the RPMs

Re: tomcat starts and immediately stops...why????

2007-05-10 Thread David Smith
Ok... let's start this from the top. What OS is this being run on and how are you starting it? That'll clue me in on the startup script method used which should have some influence. --David baran topal wrote: i use 2100 in my senior project presentation as port...8080 for oracle XE...no pro

Re: tomcat starts and immediately stops...why????

2007-05-10 Thread baran topal
i use 2100 in my senior project presentation as port...8080 for oracle XE...no problem occured for 5 months but now...i can't...and no error messages i have...he starts and then stops..in fact the starting bar fills upto half then diseappears...thank god while my senior project he didn't fail me..

users@tomcat.apache.org

2007-05-10 Thread Caldarale, Charles R
> From: Tim Alberts [mailto:[EMAIL PROTECTED] > Subject: Exception processing Global JNDI Resources - on > FC6&Tomcat5.5.17 > > Does anyone have some suggestions for fixing this quick? Yes - throw away the rpm junk and install a real Tomcat from: http://tomcat.apache.org - Chuck THIS COMMUN

RE: Tomcat 6.0.9 not recognizing deletion of Applet class

2007-05-10 Thread Caldarale, Charles R
> From: Daniel Gresh [mailto:[EMAIL PROTECTED] > Subject: Tomcat 6.0.9 not recognizing deletion of Applet class > > Is it storing the class in some directory somewhere? Is it possible your browser - not Tomcat - is caching the applet? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/O

Re: banner reserved URL ??

2007-05-10 Thread David Smith
Cocoon typically tries to handle all requests so chances are it's cocoon's fault. Check your sitemap.xmap files for where it handles the pattern "**/banner". Also the cocoon list would be much better at helping you figure this out. --David Jerome Benezech wrote: I might be using the wrong

Re: Tomcat 6.0.9 not recognizing deletion of Applet class

2007-05-10 Thread Rashmi Rubdi
On 5/10/07, Daniel Gresh <[EMAIL PROTECTED]> wrote: Here is the JSP page code, if it helps: The problem may be because you're using applet tag within XHTML strict. The applet tag is not supported in XHTML 1.1 (and was depricated in HTML 4.01), you are encouraged to upgrade to the object tag o

Re: tomcat starts and immediately stops...why????

2007-05-10 Thread David Smith
baran topal wrote: tomcat starts and immediately(5 secs) stops...i uninstall and reinstall it...and update it to tomcat 6...problem continues and no error message is displayed only standart page not displayed is seemed... Ahh.. but you should consult the all knowing logs for details. See the

tomcat starts and immediately stops...why????

2007-05-10 Thread baran topal
tomcat starts and immediately(5 secs) stops...i uninstall and reinstall it...and update it to tomcat 6...problem continues and no error message is displayed only standart page not displayed is seemed...

Re: TomCat users' list, forum or documentation ?

2007-05-10 Thread Sven
Hassan, On May 10, 2007, at 12:59 PM, Hassan Schroeder wrote: If this directory that's in the ZIP file is the webapp itself, you should be able to just copy it into the webapps directory and run. Though you may want to rename it as suggested to something simple like 'jforum' because that's th

Loading external url as local

2007-05-10 Thread mélanie langlois
Hello, In one of my webpage, one frame is loading an external url, using iframe tag. The loading process works fine, but I need to access component in this frame, to launch some actions on them. When I tryed that I get a Permission denied error, because the iframe is loaded from an external do

how to: tomcat starts then stops after some seconds...

2007-05-10 Thread baran topal
i was using tomcat two days ago and now i cannot...i guess i uninstall then reinstall...tomcat starts then stops after some seconds...tomcat 5 i have used by i tried 6 too to get rid of the problem...help me...

Re: banner reserved URL ??

2007-05-10 Thread Jerome Benezech
I might be using the wrong terms rather. mycocoonwebapp is the cocoon context. The cocoon servlet matches /cocoonwebapp/* The weird thing is that any URL is caught by cocoon fine but URLs ending with bannerSo http://www.domain.com/mycocoonapp/index.html : cocoon OK http://www.domain.com/mycoco

Re: url-pattern troubles...

2007-05-10 Thread Hassan Schroeder
On 5/10/07, webzo <[EMAIL PROTECTED]> wrote: Ok, this should have been simple. But Tomcat doesn't seem to be doing what I thought it would- I have a bunch of jsp files under a directory called "protected". I want a filter to be invoked when these files are accessed. I also have a directory call

Re: url-pattern troubles...

2007-05-10 Thread Martin Gainty
in /WEB-INF/web.xml you have something like ServletName package.ServletClass ServletName /servlet/Servlet /servlet/Servlet maps to 'ServletName' identifier 'ServletName' identifier is served by package.ServletClass M-- This email message and any files transmitted with

users@tomcat.apache.org

2007-05-10 Thread Len Popp
FYI, here's a detailed explanation of what looks like your problem in Fedora Core 5: http://www.nabble.com/Re%3A-NamingException%3A-Cannot-create-resource-instance-p6228516.html -- Len On 5/10/07, Len Popp <[EMAIL PROTECTED]> wrote: That class is in naming-factory-dbcp.jar which is in Tomcat's

Re: Installing Tomcat as a Windows Service - JvmOptions & semicolons

2007-05-10 Thread Steve Cavill
I was able to get this to work by using the # separator. I got it to work with the --jvmoptions format, but not the ++jvmoptions format. You also need to have more than one option so you can use the # separator. This correctly added my two libraries to the java.library.path: "%EXECUTABLE%"

users@tomcat.apache.org

2007-05-10 Thread Len Popp
That class is in naming-factory-dbcp.jar which is in Tomcat's common/lib directory - at least, that's where it is if you install the official Tomcat release from apache.org. That JAR seems to be missing from the classloader path displayed in your error message, so either you deleted the required J

url-pattern troubles...

2007-05-10 Thread webzo
Ok, this should have been simple. But Tomcat doesn't seem to be doing what I thought it would- I have a bunch of jsp files under a directory called "protected". I want a filter to be invoked when these files are accessed. I also have a directory called "includes" under "protected". I DON'T want

users@tomcat.apache.org

2007-05-10 Thread Tim Alberts
I'm running FC6 with Tomcat 5.5.17 (standard rpm packages from the FC6 distribution). The main problem I'm having is getting my database connection pool setup.I'm getting a severe error that seems to be the source, but not sure what the easy fix is. Obviously the java.lang.ClassNotFoundExce

Re: Tomcat MBean JMX Notifications

2007-05-10 Thread Rama Casturi
Any ideas? -- View this message in context: http://www.nabble.com/Tomcat-MBean-JMX-Notifications-tf3718134.html#a10423193 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@to

Tomcat 6.0.9 not recognizing deletion of Applet class

2007-05-10 Thread Daniel Gresh
Hi, I have a JApplet class in my $CATALINA_HOME/webapps/mywebapp directory called applet.NVACApplet. It is part of the applet package. I load this applet through NVAC.jsp. I was making some changes to the class and recompiled. However, after reloading the webapp and making numerous changes,

Re: error-page and TC 5.5.23

2007-05-10 Thread David Smith
That's why I suggested searching bugzilla before opening a bug report. I doubt though that it'll get marked off as INVALID if it's in the spec and you can provide a simple war file demonstrating the problem. --David gb1071nx wrote: I don't like bothering the dev list with things that I'm no

Re: TomCat users' list, forum or documentation ?

2007-05-10 Thread Hassan Schroeder
On 5/10/07, Sven <[EMAIL PROTECTED]> wrote: > After the download, unpack the .ZIP file into your webapp's > directory (or anyplace you want to put it). A directory named > JForum- will be created If this directory that's in the ZIP file is the webapp itself, you should be able to just copy it

RE: WAR deployment incomplete (sometimes)

2007-05-10 Thread Michael Heinrichs
Thanks for your comments, I have a collected a second data point, which shows that the WAR does not stop unpacking at the same point every time. The first recorded incident was on Solaris, and this second incident was on Windows. Again, there was no exception or error message in the Tomcat logs.

Re: TomCat users' list, forum or documentation ?

2007-05-10 Thread Sven
Hassan and Tim, Thanks for the replies. On May 9, 2007, at 8:09 AM, Tim Funk wrote: Typically you go to the software vendor for support. Since you are installing JForum - going to their site for support would be the way to go. Which looks like:http://www.jforum.net/development.jsp That i

Re: SingleSignOn Valve Not Challenging

2007-05-10 Thread David Delbecq
Or, like us, use an old "bugged" tomcat version that allowed, on * role "all authenticated users" instead of "all user having a role enumerated in web.xml". Those old tomcat version break servlet specs but are handy if you are not too regardant to specifications :) Or use your own realm that add a

Re: SingleSignOn Valve Not Challenging

2007-05-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, Daniel Curran wrote: > Is there a way to authenticate the user without requiring a specific role? As has been previously stated, the * in your deployment descriptor will work; you just have to make sure that you have define all possible role

RE: SingleSignOn Valve Not Challenging

2007-05-10 Thread Caldarale, Charles R
> From: Daniel Curran [mailto:[EMAIL PROTECTED] > Subject: Re: SingleSignOn Valve Not Challenging > > The role has to be in LDAP as well as enumerated in a > security-role list? Yes. The source of the role associated with the principal is completely independent of the authorization checks. -

Re: Mailing List on Tomcat?

2007-05-10 Thread Filip Hanik - Dev Lists
James is a better platform http://james.apache.org/ Filip Johnny Kewl wrote: Has anyone seen or heard of a mailing list built on Tomcat? More I use "this" mailing list, more I appreciate the technology, and I think Tomcat is an almost perfect platform for the technology. Sort of thing that ca

Re: SingleSignOn Valve Not Challenging

2007-05-10 Thread Daniel Curran
When you mention valid roles. The role has to be in LDAP as well as enumerated in a security-role list? I am not sure where how the connection should be working here. Is there a way to authenticate the user without requiring a specific role? Thanks, Dan Caldarale, Charles R wrote: From: Dani

Re: SingleSignOn Valve Not Challenging

2007-05-10 Thread Filip Hanik - Dev Lists
you're expecting the * (wildcard) to apply to stuff in your realm, it doesn't. I believe you have to define the roles in (security-role) web.xml, and your * applies to the roles defined by security-role Filip Daniel Curran wrote: I have added an auth constraint * I am now challenged bu

RE: SingleSignOn Valve Not Challenging

2007-05-10 Thread Caldarale, Charles R
> From: Daniel Curran [mailto:[EMAIL PROTECTED] > Subject: Re: SingleSignOn Valve Not Challenging > > I have added an auth constraint > > > * > To quote from the servlet spec: 'The special role name "*" is a shorthand for all role names defined in the deployment descriptor.' You still n

Mailing List on Tomcat?

2007-05-10 Thread Johnny Kewl
Has anyone seen or heard of a mailing list built on Tomcat? More I use "this" mailing list, more I appreciate the technology, and I think Tomcat is an almost perfect platform for the technology. Sort of thing that can probably be done with nothing more than an email address. Be nice to allow peopl

RE: error-page and TC 5.5.23

2007-05-10 Thread gb1071nx
I don't like bothering the dev list with things that I'm not 100% sure are 'real' problems. Same with buzilla; why commit the ultimate affrontery of entering a bugzilla report, just so someone can close it with a snipe and an "INVALID". And I just can't believe that after all this time, I'm the fi

Re: multiple Tomcat on one host with multiple IPs using the same port

2007-05-10 Thread Sebastiaan van Erk
The shutdown listener binds hardcoded on "127.0.0.1". Make sure they're on a different port for each tomcat instance. Regards, Sebastiaan Hassan Schroeder wrote: On 5/10/07, Ran Li <[EMAIL PROTECTED]> wrote: The problem I have now is once I started the first Tomcat I could not start any of o

Re: multiple Tomcat on one host with multiple IPs using the same port

2007-05-10 Thread Hassan Schroeder
On 5/10/07, Ran Li <[EMAIL PROTECTED]> wrote: The problem I have now is once I started the first Tomcat I could not start any of others if I use the same port 80xx, the log complains about the port has already been used. It sounds like you haven't configured each Connector with the desired IP

Re: SingleSignOn Valve Not Challenging

2007-05-10 Thread Daniel Curran
I have added an auth constraint * I am now challenged but when I login I get an error: HTTP Status 403 - Access to the requested resource has been denied When I look at the LDAP logs I see that I am successfully returning 1 entry, and if I provide invalid credentials I continue to be ch

Re: error-page and TC 5.5.23

2007-05-10 Thread David Smith
I know there are committers reading this list, but you might want to ping this question off the dev list. You could also search for a follow up issue in bugzilla to address the new problem. If one doesn't exist, go ahead and submit one. --David gb1071nx wrote: I was under the impression t

RE: error-page and TC 5.5.23

2007-05-10 Thread gb1071nx
I was under the impression that the exception traps are part of the spec, somewhere in srv.9.9. I expect someone here to say: "yes, it's part of the spec that we broke in TC 5.5, and we'll fix it" or : "that's not part of the spec, so who cares that it doesn't work" or: "part of the spec, but

RE: multiple Tomcat on one host with multiple IPs using the same port

2007-05-10 Thread Ran Li
Hi Chuck and list, The problem I have now is once I started the first Tomcat I could not start any of others if I use the same port 80xx, the log complains about the port has already been used. On one host I have 4 different IPs 10.2.2.1 10.2.2.2 10.2.2.3 10.2.2.4 Please let me know if it's poss

Re: error-page and TC 5.5.23

2007-05-10 Thread David Smith
Reading the comments on the bug issue you cited, it looks like it's fixed, but with side effects -- namely the exception traps aren't available any more. What do you want anyone to say here? --David gb1071nx wrote: Is this just a boring question, or has no-one else run into the problem?

RE: error-page and TC 5.5.23

2007-05-10 Thread gb1071nx
Is this just a boring question, or has no-one else run into the problem? > -Original Message- > From: gb1071nx [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 08, 2007 2:22 PM > To: Tomcat Users List > Subject: RE: error-page and TC 5.5.23 > > I'm just adding to this: > > When I remo

multiple instance of tomcat

2007-05-10 Thread Murtuza
I am running multiple instance of tomcat, now on new instance I want to add some jar files to the lib folder. But for some reason I don't think it is picking up the new library from this instance & I doubt this may be because tomcat class path is still pointing to the original instance and loading

RE: 2 connectors (http and https) and how make manager manage all apps

2007-05-10 Thread gb1071nx
For a manager app that can do more than one host: http://www.talika.org/tms/index.html I've tested it out and it works on TC 5.5.23. But, I admit, I haven't tried to use it with http/https (or for that matter, two different connectors of plain http). > -Original Message- > From: Ca

Re: Tomcat 5.5 clustering

2007-05-10 Thread Filip Hanik - Dev Lists
Gross, Keith wrote: I was wondering what people use for cluster monitoring and administration. I have my test cluster set up with the farm deployer so deployment/undeployment across the cluster are easy enough. What I'm looking for is something like what the admin and manager appliactions can do

Re: 2 connectors (http and https) and how make manager manage all apps

2007-05-10 Thread Jacobo Rodríguez
Thanks! That's worked nicely! Best regards, Jacobo. From: Jacobo Rodríguez [mailto:[EMAIL PROTECTED] Subject: 2 connectors (http and https) and how make manager manage all apps My problem is that the manager application doesn't detect the http applications, so for restarting, stopping and lo

Tomcat 5.5 clustering

2007-05-10 Thread Gross, Keith
I was wondering what people use for cluster monitoring and administration. I have my test cluster set up with the farm deployer so deployment/undeployment across the cluster are easy enough. What I'm looking for is something like what the admin and manager appliactions can do but on a cluster basis

Re: Need help getting application to work on Tomcat 5.x

2007-05-10 Thread Johnny Kewl
You winning? Huge error hey... enuf to scare the hell out of an accountant... ha ha but its probably just a little thing wrong. Its just telling you the XML is screwed in web.xml. Typically will be something in your web.xml file that looks like this TheServletName /TheSe

Re: Tomcat Embedded - Limitations?

2007-05-10 Thread risky57
markt wrote: > > risky57 wrote: >> Does anyone know the limitations on tomcat embedded? > None. > > Mark > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For addition

Re: WAR deployment incomplete (sometimes)

2007-05-10 Thread Xapp
issue occurs on windows, linux and solaris. Manual unpacking of WAR (jar -xf ROOT.war) does not fail; all files are correctly unpacked. Thanks though. (P.S. I work with OP) Johnny Kewl wrote: > > Try rename it to a zip... and the unzip it or see wot windows does? > > -- View this message

Re: Tomcat Embedded - Limitations?

2007-05-10 Thread risky57
so there are no limitations? so tomcat embedded works the same as regular tomcat? markt wrote: > > risky57 wrote: >> Does anyone know the limitations on tomcat embedded? > None. > > Mark > > - > To start a new topic, e-mai

RE: 2 connectors (http and https) and how make manager manage all apps

2007-05-10 Thread Caldarale, Charles R
> From: Jacobo Rodríguez [mailto:[EMAIL PROTECTED] > Subject: 2 connectors (http and https) and how make manager > manage all apps > > My problem is that the manager application doesn't detect the > http applications, so for restarting, stopping and loading them, > I have to restart the whole To

Java HotSpot warning when using jsvc

2007-05-10 Thread Martin Dubuc
I have started using jsvc to launch Tomcat. I am running Tomcat 6.0.13 on Fedora Core 6. My JDK is 6.0u1. I get a warning on startup. Not sure if this should be cause of concern. Anybody seen this before? Is there an explanation? Will this impact functionality or performance in any way? Is there a

Re: httpd/JK/Tomcat hung connections

2007-05-10 Thread Brantley Hobbs
Rainer, Thanks for all the info. Hopefully we can get this thing whipped into shape. Brantley Rainer Jung wrote: Brantley Hobbs wrote: Rainer, Thanks for the reply! You're certainly right on the JK version. Can you be more specific on the "add some more timeouts" comment? Do you mean

Re: [install as win service] procrun windows executable ? is tomcat5.exe obsolet

2007-05-10 Thread Pascal Fonte
Thank you very much. Now, with the wrapper I have an alternative way to install tomcat 5.0.28 as a windows service. However, I would like to make sure: - the tomcat5.exe procrun executable works fine with tomcat 5.0 - I can use the procrun documentation to manage the tomcat5.exe procrun execu

Re: httpd/JK/Tomcat hung connections

2007-05-10 Thread Rainer Jung
Brantley Hobbs wrote: Rainer, Thanks for the reply! You're certainly right on the JK version. Can you be more specific on the "add some more timeouts" comment? Do you mean a higher number on connection_pool_timeout? Have a look at connect_timeout and prepost_timeout. Usually I also use re

Re: R: Msql Connector/J

2007-05-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Massimiliano, Massimiliano PASQUALONI wrote: > But, even though I specify the user and password in the connectionURL, > connectionURL = > "jdbc:mysql://localhost:3306/bi?user=myuser;password=mypassword", my Tomcat > return: "Error 500: javax.servlet.S

Re: banner reserved URL ??

2007-05-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jerome, Jerome Benezech wrote: > Is the context 'banner' reserved in tomcat 5.5.9 ? > I have a cocoon app running under tomcat and the URL > http://www.domain.com/mycocoonapp/banner is not caught > by the cocoon servlet but by tomcat instead Unle

Re: Msql Connector/J

2007-05-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, Martin Gainty wrote: > Any idea on how to configure MySQL with ENGINE=INNODB would be much > appreciated or does MySQL have to be rebuilt for that option? Binary MySQL versions since 4.0 have InnoDB both built-in and configured. If you want t

Re: 2 apache with mod_jk and only one Jboss

2007-05-10 Thread Arturo Martinez
Thanks The problems are that the apache can not redirect to the jboss sometimes. When I try to connect to one apache the other seems that stop working. After sometime they start working again without doing nothing. Where do I configure the number of connections? How do I have to configure Jboss

Re: httpd/JK/Tomcat hung connections

2007-05-10 Thread Brantley Hobbs
Rainer, Thanks for the reply! You're certainly right on the JK version. Can you be more specific on the "add some more timeouts" comment? Do you mean a higher number on connection_pool_timeout? Also, should the relationship between httpd's MaxClients and the connector's maxThreads be 1:1 o

Re: 2 apache with mod_jk and only one Jboss

2007-05-10 Thread Tim Funk
This is possible. But "strange problems" doesn't really provide any details to how to solve the issue. Since you have 2 apache's and one tomcat - you need to ensure you have tomcat configured to accept the appropriate amount of connections from both apaches. For example - if each apache can cr

Re: http chunking in Tomcat 5.5

2007-05-10 Thread Tim Funk
Its enabled by default. IIRC - you can't disable it unless you set the content length for the response. (See the servlet spec / google for how to set content length) -Tim Alexander Wolff wrote: How can i enable/disable "http chunking" in Tomcat 5.5? thanks in advance, Alexander

R: R: Msql Connector/J

2007-05-10 Thread Massimiliano PASQUALONI
Sorry, I don't have calculate the time zone :-) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Scanned with Copfilter Version 0.83beta3a (ProxSMTP 1.4) AntiVirus: ClamAV 0.88.4/3225 - Thu May 10 10:08:21 2007 by Markus Madlener @ http://www.copfilter.org --

Re: [Fwd: static fields suddenly started sharing]

2007-05-10 Thread Roger Parkinson
Thanks for the suggestions, guys. This has been a tricky one to work through but I think I have the answer - kind of. A number of people responded with help for which I am grateful (think: 2am and I'm all alone and it has to be fixed by morning, it is so nice to see a helpful message come throug

Re: R: Msql Connector/J

2007-05-10 Thread David Smith
You do realize some of us sleep at night right? At any rate, for url syntax, this is the official documentation: http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-configuration-properties.html And your syntax is wrong on the url -- use a & to separate parameters, not a ; HTH

R: Msql Connector/J

2007-05-10 Thread Massimiliano PASQUALONI
Well, I've fix the problem by myself! :-) The connector work fine, the proplem is in the code. We don't need to specify the db account in the connection url, but when we create the connectio: String connection = DriverManager.getConnection(dbUrl, dbuser, dbpassword); to reassume: for install t

Re: [install as win service] procrun windows executable ? is tomcat5.exe obsolete?

2007-05-10 Thread Filip Hanik - Dev Lists
the procrun files for tomcat can be found in Tomcat SVN, http://svn.apache.org/viewvc/tomcat/connectors/trunk/procrun/bin/ you can also try out an alternative wrapper, works in a similar fashion http://people.apache.org/~fhanik/wrapper.html Filip Pascal Fonte wrote: Hi, I want to install tomca

R: Msql Connector/J

2007-05-10 Thread Massimiliano PASQUALONI
Hey! After my congratulations no one can help me? Even though I specify the user and password in the connectionURL: connectionURL = "jdbc:mysql://localhost:3306/bi?user=myuser;password=mypassword" my Tomcat return: "Error 500: javax.servlet.ServletException: Access denied for user ''@'localho

[install as win service] procrun windows executable ? is tomcat5.exe obsolete?

2007-05-10 Thread Pascal Fonte
Hi, I want to install tomcat 5.0.28 as a windows service. in a batch, I call the exécutable Tomcat5.exe (Prunsrv). it works however, - the tomcat 5.0 documentation says nothing about tomcat5.exe - the tomcat 5.5 documentation says that the Tomcat5.exe function is obsolete : "This section of the

Re: Tomcat randomly cannot connect to SMTP host

2007-05-10 Thread Johnny Kewl
Sorry missed your reply... Thanks for showing us the code and Aaaarg! you using a framework... but, its ok, the tomcat guys are just much nicer than those in Springs mailing list, hey!... ha ha. I avoid frameworks, but I had a quick look... seems like they store the session object in an EJB c

2 connectors (http and https) and how make manager manage all apps

2007-05-10 Thread Jacobo Rodríguez
Hello, Working with Tomcat 5 and Debian (without Apache as front-end) I have two groups of applications. The first one have been configured to work through https and the second one with http. My problem is that the manager application doesn't detect the http applications, so for restarting, s

2 apache with mod_jk and only one Jboss

2007-05-10 Thread Arturo Martinez
Hello Is this possible? We have configure 2 apache pointing to the same jboss without modifying the jboss configuration and we find some strange problems. Sometimes it does not work. Where can I find more information about how to do that. We need this because we have 2 applications in Jboss and o

Re: R: Msql Connector/J

2007-05-10 Thread Pid
Massimiliano PASQUALONI wrote: Guy, I've already configured mysql. It correctly work whit Apache and PHP, I need only to join it whit Tomcat. The David/s suggestion work fine, if I place the jar file in WEB-INF\lib directory, Tomcat try to connect. But, even though I specify the user

R: Msql Connector/J

2007-05-10 Thread Massimiliano PASQUALONI
Guy, I've already configured mysql. It correctly work whit Apache and PHP, I need only to join it whit Tomcat. The David/s suggestion work fine, if I place the jar file in WEB-INF\lib directory, Tomcat try to connect. But, even though I specify the user and password in the connectionURL

Re: WAR deployment incomplete (sometimes)

2007-05-10 Thread Pid
Johnny Kewl wrote: I hope you don't have the above in your web.xml, since the element doesn't go there. And, of course, having a path attribute in a element is not valid unless the is in server.xml, which is strongly discouraged. - Chuck I'm starting to hear an 'Intel'-like jingle...

Re: banner reserved URL ??

2007-05-10 Thread Pid
Jerome Benezech wrote: Hi All, Is the context 'banner' reserved in tomcat 5.5.9 ? Upgrade! That's *old*, current version is 5.5.23. I have a cocoon app running under tomcat and the URL http://www.domain.com/mycocoonapp/banner is not caught by the cocoon servlet but by tomcat instead To

Re: httpd/JK/Tomcat hung connections

2007-05-10 Thread Rainer Jung
Please update mod_jk. 1.2.6 is *very* outdated. We are now at 1.2.22 and a lot of things have improved. After upgrading, check your configuration against the reference guide in the docs, especially the pages for the worker properties and Apache directives. You might want to add some more timeo

Re: WAR deployment incomplete (sometimes)

2007-05-10 Thread Johnny Kewl
Oh... sorry think I gave wrong impression... I understood article to be talking about the META-INF context file... ie one guy said his web.xml file does not appear after deploy, and said he discovered it has nothing to do with web xml, its because the the context xml file has the wrong xml for

Re: Handling SSL Client Auth abort

2007-05-10 Thread Subscriber
Hi Bill, Thanks for your answer. I've tried to download the source code for Tomcat 5.5.23, but I can't find a JIO Connector. Is JIO an abbrevation for something? Can you point me to a place, where I can find the source code and possibly make my own patch? regards, kews Bill Barker wrote: "S