Re: newbie installation problems

2006-07-27 Thread Antonio Petrelli
D. Salemink Klikstudio ha scritto: I did a reboot and now everything works Hehe! probably you didn't read what I wrote in my latest email: Did you exit the session before trying to run Tomcat? Ciao Antonio - To start a new to

Re: tomcat , wondoze , Unable to find a javac compiler;

2006-07-27 Thread Randy Paries
Barry Adding to the path did not make a difference but here is where i am confused. the java_home is set in the system env vars as well as the path and classpath(although i guess that is not needed but here is what i do not understand and may be causing my problems. Notice the version diffs be

Re: tomcat , wondoze , Unable to find a javac compiler;

2006-07-27 Thread Randy Paries
David Yes they are system VARS On 7/27/06, David Smith <[EMAIL PROTECTED]> wrote: Are the env vars User variables for your account or system variables? Take a look at this: 1. Click Start, then RIGHT click on My Computer. 2. Choose Properties from the pop-up menu 3. Click the Advanced tab in th

Password retries

2006-07-27 Thread Simon O'Malley
Hi List Has anyone done anything with tomcat authorisation to configure in a maximum number of retries before an address/account is blocked. I have setup a secure site and want to only give the user a maximum number of 3 tries at logging in before denying them the login ability for a specified p

Re: JAASReam in Tomcat-5.5

2006-07-27 Thread Wendy Smoak
On 7/27/06, Eric Chow <[EMAIL PROTECTED]> wrote: JAASRealm is no longer used in Tomcat-5.5, right ? What can I do if I want to use JAAS as my login mechanism in web appplication and define the security in web.xml ? JAASRealm is right there in the Tomcat 5.5 docs: http://tomcat.apache.org/t

JAASReam in Tomcat-5.5

2006-07-27 Thread Eric Chow
Hello, JAASRealm is no longer used in Tomcat-5.5, right ? What can I do if I want to use JAAS as my login mechanism in web appplication and define the security in web.xml ? Best regards, Eric - To start a new topic, e-mail: u

RE: [SPAM:] - tomcat , wondoze , Unable to find a javac compiler; - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-07-27 Thread Leo Donahue - PLANDEVX
>From the Tomcat 5.0 setup page: http://tomcat.apache.org/tomcat-5.0-doc/setup.html "Java location: The installer will use the registry or the JAVA_HOME environment variable to determine the base path of the JDK or a JRE. If only a JRE (or an incorrect path) is specified, Tomcat will run but wi

Re: Tomcat and Sun's Application server

2006-07-27 Thread Mark Thomas
Jon Hoffman wrote: > The problem seems to come from Sun's J2EE.jar file. This jar is needed > by the EJB client but it also conflicts with the servlet.jar file that > comes with tomcat therefore I get this warning in my Tomcat log file: > INFO: > validateJarFile(/usr/local/src/apache-tomc

Re: Tomcat using only 1 cpu

2006-07-27 Thread Guilherme Silveira
You can probably check if its tomcat's fault or some OS or virtual machine problem by creating an intensive program to check for 100% cpu usage: public class CpuTest { public static void main(String[] args) { for(int i=0;i<4;i++) new Thread(new Loader()).start(); } } class Loader implements

Re: Tomcat Upgrade

2006-07-27 Thread Guilherme Silveira
4.1.12... Cant really help on such resource just be careful with session timeout setup on web.xml as it seems to not work properly on 4.1.12... setMaxInactiveInterval works as expected... Att Guilherme Silveira On 7/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello. Would anyone know

error-page problem

2006-07-27 Thread Guilherme Silveira
It seems like a bug in (exact version) tomcat 5.5.17: As defined per spec 2.4... I have stripped the problem to three files. The servlet conteiner is not unwrapping the ServletException as defined in the spec. Result: error 500. Expected result: server side redirect to error.jsp Important test

Re: Tomcat Upgrade

2006-07-27 Thread Ibrahim . Siddiqui
Hello. Would anyone know where I could find good /detailed resources on how to go about upgrading from Tomcat 4.0.6 to Tomcat 4.1.12 or is it Tomcat 4.1.2? We have a content management application which integrates Vignette Platform, Vignette Multisite Content Manager, Tomcat and IHS 1.3.26 webser

Re: Back to 404 problem: The requested resource (/Sisc/servlet/servle ts/PesquisaTabPeriferica) is not available

2006-07-27 Thread Guilherme Silveira
Oi Siomara, incluiMarcaPropriedade servlets.IncluiMarcaPropriedade pesquisaTabPeriferica servlets.PesquisaTabPeriferica registraMarcaPropriedade servlets.RegistraMarcaPropriedade The servlet specification doesnt mention allowing two servlets conf

Contexts & Hosts

2006-07-27 Thread Lundgren, Scott
I have been trying to figure this out for a full day now and I need some help please. I have server.uncc.edu with a vendor's web application on it that is using Tomcat 5.0.28. There are 2 hostnames DNS aliased to this server. One hostname will have a reverse proxy in front and the other hostname wi

RE: Tomcat and Sun's Application server

2006-07-27 Thread Jon Hoffman
I spent most of the day tring to get this to work (three days now) and still no luck. Does anyone know how I can access an EJB hosted on a Sun Application server through a servlet hosted on Tomcat Any help would be most appreciated. Jon -Original Message- From: Jon Hoffman [mailto:[EMA

RE: Tomcat and MySQL error

2006-07-27 Thread DK
Thanks again to all ! Did a grep -R on /usr/local and got the file. It is /usr/local/jakarta/webapps/website/WEB-INF/struts-config.xml and the line that I had to modify was Everything works fine now and Thanks again to all of you !! DK -- View this message in context: http://www.nabble.com/T

Re: Back to 404 problem: The requested resource (/Sisc/servlet/servle ts/PesquisaTabPeriferica) is not available

2006-07-27 Thread David Smith
And what do the logs show regarding the problem servlets? --David [EMAIL PROTECTED] wrote: Dear All, I implemented the suggestions from the list but the 404 problem still persists. I have an application called Sisc Under Sisc there are package1 package2 package3... and a new package called ser

Back to 404 problem: The requested resource (/Sisc/servlet/servle ts/PesquisaTabPeriferica) is not available

2006-07-27 Thread Siomara
Dear All, I implemented the suggestions from the list but the 404 problem still persists. I have an application called Sisc Under Sisc there are package1 package2 package3... and a new package called servlets with all my servlets (note that the name has a S at the end). I included 'package servlet

Tomcat using only 1 cpu

2006-07-27 Thread Landon Fabbricino
Hello, We have been experiencing an issue where tomcat (jsvc) is only utilizing one CPU rather then the four available. I happened to notice that it was only using 1 CPU when the server was slowed to a crawl and only 25% of the server CPU's (4 of them) was being used. We have been experiencing t

Re: forward SSL-Certificate to ActionContext with Tomcat Native

2006-07-27 Thread Florian Rock
Hello, the answer is very simple: this is a bug in APR components (the https connector) http://issues.apache.org/bugzilla/show_bug.cgi?id=37869 thats the reason why i don't able to use apr :( greets Florian Florian Rock schrieb: > Hello guys, > > I verify clients by Certificate in my Applicatio

Re: Apache - Tomcat connector

2006-07-27 Thread Steve Ochani
On 27 Jul 2006 at 13:03, Atul Govande wrote: > > Hi , > I am new to tomcat as well as Apache. I got both thing working > independently and now I am trying to connect two together. I was > looking different documentation and was wondering which is better way > JK2 or Mod_JK . What is the differenc

Re: Apache - Tomcat connector

2006-07-27 Thread David Smith
Easy answer: mod_jk Mod-jk2 lost all support and its features have been back-ported to mod_jk . --David Atul Govande wrote: Hi , I am new to tomcat as well as Apache. I got both thing working independently and now I am trying to connect two together. I was looking different documentation a

Apache - Tomcat connector

2006-07-27 Thread Atul Govande
Hi , I am new to tomcat as well as Apache. I got both thing working independently and now I am trying to connect two together. I was looking different documentation and was wondering which is better way JK2 or Mod_JK . What is the difference? Any input is appreciated! I am using Tomcat 5.

RE: tomcat , wondoze , Unable to find a javac compiler;

2006-07-27 Thread Propes, Barry L
make the PATH (not classpath) point to: C:\Program Files\Java\jdk1.5.0_04\bin -Original Message- From: Randy Paries [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 1:19 PM To: users@tomcat.apache.org Subject: tomcat , wondoze , Unable to find a javac compiler; unfortuntaly i hav

Re: tomcat , wondoze , Unable to find a javac compiler;

2006-07-27 Thread Martin Gainty
to check the configuration..what does the specification say (jsp) entry from $CATALINA_BASE/conf/web.xml? M- * This email message and any files transmitted with it contain confidential information intended only for the person(s)

Re: tomcat , wondoze , Unable to find a javac compiler;

2006-07-27 Thread Larry Meadors
Might be the space... Larry On 7/27/06, Randy Paries <[EMAIL PROTECTED]> wrote: unfortuntaly i have to setup tomcat on windoze. i have it working on tons of linux boxs, and this has been a royle pain. Ok enough whinning. so when i try to display a jsp is get the error Unable to find a javac c

Re: tomcat , wondoze , Unable to find a javac compiler;

2006-07-27 Thread David Smith
Are the env vars User variables for your account or system variables? Take a look at this: 1. Click Start, then RIGHT click on My Computer. 2. Choose Properties from the pop-up menu 3. Click the Advanced tab in the System Properties window. 4. Click on the Environment Variables button 5. The re

tomcat , wondoze , Unable to find a javac compiler;

2006-07-27 Thread Randy Paries
unfortuntaly i have to setup tomcat on windoze. i have it working on tons of linux boxs, and this has been a royle pain. Ok enough whinning. so when i try to display a jsp is get the error Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does no

RE: Tomcat and MySQL error

2006-07-27 Thread Propes, Barry L
try the base of usr/local -Original Message- From: DK [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 12:48 PM To: users@tomcat.apache.org Subject: RE: Tomcat and MySQL error Thanks to all of you ! I did a search (grep -R) under the /usr/local/jakarta and /etc folder for this s

RE: Tomcat and MySQL error

2006-07-27 Thread DK
Thanks to all of you ! I did a search (grep -R) under the /usr/local/jakarta and /etc folder for this string but found no results. I am still wondering as which file carries this value. Thanks again, DK -- View this message in context: http://www.nabble.com/Tomcat-and-MySQL-error-tf2007556.htm

Re: Problems with IE6, AJP1.3, Apache httpd and tomcat

2006-07-27 Thread Martin Gainty
Following the Tomcat doc - Apache2 seems to go either with AJP 1.2 or 1.3 connectors after 2.0 you'll need AJP1.3X connector(s) before 2.0 you'll need ASP1.2X connector(s) http://tomcat.apache.org/connectors-doc/howto/apache.html HTH, M- *

Re: newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio
I did a reboot and now everything works, so it must have been still running in the background? Thanks for all your help. regards Debbie Salemink On 7/27/06, D. Salemink Klikstudio <[EMAIL PROTECTED]> wrote: Thanks Raju, ive placed the jars but i still have the same problem, I've checked all ba

Re: HTTP Status 500 error

2006-07-27 Thread Martin Gainty
More specifically.. wrap your code in a try with a catch on PrivilegedActionException http://java.sun.com/j2se/1.3/docs/api/java/security/AccessController.html check out your $TOMCAT_HOME/conf/catalina.policy for correct grants M-

Tomcat 5.5.17 won't Start

2006-07-27 Thread KuArZo
This is the error: java.net.BindException: Can't assign requested address at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359) at java.net.ServerSocket.bind(ServerSocket.java:319) at java.net.ServerSocket.(

.tld files without web.xml

2006-07-27 Thread Marten Lehmann
Hello, I have a directory /META-INF which contains different .tld files (taglib definitions). Usually, the webapp should notice these files and make them available to the single .jsp files. But I always get: 500 Servlet Exception /tools/internet/whois.jsp:10: `http://dev.test.de/test' has n

Re: servlet and HTTP authentication

2006-07-27 Thread DJohnson
If you configure Tomcat to NOT require authentication for this particular servlet, then your servlet can examine the credentials, and if they are absent or insufficient, send a 401 - Not Authorized response, which causes the browser to prompt for id/pass. You can also manipulate the "realm" i

RE: HTTP Status 500 error

2006-07-27 Thread Propes, Barry L
I'd pay close attention to these: java.security.AccessController.doPrivileged(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:517) and see what the doAsPriveleged methods are calling. -Original Message- From: OOzy Pal [mailto:[EMAIL PROTECTED] Sent: T

WARNING: Error sending end packet

2006-07-27 Thread Larry
Hello all, I'm getting this error quite frequently in my logs. I do run Apache & Tomcat on two different servers with mod_jk. I heard rumors that this error could have something to do with my workers.propertiesconfiguration. Anyone out there run into this, and have any suggestions? Thank you ag

Unavailabe to retrieve the list of portlets

2006-07-27 Thread keyur sheth
Hi Everybody, I wanted to make the tomcat container secure. So I converted the http to https by generating self signed certificate. There is an application running under the tomcat server called gridsphere. So in the gridsphere portal it was unable to show the list of p

servlet and HTTP authentication

2006-07-27 Thread Kristian Rink
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all; gotta solve a very special authentication situation: Users need to have access to certain file packages using an URL like http://.../packages/ with referring to an identifier stored in a local document management system. User information

Re: newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio
Thanks Raju, ive placed the jars but i still have the same problem, I've checked all bash_profile files doesnt seem to be a double entry anywhere and the default the server uses is /etc/profile according to the bashrc. Could there be a double entry anywhere else? Regards, On 7/27/06, Raju Balugu

RE: Tomcat and MySQL error

2006-07-27 Thread Propes, Barry L
somewhere, likely server.xml, you've got an ODBC setting pointing to the IP address or domain name of the old box. Do a global search -- find file or with contents of your old box IP address/name to find the file(s) that contain said string. -Original Message- From: DK [mailto:[EMAIL P

Re: newbie installation problems

2006-07-27 Thread Raju Balugu
http://tomcat.apache.org/download-55.cgi#5.5.17 check for the compatability jars. On 7/27/06, D. Salemink Klikstudio <[EMAIL PROTECTED]> wrote: no i havent, From where should i take these files? Regards Debbie On 7/27/06, Raju Balugu <[EMAIL PROTECTED]> wrote: > Have u placed the compatabil

Re: newbie installation problems

2006-07-27 Thread Timothy Collett
On Jul 27, 2006, at 10:55 AM, D. Salemink Klikstudio wrote: [EMAIL PROTECTED] apache-tomcat-5.5.17]# env | grep CATALINA_HOME CATALINA_HOME=/usr/local/jakarta-tomcat-4.1.31 That looks like your environment is simply not getting set properly-- or is getting reset after your /etc/profile is set

Re: newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio
no i havent, From where should i take these files? Regards Debbie On 7/27/06, Raju Balugu <[EMAIL PROTECTED]> wrote: Have u placed the compatability jar files in tomcat5 environment? jmx.jar -->tomcat5/bin/ xerecesImpl.jar --tomcat5\common\endorsed\ xml-api.jar.jar -->tomcat5\common\endorsed\

Re: newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio
[EMAIL PROTECTED] apache-tomcat-5.5.17]# env | grep CATALINA_HOME CATALINA_HOME=/usr/local/jakarta-tomcat-4.1.31 On 7/27/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: D. Salemink Klikstudio ha scritto: > I have redhat enterprise (3?) > It worked with the tomcat 4 version in the /etc/profile >

Re: newbie installation problems

2006-07-27 Thread Raju Balugu
Have u placed the compatability jar files in tomcat5 environment? jmx.jar -->tomcat5/bin/ xerecesImpl.jar --tomcat5\common\endorsed\ xml-api.jar.jar -->tomcat5\common\endorsed\ Regards Raju On 7/27/06, D. Salemink Klikstudio <[EMAIL PROTECTED]> wrote: I have redhat enterprise (3?) It worked w

Re: newbie installation problems

2006-07-27 Thread Antonio Petrelli
D. Salemink Klikstudio ha scritto: I have redhat enterprise (3?) It worked with the tomcat 4 version in the /etc/profile but it doesnt seem to want to loose this configuration anymore This is whats in my my /etc/profile now JAVA_HOME=/usr/java/j2sdk1.4.2_12 CATALINA_HOME=/usr/local/apache-tomcat

Re: newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio
I have redhat enterprise (3?) It worked with the tomcat 4 version in the /etc/profile but it doesnt seem to want to loose this configuration anymore This is whats in my my /etc/profile now JAVA_HOME=/usr/java/j2sdk1.4.2_12 CATALINA_HOME=/usr/local/apache-tomcat-5.5.17 On 7/27/06, Antonio Petre

Re: newbie installation problems

2006-07-27 Thread Antonio Petrelli
D. Salemink Klikstudio ha scritto: As far as i know i have no files whatsoever going to 4.1.31 and somehow i most still have the environment set up wrong, can anybody help me with this?? What's your distribution? Not all Linux distributions use /etc/profile for environment variables. For examp

Re: Problems with IE6, AJP1.3, Apache httpd and tomcat

2006-07-27 Thread Robert
Rick G wrote: Robert, Do you have some sample script/servlet that you can reliably reproduce the issue that I could try? If not, could you let me know a bit more about the operation, frequency of the occurrence? I don't have it, because I cannot reproduce the problem here on a windows configu

newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio
IM going crazy with my tomcat installation. Previosly i installed the tomcat 4 version which was working fine but because I want to use mmbase preferably with tomcat 5. I removed de 4 folder, placed the 5 folder and updated my environment paths in /etc/profile. Each time i start up startup.sh i

RE: [OT?] is there a way to map an application URL on tomcat like: http://a.com/app1 to http://app1.a.com/

2006-07-27 Thread Peter Crowther
> From: Hassan Schroeder [mailto:[EMAIL PROTECTED] > > http://yourcompany.saassupplier.com. > > This is called a "virtual host"; it requires DNS entries to > point that URL to your server, that's all. The simplest way of doing this on BIND servers is to use a wildcard mapping - so you map a nam

file type and name

2006-07-27 Thread Zohar
Hello list, I have a servlet that generates a CSV file. What I do is:   response.setContentType("application/csv"); PrintWriter out = response.getWriter(); out.write(csvContent); out.flush();   What I get is attached. How do I fix this? I also want the filename to be something else...   Than

Re: [OT?] is there a way to map an application URL on tomcat like: http://a.com/app1 to http://app1.a.com/

2006-07-27 Thread Hassan Schroeder
On 7/27/06, David Gagnon <[EMAIL PROTECTED]> wrote: I have seen this on the website of a Saas supplier yesterday and I was wondering if it was possible to do it with Tomcat. When you go on their website and they assign you an application to the url: http://yourcompany.saassupplier.com. This

[OT?] is there a way to map an application URL on tomcat like: http://a.com/app1 to http://app1.a.com/

2006-07-27 Thread David Gagnon
Hi all! Sorry for the repost the 1st email wasn't following the rules. Sorry for the mess. Here is the original message posted correctly this time :-): I have seen this on the website of a Saas supplier yesterday and I was wondering if it was possible to do it with Tomcat. When you go

Re: What are the advantages on tomcat5.5.17 over the tomcat4.1.29

2006-07-27 Thread David Smith
Then you need to google again. This subject has been covered in various ways on the list: 1. 5.0.x and 5.5.x both support servlet spec 2.4 (4.1.x supports servlet spec 2.3) 2. 5.5 no longer requires a JDK. A JRE is sufficient 3. There have been HUGE performance improvements in 5.5 (comparabl

How to configure the logs for Tomcat 5.5.17

2006-07-27 Thread Raju Balugu
Hi , Tomcat 5.5.15 Solaris 2.9 box I am trying to configure the logging throuth log4j but not able to success..getting lot of errors. Can anybody give the steps to configure the tomcat logging.(specific to Tomcat purpose not the application) Regards Raju

What are the advantages on tomcat5.5.17 over the tomcat4.1.29

2006-07-27 Thread Raju Balugu
Hi All, I subscribed to this list recently...and hopes somebody may asked this question..also but i am in need of information on this. We are planing to migrate from tomcat 4.1.29 to tomcat 5.5.17 for that i would like to know you people what are the advantages and disadvantages on tomcat 5.5.1

Tomcat and Sun's Application server

2006-07-27 Thread Jon Hoffman
Hi, I have been beating my head for the past two days on this problem. I have a Sun Java Application Server 8.1 with a couple Enterprise Java Beans. I want to be able to have a web application running on my Tomcat cluster access those EJB's. My servlet keeps throwing up this Exception: java.lang.N

Re: apache not talking to tomcat w/ mod_jk

2006-07-27 Thread David Smith
I got the impression (and I could be wrong here) early on in this thread you may have dropped your jsp in the apache httpd docroot and tried it there. This isn't mod_perl or one of those other modules that allow files to sit directly in the apache docroot or one of it's folders. If this is th

[ANN] Apache Tomcat mod_jk 1.2.18 Web Server Connector released

2006-07-27 Thread Rainer Jung
The Apache Tomcat team is pleased to announce the immediate availability of version 1.2.18 of the Apache Tomcat mod_jk web server connector. mod_jk is a connector which allows a web server such as Apache HTTPD to act as a front end to the Tomcat web application server. This version contains severa

Re: Tomcat and MySQL error

2006-07-27 Thread David Smith
The answer depends on how the MySQL connection is made and where. Tomcat doesn't offer just one way to handle this or just one place to configure it. The MySQL connection string can be in server.xml or the web application itself. You might want to do a search to see where "www.old-domain.com

Re: Initial configuration problems

2006-07-27 Thread David Smith
There isn't a lot of information to go on here. Are there any error messages in the logs regarding the manager webapp? Also could you be more specific regarding "...installing the various software elements, adding the environment variables...". You should be able to run the manager webapp ri

Re: "Busy" in jkmanager

2006-07-27 Thread Mladen Turk
Gianto Wijaya wrote: unsubscribe Each mail you receive has a line saying: To unsubscribe, e-mail: [EMAIL PROTECTED] Now, is there something you do not understand in that statement? I suppose you know how to send an email cause we have received this one. Regards, Mladen.

Re: "Busy" in jkmanager

2006-07-27 Thread Gianto Wijaya
unsubscribe - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JSP 2.0 tag files slowing development/deployment

2006-07-27 Thread John Cherouvim
Thanks for your reply. I've done some testing and tomcat 5.5 compiled the jsp/tags about 2.5-3 times faster! Here is the test with the results: tag files: 122 size : 154kb settings : -Xms256m -Xmx256m |---++---+| | 5.0.28

Tomcat 5.5.17 logs configuaration

2006-07-27 Thread Raju Balugu
Hi , Tomcat 5.5.15 Solaris 2.9 box I am trying to configure the logging throuth log4j but not able to success..getting lot of errors. Can anybody give the steps to configure the tomcat logging.(specific to Tomcat purpose not the application) Regards Raju

Re: apache not talking to tomcat w/ mod_jk

2006-07-27 Thread Nikola Milutinovic
> I set mod_jk to log level debug, and saw it was > telling apache "2No.Host.matches.server.name". This simply means that Apache is accepting a request for one Virtual Host an that host is not configured in TC. This issue can be as trivial as not defining the actual hostname as a element in yo

Re: Problems with IE6, AJP1.3, Apache httpd and tomcat

2006-07-27 Thread Raju Balugu
Hi , As for your mail ,it's fine in mozilla and other browser ..can u do one thing to identify the problem..try to print the port no . and url which you are getting. And also put the full url and try it. put the debug statements in Request.java and Response.java which are there in catalina.jar.

Re: Cannot protect with Valve Tomcat 5.5.17 Manager Application ( Windows Environment - JRE 5.0)

2006-07-27 Thread Raju Balugu
Hi , Have u placed the xerecesImple.jar under the endorsed directory.and also let me know whic jdk or JRE you are using? Regards Raju On 7/26/06, Mark Thomas <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: >allow="127.0.0.1"/> You need to read http://tomcat.apache.org/tomcat-5.

Initial configuration problems

2006-07-27 Thread Andy Kanter
I have been monitoring the emails on this list and have tried to interpret the documentation for Tomcat 5.5.17 on the web, but I am a total novice with Java and Apache. I am trying to test run an opensource application on my laptop and have managed to get close, but cannot seem to make it work. I'm

RE: Some tomcat config questions

2006-07-27 Thread Stuart Fox
Any clues on this? I cant seem to figure it out Cheers Stuart -Original Message- From: Stuart Fox [mailto:[EMAIL PROTECTED] Sent: 25 July 2006 16:12 To: 'Tomcat Users List' Subject: RE: Some tomcat config questions >> ciphers="SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA,SSL_DH

An exception, would anybody tell me the reason?

2006-07-27 Thread Zhang, Peng
Hi , I deployed a app in tomcat, and monitored this with thread dump. Now I get an exception as below. Who can tell me the possible reason. Thanks in advance for your replies. "TP-Processor275" daemon prio=5 tid=0x04889210 nid=0xdfa2 runnable [cbdff000..cbe019c8] at java.io.UnixFileSy

Re: Shutdown Problems with Tomcat

2006-07-27 Thread Mark van Wyk
Thanks for that! Makes perfect sense. I'm using Liferay, so it's probably in their pile of code that the problem arises. I'll ask them for some advice! On 7/26/06, Shankar Unni <[EMAIL PROTECTED]> wrote: Mark van Wyk wrote: > tcp4 0 0 localhost.8005 *.*LISTEN >

Re: JSP 2.0 tag files slowing development/deployment

2006-07-27 Thread Edmund Urbani
Edmund Urbani wrote: > John Cherouvim wrote: >> Hello >> >> I'm building a mid scale web application for use within an intranet. I'm >> using a custom web framework to handle flow, user input, validations, >> persistence with hibernate and views with JSP and JSP 2.0 tag files. I >> use tomcat 5.0.2