Re: connection pooling in Linux using Tomcat 5.0.x and MYSQL

2006-09-27 Thread prakash shanmugam
hai all thank for u r care and intrest insolving the issue. now i had one more issue to be solved before implementing the connection pooling. the problem is in my project, i have few pages it will be view by more then one person through intrenet. when one are more person trying to acuss the sam

Re: connection pooling in Linux using Tomcat 5.0.x and MYSQL

2006-09-27 Thread Li
Hi, No matter is Linux or Window, JNDi should be same. You can use the way I wrote for your first reply. It works fine with 5.5.x both at Linux/Unix/Windows. Good luck On 9/27/06, David Smith <[EMAIL PROTECTED]> wrote: On JNDI connection problems: We'll need to see more. Specifically the js

RE: Help with Manager Embedded Web Application

2006-09-27 Thread Caldarale, Charles R
> From: Kevin Mullin [mailto:[EMAIL PROTECTED] > Subject: RE: Help with Manager Embedded Web Application > > But I don't have a [CATALINA_HOME]/webapps/manager. Nobody said you did - read what I actually wrote: > > If you look in server/webapps/manager/WEB-INF/web.xml, > > you'll see numerous

RE: Help with Manager Embedded Web Application

2006-09-27 Thread Kevin Mullin
But I don't have a  [CATALINA_HOME]/webapps/manager.  I have otheres, I have ROOT, and balancer, and jsp-examples, and servlet_examples, and tomcat-docs, and webdav, but no manager.  That's what sent me looking for other applications.  For example, I just downloaded an Administration application b

RE: Help with Manager Embedded Web Application

2006-09-27 Thread Caldarale, Charles R
> From: Kevin Mullin [mailto:[EMAIL PROTECTED] > Subject: Help with Manager Embedded Web Application > > I went back to the apache website and found an > embedded applications download. You really, really shouldn't have done that. The embedded version of Tomcat is only for use within another p

Re: Fw: Adminstrative Web Application

2006-09-27 Thread Kevin Mullin
The problem was, I was looking at the wrong .xml file.  There lots of them, and the one it had the problem withs was under catalina/web-apps.  And, sure enough. the permissions on it was 600.  I changed it to 644, and it was fine. Kevin Mullin Sr. Analyst IBM Corporation (206) 345-7068 [EMAI

Help with Manager Embedded Web Application

2006-09-27 Thread Kevin Mullin
I've successfully installed TomCat on my IBM mainframe system that runs z/OS 1.7.  When I start my web server and use a URL with :8080 specified for the port, Tomcat catches it just fine.  From this default web page, I click on Manager.  After providing my user ID and password, I then see a screen

[Solution] mod_jk: Could not find a worker for worker name=worker1

2006-09-27 Thread Rick Fisk
I was having a bit of trouble with mod_jk1.2.19 and virtual host configuration in apache 2. I hope I can shed some light on what I discovered and put this question to rest. The error message in the subject can be found all over the net with no helpful responses.I know, I was having this proble

Re: problem with lost request parameters

2006-09-27 Thread fsaa
Hi, Jair! I experienced a similar trouble and in my case the cause was that there was an INPUT field whose NAME attribute contained non-ascii characters. Then, I removed those characters and the problem was solved. So, try this solution and please let me know about the result. regards fsaa. J

Re: Fw: Adminstrative Web Application

2006-09-27 Thread Joe Riopel
On 9/27/06, Kevin Mullin <[EMAIL PROTECTED]> wrote: Never mind, I found the problem What was the problem?

RE: how to use tomcat libraries

2006-09-27 Thread Caldarale, Charles R
> From: Michele Mazzucco [mailto:[EMAIL PROTECTED] > Subject: Re: how to use tomcat libraries > > >how can I use the tomcat libraries (i.e. the ones in > >$CATALINA_HOME/server/lib) without putting them in 'lib' > of my web application? The real question is why do you want to? What's in there tha

Re: how to use tomcat libraries

2006-09-27 Thread Steve R Burrus
Michele my "gut" feeling initially is that you certainly cannot fail to put them into the lib folder of your web app. but I could be wrong I don't know! There is a lot about Tomcat that I really don't know about. Michele Mazzucco wrote: Hi all, how can I use the tomcat libraries (i.e. the o

Re: Adminstrative Web Application

2006-09-27 Thread Martin Gainty
Hello Kevin If Tomcat is producing a permission denied it is *usually* 1)permissions from the file or folder where you are executing does not have that access 2)Apache htaccess hasnt granted (although you didnt mention you were running Apache so I doubt this is the problem) 3)a specific grant is

Question : Tomcat Clustering and Load balance

2006-09-27 Thread Anil Ranka
Hi All, I am new with Tomcat Clustering feature. I have configured my three tomcats nodes in cluster mode and they are talking to each other no issues. Out these three nodes N1, N2 and N3 only one node will be ACTIVE node and rest two will be PASSIVE. ACTIVE means my app will be loaded on only o

Fw: Adminstrative Web Application

2006-09-27 Thread Kevin Mullin
Never mind, I found the problem Kevin Mullin Sr. Analyst IBM Corporation (206) 345-7068 [EMAIL PROTECTED] - Forwarded by Kevin Mullin/Seattle/IBM on 09/27/2006 12:04 PM - Kevin Mullin/Seattle/IBM 09/27/2006 11:13 AM To Tomcat cc Subject Adminstrative Web Application

Adminstrative Web Application

2006-09-27 Thread Kevin Mullin
I had tomcat up and running just fine on our z/OS 1.7 IBM mainframe environment.  Then a client noticed that the administrative application was no longer shipped in tomcat by default, and so I went to the apache tomcat site and downloaded the administrative web application.  After installing it, w

Re: tomcat plugin sysdeo

2006-09-27 Thread Mladen Adamovic
Tracy Nelson wrote: If you haven't used Eclipse before, you also might want to give NetBeans (www.netbeans.org) a look. It comes with Tomcat 5.5.17 installed by default, all configured and ready to go. I also use Netbeans for web development although I prefer Eclipse. Netbeans works with To

Tomcat 5.5.12/naming-common.jar install problem

2006-09-27 Thread Brian Sieler
I'm encountering something odd that I haven't been able to solve. Install 5.5.12 and I can start the default web application just fine (clean install). >From the clean install, add naming-common.jar and commons-logging.jar to common/lib-no other changes--and attempt to start the default web

how to use tomcat libraries

2006-09-27 Thread Michele Mazzucco
Hi all, how can I use the tomcat libraries (i.e. the ones in $CATALINA_HOME/server/lib) without putting them in 'lib' of my web application? Thanks, Michele - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,

RE: Tomcat As A Service

2006-09-27 Thread Peter Ries
Douglas, In the Windows Start menu, assuming you have Tomcat 5.5 or greater, you should have a shortcut to "Monitor Tomcat". That's a very useful tool and I believe it can answer all of your questions. In case you don't have the shortcut, it points to this: "C:\Program Files\Apache Software Founda

RE: tomcat plugin sysdeo

2006-09-27 Thread Larry Isaacs
Feel free to ask Web Tools questions on the Web Tools newsgroup, see http://www.eclipse.org/newsgroups/. Other comments below. Cheers, Larry > hallo, > > thanks for the antworts. > > after first Antwort. i have installed the WTP plugin and it > seems good to work with servlets. but i have som

Problem with serving PDFs

2006-09-27 Thread Tegtmeier Nils \(Platinion\)
Hello there, we have a problem with serving PDFs that can be described as follows: Sometimes the browser windows (IE) that is meant to contain the PDF stays empty and hangs. If I then kill the Tomcat process (on a windows machine), the PDF is displayed correctly and the browser window responds aga

RE: tomcat plugin sysdeo

2006-09-27 Thread Tracy Nelson
| From: taylan kuecuek [mailto:[EMAIL PROTECTED] | | how can i add a jsp to this project??? | | if i add a servlet, it will be placed under src folder but if i try to | add a jsp then i must to place it under Webcontent. make it a problem | ??? and must i edit the web.xml file for jsp file too???

RE: Tomcat vs Apache virtual host declarations

2006-09-27 Thread Gormley, Josh
I've done a little more research into my problem, yet I'm still stumped. If I view my webapp through http://216.10.1.198:8080/rtv, I can see all updates to the app when I deploy a new war file without having to restart tomcat. But if I view the app through the subdomain (rtv.myhost.com), then I d

Re: download a custom setup file

2006-09-27 Thread balaraju mandala
Hi, Thank you for u r response, sorry for late answering. Mine is a VC application. I need to insert some data (say a id) into that on fly, i am trying it using editing resourses in VC, but i don't know how to access a resources file of VC from Java program. I am searching net but not getting co

Re: tomcat plugin sysdeo

2006-09-27 Thread taylan kuecuek
Tracy Nelson schrieb: If you haven't used Eclipse before, you also might want to give NetBeans (www.netbeans.org) a look. It comes with Tomcat 5.5.17 installed by default, all configured and ready to go. ISTR that the Sysdeo plugin was kind of tricky to configure. Not hard, just not the same

RE: tomcat plugin sysdeo

2006-09-27 Thread Tracy Nelson
If you haven't used Eclipse before, you also might want to give NetBeans (www.netbeans.org) a look. It comes with Tomcat 5.5.17 installed by default, all configured and ready to go. ISTR that the Sysdeo plugin was kind of tricky to configure. Not hard, just not the same as other plug-ins. Once

Error in migration a application of the tomcat 5.0.28 to Tomcat 5.5

2006-09-27 Thread Gabriel França Campolina
Hi folks, I have a application in tomcat 5.0 and when I migration to tomcat 5.5 I have the erro in generation jasper reports: Servlet.service() for servlet action threw exception java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer .(Lorg/eclipse/jdt/internal

Re: connection pooling in Linux using Tomcat 5.0.x and MYSQL

2006-09-27 Thread David Smith
On JNDI connection problems: We'll need to see more. Specifically the jsp code calling for the sql connection and the web.xml. A full stack trace of the error you get would be excellent as well. Lastly, confirm the mysql jdbc driver is in common/lib of the tomcat directory, not WEB-INF/lib

Re: tomcat plugin sysdeo

2006-09-27 Thread Markus Schönhaber
taylan kuecuek wrote: > i have installed tomcat 5.5.17 and try to develop a web application with > servlet and jsps. > > i want to use eclipse and want to use a plugin for tomcat. There is a > plugin namely "sysdeo" but i can't > download it because the is not available "www.sysdeo.com" is there an

http proceses dont die correctly

2006-09-27 Thread Iratxe Etxeberria Sainz-Ezquerra
Hello, we have apache (2.0) and some instances of tomcat (5.0) working perfectly, until a new instance of tomcat, which uses ACEGI. Now, we have apreciate that httpd processes dont die correctly, and the number of http processes increased until reach the MaxClients number... the solution by no

tomcat plugin sysdeo

2006-09-27 Thread taylan kuecuek
Hi everybody , i have installed tomcat 5.5.17 and try to develop a web application with servlet and jsps. i want to use eclipse and want to use a plugin for tomcat. There is a plugin namely "sysdeo" but i can't download it because the is not available "www.sysdeo.com" is there any other lin

RE: Precompiled JSPs after Tomcat restart

2006-09-27 Thread Frank Niedermann
Tracy Nelson-2 wrote: > > You might be able to preload all your JSPs by using the > tag. Something like: > > MyServlet > /jsp/MyPage.jsp > 1 > > How will this preload all JSPs? Or do I have to add a realm for every JSP I want to precompile? > Failing that, you might want t

Re: mod_jk connector

2006-09-27 Thread Mikolaj Rydzewski
Chezang wrote: I'm trying to integrate Apache2.0.55 with Tomcat5.5 using mod_jk. I did the following but failed to achieve what I want. I'd use Apache 2.2 with mod_proxy_ajp. IMO the configuration is much simpler than with mod_jk. -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7s Descri

mod_jk connector

2006-09-27 Thread Chezang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi there, I'm trying to integrate Apache2.0.55 with Tomcat5.5 using mod_jk. I did the following but failed to achieve what I want. WinXP Professional SP2 Apache2.0.55 Tomcat5.5.17 My Apache and Tomcat servers are working fine. http://localhost/ give

RE: tomcat installation issue on AIX

2006-09-27 Thread Abhishek.X.Jha
where will i get the GNU compatible version of TAR -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 6:51 AM To: Tomcat Users List Subject: Re: tomcat nstallation issue on AIX [EMAIL PROTECTED] wrote: > sorry for missing information > jakar

AW: Tomcat, MyFaces and JSP 2.1

2006-09-27 Thread Döring Markus
Allready tryed to swap the JBoss-JEE.jar with the one from GlassFish, but not even JBoss starts without anything deployed from me. Looks like JBoss is hardly depending on its own JEE implementation. Switching complete to GlassFish is not possible for me because JBoss is already running as AS for