Showing Up Console in Linux Environment

2006-09-07 Thread Feris Thia
Dear All, I can show up tomcat console after I started the startup.bat batch script. But when I run startup.sh, it shows nothing. How can I showing up the console in Linux ? I'm using Mandriva 2005 with Sun's JDK 5. -- Regards, Feris PT. Putera Handal Indotama JL. KH. Moh. Mansyur No. 11 Blok

Re: Showing Up Console in Linux Environment

2006-09-07 Thread William Bonnet
Hi Feris I can show up tomcat console after I started the startup.bat batch script. But when I run startup.sh, it shows nothing. How can I showing up the console in Linux ? I'm using Mandriva 2005 with Sun's JDK 5. Have you tried to open a console or terminal from your desktop environnement

Re: Different Tomcat version instances with a single Apache front-end?

2006-09-07 Thread David Smith
If you define all your workers in /etc/httpd/conf/workers.properties (different name for each worker), it should work. Then specify which worker by name in JkMount directives for each VirtualHost definition. I believe others on this list have tried to define workers in the VirtualHost

Configuring/Securing mod_proxy_ajp

2006-09-07 Thread Jim Weir
To all, I am using mod_proxy_ajp w/ Apache 2.2.3/Tomcat 5.5.4 The problem I have with this is that I lose all my formatting from a site build with Forrest. It seems to be returning only HTML and dropping all the CSS...Forrest uses XML/XSLT extensively... (http://forrest.apache.org/) When

Re: Error: unable to find valid certification path to requested target

2006-09-07 Thread Jeanna Geier
Thanks for the reply! Could you please tell me what the 'top level cert' is? Isn't that what I did when I did the following?: keytool -import -alias root -file server.crt -keystore C:\Java\jdk1.5.0_06\jre\lib\security\cacerts and keytool -import -alias tomcat -file server.crt -keystore

How to monitor web services?

2006-09-07 Thread Michele Mazzucco
Hi all, I'm using Axis2 embedded into Tomcat. I've got a stateful web service which needs to be monitored. I think the best way to monitor my application is via JMX, but I've found out that axis2 is only a servlet. Is this a problem?, How could I accomplish my goal? Any help would be

Re: Showing Up Console in Linux Environment

2006-09-07 Thread Feris Thia
Hi William, On 9/7/06, William Bonnet [EMAIL PROTECTED] wrote: Hi Feris I can show up tomcat console after I started the startup.bat batch script. But when I run startup.sh, it shows nothing. How can I showing up the console in Linux ? I'm using Mandriva 2005 with Sun's JDK 5. Have you

LDAP authentication (broken?) in 5.5.17 vs 5.5.9

2006-09-07 Thread Patricia Goldweic
Hi, I have an application that when run under Tomcat 5.5.9, behaves nicely in terms of LDAP authentication. However, when I move this application to Tomcat 5.5.17, authentication is broken (I am presented with the username/password screen from Tomcat, but it is as if Tomcat never connects to

[Fwd: Re: Problems with Tomcat 5.0.28 and Netbeans 5.0]

2006-09-07 Thread Carlos Puero C.
Hi Martin, thanks for anwering my message. This is a part of my web.xml, there's nothing interesting in that wbe-app   welcome-file-list     welcome-fileindex.jsp/welcome-file   /welcome-file-list   resource-ref     descriptionDataSource de MySQL/description    

Re: Using Tomcat with JSPs on Mac OS X

2006-09-07 Thread Stephen Caine
Rhodri, While this does specifically address your question, you might try downloading our software, Qilan. Qilan is designed for OS X. Our installer includes Tomcat (v5.5.7) and does all the configuration. Although we would like for you to try out Qilan, it is not necessary for you

Re: Showing Up Console in Linux Environment

2006-09-07 Thread Feris Thia
Hi William, On 9/7/06, William Bonnet [EMAIL PROTECTED] wrote: Hi Yes... I did, and Tomcat is activated since then. But no debugging console showing any activities comparing to Window's startup.bat script. You can have a look logs file to the catalina.out file. Use tail -f if you want

catalina.policy (MBeanServer permission)

2006-09-07 Thread Martin Gainty
Gentlemen- I have a catalina.policy file which is over 100 lines long- Thats *ok* but everytime I want to run one class I have to add another RuntimePermission for the accompanying jar..Same for DB access and any I/O The most insidious line is the one that details permissions for MBeanServer

Re: Showing Up Console in Linux Environment

2006-09-07 Thread Markus Schönhaber
Feris Thia wrote: On 9/7/06, William Bonnet [EMAIL PROTECTED] wrote: You can have a look logs file to the catalina.out file. Use tail -f if you want to see logs output to your console. It's working now. Thanks. So we cannot directly get output from Tomcat's JVM ? Instead of startup.sh

Re: Showing Up Console in Linux Environment

2006-09-07 Thread Feris Thia
Hi Markus, On 9/8/06, Markus Schönhaber [EMAIL PROTECTED] wrote: Instead of startup.sh call catalina.sh run This is what I meant. Thank you very much Markus. Regards mks -- Regards, Feris PT. Putera Handal Indotama JL. KH. Moh. Mansyur No. 11 Blok B.8-12 Telp. +62-21-631 6688

[ANN] Blastwave Solaris package has been updated to 5.5.17

2006-09-07 Thread William Bonnet
Hi A new version of the Blastwave Tomcat 5 package for Solaris is now available. Tomcat package version has been upgraded from 5.5.12 to 5.5.17. Kind regards, William -- William http://www.wbonnet.net http://www.sunwizard.net Le site français des amateurs de stations Unix

Re: [Fwd: Re: Problems with Tomcat 5.0.28 and Netbeans 5.0]

2006-09-07 Thread Martin Grogan
Carlos, I've pasted below some of the settings I use with my connection pooling (using Tomcat 5.5.9) (please note there is a difference between this and some earlier versions of Tomcat - you will have to refer to the Tomcat 5.0.28 manual for the differences in context.xml when setting up

Re: 5.5.17 cluster doesn't sync sessions on startup

2006-09-07 Thread Pid
Check that your server times are all synchronised. Ronald Klop wrote: Thanks for your anser. I'm going to look into this. I have some thoughts about this. Tomcat 5.0 synced in 0.3-3 seconds for the same amount of sessions. Our (about 3000-5000) sessions contain only one String 'userid' of

Re: 5.5.17 cluster doesn't sync sessions on startup

2006-09-07 Thread Peter Rossbach
Hi Ronald, 5000 small sessions are really sync very fast with tomcat 5.5.17 also. I have test this and it works. Tomorrow I have more time to simulate your case. regards peter Am 07.09.2006 um 20:33 schrieb Ronald Klop: Thanks for your anser. I'm going to look into this. I have some

RE: Using Tomcat with JSPs on Mac OS X

2006-09-07 Thread Caldarale, Charles R
From: Rhodri Bowden [mailto:[EMAIL PROTECTED] Subject: Using Tomcat with JSPs on Mac OS X I am currently trying to run a simple JSP example, but get the following error message: No Java compiler was found to compile the generated source for the JSP. The Tomcat 5.0.x series requires

Re: NamingException: Cannot create resource instance

2006-09-07 Thread Kevin Hart
The attachments in my previous message got mangled. Sorry, I'm a newbie. Here is the relevant portion of the server.xml file (the formatting in this will probably get mangled too): .. DefaultContext Resource name=jdbc/WroxTC5 auth=Container type=javax.sql.DataSource/ ResourceParams

Re: CLASSPATH problem on tomcat5.5.x

2006-09-07 Thread Raju Balugu
Hi put those jar files in common.loader in catalina.properties file under tomcat/conf directory and try and let us know . On 8/30/06, Propes, Barry L [EMAIL PROTECTED] wrote: Not sure about that. But perhaps he'd need this one. ojdbc14.jar. I copied the wrong one. I did (need it) before

unable to create a DSO file using mod_jk 1.2.18 Makefile on OS X.

2006-09-07 Thread vin
Hi, I am having problems creating a mod_jk.so file on OS X, 10.4.7 using default mod_jk makefile.apxs. Makefile compiles all the files correctly but fails to produce a .so file. I have tried with both apache 2.2.3 and apache 2.0.x and this didn't work. I was able to compile a mod_jk.so file with

Server cannot access http://localhost:8080 after unknown event

2006-09-07 Thread Andrew Greene
We have applications that rely on Apache's ability to route requests to Tomcat. Periodically Apache is unable to access Tomcat. We have tracked down the issue to the server being unable to access Tomcat using http://localhost:8080. During the time that the server cannot access Tomcat, any other

Re: decompiling classes

2006-09-07 Thread Mark Thomas
Propes, Barry L wrote: what's the command again for decompiling Tomcat's classes? Or was there special software needed to do so? Why not just browse the source? http://tomcat.apache.org/svn.html Mark - To start a new topic,

Re: decompiling classes

2006-09-07 Thread Nicholas Irving
I know the software you mean, it is completely free, but I have a guide that I can sell to you for $19.95 that tells you where to download it from and contains commonly available documentation convert into a PDF for you to read. So you want my PayPal account so that you can deposit the money and

Re: decompiling classes

2006-09-07 Thread Frank W. Zammetti
Umm, the command to decompile Tomcat's classes is this: http://tomcat.apache.org/svn.html ;) Frank Nicholas Irving wrote: I know the software you mean, it is completely free, but I have a guide that I can sell to you for $19.95 that tells you where to download it from and contains commonly

Re: NamingException: Cannot create resource instance

2006-09-07 Thread David Smith
The method of defining JNDI resources in tomcat changed from 5.0 to 5.5. The book appears to be describing the method for 5.5. See http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html for details related to tomcat 5.5. The java code used in jsps and servlets to access

Re: TR: Sessions and sendDirect(url)

2006-09-07 Thread Dies Koper
Hello Jean-Claude, Nothing in particular, it is not invalidated or anything just because you sent a redirect to the client. Regards, Dies Serlet Jean-Claude wrote: Sorry but i made a mistake : the method used is sendRedirect(url) instead of sendDirect(url) Jean-Claude

Re: decompiling classes

2006-09-07 Thread Nicholas Irving
That is too much hard work, whenever I want to look @ the source for a class I just decompile and it gte me a 100% accurate copy, no need to hit the Internet to get the source I already have on my desktop. For an extra $5 I will throw in the How to view Java Source within Eclispe PDF. NIrving

Re: Server cannot access http://localhost:8080 after unknown event

2006-09-07 Thread Dies Koper
Hello Andrew, Could it be that Tomcat is busy garbage collecting? I see your machine has a lot of memory. If you set your VM size so big and that memory is all used by Tomcat or your application, garbage collection cycles are bound to take longer (all objects in memory have to be checked to

Re: decompiling classes

2006-09-07 Thread Filip Hanik - Dev Lists
gee, this is so BS, you don't have to go through all that effort. download all the source in a single package from http://tomcat.apache.org/download-55.cgi don't pay anyone for decompilation instructions, for open source, you can always get the source, for closed source its illegal anyway.

moving from win2k sp4 to win2k3 64bit

2006-09-07 Thread joon yoo
Hello, I'm a sysadmin, not a programmer so therefore my questions are limited to server hardware and OS configuration. We're having memory management problems with java and our tomcat webapp on a win2000 sp4 server: HP proliant DL360 G3 Xeon 2.8 (HT on) 2GB RAM I'm unable to expand java mem

Re: moving from win2k sp4 to win2k3 64bit

2006-09-07 Thread Leon Rosenberg
hi, yes it would make very much sense :-) just don't forget to upgrade your java to a 64 bit version (since 1.5 for suns jdk, 1.5_08 is the latest) and sky is your limit for java's memory. To give java more memory than 4g just use the -Xms/-Xmx options: java -Xmx6g for example. For tomcat

Re: decompiling classes

2006-09-07 Thread Steve R Burrus
Me thinks that Mr. Nicholas Irving is talking a bit tongue-in-cheek what with his 2 consecutive posts mentioning some money! You all agree? Filip Hanik - Dev Lists wrote: gee, this is so BS, you don't have to go through all that effort. download all the source in a single package from

Re: Configuring/Securing mod_proxy_ajp

2006-09-07 Thread Bill Barker
Jim Weir [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] To all, I am using mod_proxy_ajp w/ Apache 2.2.3/Tomcat 5.5.4 The problem I have with this is that I lose all my formatting from a site build with Forrest. It seems to be returning only HTML and dropping all the

Re: moving from win2k sp4 to win2k3 64bit

2006-09-07 Thread Bill Barker
If you are running as a service, then you'll probably have to download and compile procrun (aka tomcat5.exe) with a 64-bit compiler. Search the archives for instructions. joon yoo [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I'm a sysadmin, not a programmer so therefore

JNDI context in ServletContextListener

2006-09-07 Thread bhaskar
Hi, I am using tomcat 5.0.18. Our application is doing the JNDI lookup in the listener. During tomcat startup when i try to get the db connection, i get following error: Name OracleDev not bound to this context This is not consistent but it happens quite often. In the tomcat-user list, i found

Re: HTTP 304 - IF_MODIFIED_SINCE

2006-09-07 Thread Luke McLean
Hi Ben, I'm starting out to do exactly the same thing and the web is quite sketchy on how to do it with Spring. Would you mind posting or sending the controller code that you use to return the image please. I would be very greatful. Thanks, Luke. benshort wrote: What I am doing is