Re: Newbee question on servlet and html - Really frustated with this problem.

2005-10-12 Thread Developer Developer
thanks everybody. I could solve the problem. There was a typo in my response text. When I changed the following line response.setContentType(test/html); with response.setContentType(text/html); It jus worked like a charm. thanks ! On 10/10/05, Developer Developer [EMAIL PROTECTED] wrote

RE: Newbee question on servlet and html - Really frustated with this problem.

2005-10-11 Thread Mauricio Fernandez A.
with this problem. does anybody know how to fix this problem. Invocation of servlet prompts a messagebox posing a questions do you want to save this ? instead of executing it and returing the output in the html document. :( On 10/10/05, Developer Developer [EMAIL PROTECTED] wrote: I wrote my

Newbee question on servlet and html - Really frustated with this problem.

2005-10-10 Thread Developer Developer
does anybody know how to fix this problem. Invocation of servlet prompts a messagebox posing a questions do you want to save this ? instead of executing it and returing the output in the html document. :( On 10/10/05, Developer Developer [EMAIL PROTECTED] wrote: I wrote my first html

Re: Newbee question on servlet and html - Really frustated with this problem.

2005-10-10 Thread Frank W. Zammetti
Frank Developer Developer wrote: does anybody know how to fix this problem. Invocation of servlet prompts a messagebox posing a questions do you want to save this ? instead of executing it and returing the output in the html document. :( On 10/10/05, Developer Developer [EMAIL PROTECTED

Re: Newbee question on servlet and html - Really frustated with this problem.

2005-10-10 Thread Glen Mazza
actual url-pattern. (/VBeer/BeerSelect) You can look at the web.xml in the servlet-examples webapp that comes with Tomcat for sample definitions. Glen Developer Developer escribió: does anybody know how to fix this problem. Invocation of servlet prompts a messagebox posing a questions do you

Problem with tomcat configuration

2005-10-06 Thread vineesh kumar
Hi all, I manged to configure https on tomcat 5.5.9 with a passord different than changeit. It's working.But i tried to configure https on port 80 (i am running tomcat as root user). but when i point the browser to the system like https://localhost/ I am getting an error indicating that connection

Re: Problem with tomcat configuration

2005-10-06 Thread Mark Eggers
https is port 443. You need to to uncomment the HTTP 1.1 connector for 8443 and change the port to 443. Uncomment the following connector in server.xml: !-- Define a SSL HTTP/1.1 Connector on port 8443 -- !-- Connector port=8443 maxHttpHeaderSize=8192 maxThreads=150

Re: Problem with tomcat configuration

2005-10-06 Thread Marcus Franke
On Thu, Oct 06, 2005 at 12:14:58AM -0700, Mark Eggers wrote: https is port 443. You need to to uncomment the HTTP 1.1 connector for 8443 and change the port to 443. Uncomment the following connector in server.xml: !-- Define a SSL HTTP/1.1 Connector on port 8443 -- !-- Connector

Re: Modjk and Tomcat 5.5.4 problem

2005-10-06 Thread Marcus Franke
On Wed, Oct 05, 2005 at 04:24:08PM -0700, Rick wrote: We had an issue where it seemed like it would crash using mod_jk, the trouble was the connections were not letting go. By default, I think the timeout is infinite, so after setting the property: connectionTimeout, in the server.xml's

RE: Modjk and Tomcat 5.5.4 problem

2005-10-06 Thread Rick
Hi Marcus, idle connections running for hours and hours That was our problem as well, with those idle connections just sitting there, as I said, I wasn't sure if my solution was the correct one.. Just telling you, it seemed to work for us. I would say give it a try, the only issue we have

Re: Modjk and Tomcat 5.5.4 problem

2005-10-06 Thread John Martyniak
cleaned up and we stopped having problems, however, I'm not sure this was the correct way to do this, seems to work. Not sure if this is related to your problem. -Rick -Original Message- From: John Martyniak [mailto:[EMAIL PROTECTED] Posted At: Wednesday, October 05, 2005 3:53 PM

RE: Modjk and Tomcat 5.5.4 problem

2005-10-06 Thread Rick
set? -Rick -Original Message- From: John Martyniak [mailto:[EMAIL PROTECTED] Posted At: Thursday, October 06, 2005 8:43 AM Posted To: Tomcat Dev Conversation: Modjk and Tomcat 5.5.4 problem Subject: Re: Modjk and Tomcat 5.5.4 problem Rick, Thanks for the info. I will try it out

Re: Modjk and Tomcat 5.5.4 problem

2005-10-06 Thread John Martyniak
Rick, I have made the changes and was able to replicate the problem pretty quickly. And again no message in the mod_jk or catalina.out files. It turns out that my workers file has all of those properties. I am including it below. # Define worker using ajp13 worker.list=worker1, worker2

problem with setting path for config files

2005-10-05 Thread Raviteja Veerla
Hi all, I am having a problem with setting the path for config files. I am building a webservices in java using a 3rd party java API. this third party API requires few config files(xml files) to be present in the class path, so that they can read from those config files. i am developing

RE: problem with setting path for config files

2005-10-05 Thread Sabitha
You can declare a variable in Catalina.sh with your path and append it to the classpath. -Original Message- From: Raviteja Veerla [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 11:26 AM To: tomcat-user@jakarta.apache.org Subject: problem with setting path for config files

Modjk and Tomcat 5.5.4 problem

2005-10-05 Thread John Martyniak
Has anyone had any problems with ModJK crashing the server? I haven't been able to fully debug yet, primarily because it doesn't update any logs to state there is a problem, and I can't reliably replicate the problem. I am using Apache 2.0.47, modjk 1.2.5 and tomcat 5.5.4 I think

RE: Modjk and Tomcat 5.5.4 problem

2005-10-05 Thread Rick
=AJP/1.3 connectionTimeout=6 .../ The old connections would get cleaned up and we stopped having problems, however, I'm not sure this was the correct way to do this, seems to work. Not sure if this is related to your problem. -Rick -Original Message- From: John Martyniak [mailto

useBeans problem

2005-10-05 Thread Michael Pope
I'm new to JSP and still getting used to the environment. I'm using FreeBSD5.4, Jakarta tomcat 5.5.9 with JDK 1.5.0_p2 When I try to use Beans it comes up with the error: *type* Exception report *message* *description* _The server encountered an internal error () that prevented it from

RE: useBeans problem

2005-10-05 Thread Caldarale, Charles R
From: Michael Pope [mailto:[EMAIL PROTECTED] Subject: useBeans problem I'm new to JSP and still getting used to the environment. I'm using FreeBSD5.4, Jakarta tomcat 5.5.9 with JDK 1.5.0_p2 When I try to use Beans it comes up with the error: javax.servlet.ServletException: UserData

Re: useBeans problem

2005-10-05 Thread Michael Pope
Ok i found two other installations of JDK on the machine. I'm going to make sure that the only JDK i have installed on here is JDK1.5.0_p2 Michael Caldarale, Charles R wrote: From: Michael Pope [mailto:[EMAIL PROTECTED] Subject: useBeans problem I'm new to JSP and still getting used

httpConnector secure=true problem (second attempt)

2005-10-04 Thread Reynir Hubner
Hi, I'm trying to have one connector on tomcat 5.0.x open with secure=true with out it being SSL or https. I just want request.isSecure() return true. This is the setup for the connector : Connector port=9020 maxThreads=150 minSpareThreads=25 maxSpareThreads=75

Re: httpConnector secure=true problem (second attempt)

2005-10-04 Thread Mark Thomas
This is a bug that is fixed in 5.5.10+ Mark Reynir Hubner wrote: Hi, I'm trying to have one connector on tomcat 5.0.x open with secure=true with out it being SSL or https. I just want request.isSecure() return true. This is the setup for the connector : Connector port=9020

Tomcat JSP problem

2005-10-04 Thread Liubomir Dokov
Hi, I am using Tomcat and I have the following problem: when I develop and test my applications on my local computer everything is OK. But a few days ago, when I uploaded my .war file to the server where I host my domain something is wrong. A request to the first(index.jsp) page returns nothing

Re: Tomcat JSP problem

2005-10-04 Thread Schalk Neethling
Liubomir I have experienced the same problem. Are you including any servlets in this JSP? Or are you using any filters? Any java type that has been pre-compiled locally, is what I am basically asking? If so, you will have a major/minor mismatch.Best to develop and compile to the same version

Vexing Problem with Tomcat connector

2005-09-28 Thread [EMAIL PROTECTED]
Hello, I have a website that I am migrating to a new server. Server is Redhat ES3 2.4.21-20.0.1.ELsmp. Server version: Apache/2.0.46 I have jakarta-tomcat-5.5.9 installed and working properly on the new server. It is perfectly accessible from the legacy web server. On the Website on the new

Re: Vexing Problem with Tomcat connector

2005-09-28 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old

RE: Problem defining JNDI data source.

2005-09-27 Thread Sastry Malladi
In tomcat 5.5.9, defining the resources under the Context element seems to have this kind of an issue. One way to resolve this is to define your datasource (i.e, Resource) under Server/GlobalNamingResources element and then define a ResourceLink in context.xml (in the same location as

Re: Problem defining JNDI data source.

2005-09-27 Thread David C. Hicks
Thanks, I'll give it a try. I think that's the one combination I have *not* tried yet. :-) Sastry Malladi wrote: In tomcat 5.5.9, defining the resources under the Context element seems to have this kind of an issue. One way to resolve this is to define your datasource (i.e, Resource) under

Problem defining JNDI data source.

2005-09-26 Thread David C. Hicks
I'm having difficulty defining a JNDI data source using C3P0 pooling in Tomcat 5.5.9. Here is the context descriptor for my app: Context path=/ems reloadable=true Logger className=org.apache.catalina.logger.SystemOutLogger verbosity=4 timestamp=true/ Loader

Problem with RealmBase and digested passwords

2005-09-23 Thread Barnett, Brian W.
with digested passwords just great. The problem is that when I add a new user through the web app, it errors out with this message: java.lang.NoClassDefFoundError: org/apache/catalina/realm/RealmBase when I try to calc the digested version of the password prior to storing the new user

RE: Problem with RealmBase and digested passwords

2005-09-23 Thread Barnett, Brian W.
Maybe one of these days I'll finally understand classpath! :) It was as simple as putting catalina.jar in my WEB-INF\lib folder. Doh. Sorry all. -Original Message- From: Barnett, Brian W. To: 'Tomcat Users List ' Sent: 9/23/2005 9:23 PM Subject: Problem with RealmBase and digested

Re: tomcat and firefox ssl problem - no common encryption algorithms

2005-09-22 Thread Paul Singleton
Lyndon Tiu wrote: Hello, I am using on server: - Tomcat 5.5.9 downloaded from Apache Tomcat website. - Tried both Java 1.4.2_09(using tomcat compat packages) and Java 1.5.0_03 - RH ES3 on client: - Firefox 1.0.6 - RH WS3 I have done ssl on Tomcat 4.x and 5.0.x a few times before with no

Re: tomcat and firefox ssl problem - no common encryption algorithms

2005-09-22 Thread Lyndon Tiu
On Thu, 22 Sep 2005 14:40:25 0100 [EMAIL PROTECTED] wrote: Lyndon Tiu wrote: Hello, I am using on server: - Tomcat 5.5.9 downloaded from Apache Tomcat website. - Tried both Java 1.4.2_09(using tomcat compat packages) and Java 1.5.0_03 - RH ES3 on client: - Firefox

Re: tomcat and firefox ssl problem - no common encryption algorithms

2005-09-22 Thread David Wall
As I said, I have done this successfully before and I am baffled that it is not working fo me now. Perhaps you need send your server.xml along so others can see what you've done. It definitely works with Firefox and IE on 5.5.9 David

Re: tomcat and firefox ssl problem - no common encryption algorithms

2005-09-22 Thread Lyndon Tiu
Problem solved. I was generating ssl certs with openssl and apparently, I needed to use keytool. Thanks. On Thu, 22 Sep 2005 09:03:52 -0700 tomcat-user@jakarta.apache.org wrote: As I said, I have done this successfully before and I am baffled that it is not working fo me now

JDBCRealm Problem - Connected to DB but not authenticating

2005-09-22 Thread pstupp (sent by Nabble.com)
have tried both plaintext and SHA encrypted passwords, both of which work fine when using the memory realm and tomcat-users.xml. Any thoughts? Thanks in advance. -- Sent from the Tomcat - User forum at Nabble.com: http://www.nabble.com/JDBCRealm-Problem---Connected-to-DB-but-not-authenticating

Problem Parsing Request Parameters

2005-09-21 Thread Jeremy Nix
Certain users of my website are having issues with respect to submitting a form on a page. Not all users are experiencing this problem, and I've yet to replicate it myself so it makes the situation even more complex. I have an icking suspicion that its related to the user's browser, but I've

tomcat and firefox ssl problem - no common encryption algorithms

2005-09-21 Thread Lyndon Tiu
Hello, I am using on server: - Tomcat 5.5.9 downloaded from Apache Tomcat website. - Tried both Java 1.4.2_09(using tomcat compat packages) and Java 1.5.0_03 - RH ES3 on client: - Firefox 1.0.6 - RH WS3 I have done ssl on Tomcat 4.x and 5.0.x a few times before with no problems and I am

SSL problem for webservices

2005-09-20 Thread Peter Betz
Hi, I am having a problem here. I am using Jakarta Tomcat V5.5 (part of jboss-4.0.2) and j2sdk1.4.2_08 on a Redhat Linux server. I have been trying to perform secure HTTPS webservices calls from an external web-server but have thus far been unsuccessful. The local client test environment

war classpath problem

2005-09-20 Thread lio tomcat
Hello world, My war and i have some problem for loading some class that are embedded in jars in myWar/WEB-INF/lib... I tried to solve this by writing a proper myWar/META-INF/MANIFEST.MF with no success. It simply ignores it. I don't have anymore idea. May you give me some clue? At list

Re: war classpath problem

2005-09-20 Thread lio tomcat
forgot to tell about my env : jboss3.2.2/jbossweb-tomcat41.sar On 9/20/05, lio tomcat [EMAIL PROTECTED] wrote: Hello world, My war and i have some problem for loading some class that are embedded in jars in myWar/WEB-INF/lib... I tried to solve this by writing a proper myWar/META-INF

File Upload problem with cgi perl script

2005-09-20 Thread Ron Cozad
I am only getting the first 3k of an upload file. If the file is less than 3k, the multipart boundaries are structured properly, otherwise, I never get the end of the file or the ending boundary. I did binmode(STDIN); but still not getting the whole file. Running Tomcat 4.1.31 and IE

File Upload problem with cgi perl script

2005-09-19 Thread Ron Cozad
I am only getting the first 3k of an upload file. If the file is less than 3k, the multipart boundaries are structured properly, otherwise, I never get the end of the file or the ending boundary. I did binmode(STDIN); but still not getting the whole file. Running Tomcat 4.1.31 and IE

RE: Problem making my servlet the default servlet (instead of ROOT)

2005-09-15 Thread Allistair Crossley
Hi, To make this URL work http://localhost/cart.faces - error 404 You need to just define your context as path= (although I use path=/ROOT with no problem). You URI mappings for JK would need to include (if no other wildcard mapping exists) /*.faces=ajp13 to ensure traffic with faces

basic authentication problem 5.5.9

2005-09-14 Thread Jilles van Gurp
or a user didn't work though. To confirm I was running into a (solved) bug I tested on 5.5.11 and indeed authentication works fine there with identical configuration. So my question is threefold: - Is the bug above the problem I am running into or is it something else - Is there a workaround

SSI Servlet Character Encoding Problem

2005-09-14 Thread KEREM ERKAN
: /include/footer.jsp The /include folder is in the server root. I think it should be able to find these pages, as it looks at the server root because of the state of isVirtualWebappRelative variable, am I wrong? When I set isVirtualWebappRelative to 1, this problem is solved only for server root, my

RE: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-14 Thread Xia, Hong
Hi, Mark, I have the both server and client .cer imported to cacerts but the problem persists commands to generate the server and client key: Keytool -genkey -alias server -keyalg RSA -keystore serverstore.jks Keytool -genkey -alias client -keyalg RSA -keystore clientstore.jks commands

RE: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-14 Thread Xia, Hong
Hi, Mark, I forgot to mention that if set 'clientAuth=false' in the Connector, https works with server certificate. The problem happens only with 'clientAuth=true'. What key type is IE6 requires for installing certificate as Personal? Thanks again. Hong -Original Message- From: Mark

RE: Problem making my servlet the default servlet (instead of ROOT)

2005-09-14 Thread David Thielen
To: Tomcat Users List Subject: Re: Problem making my servlet the default servlet (instead of ROOT) If I do Context path=/ docBase=store., then http://localhost:8080/cart.faces returns an error 404. Yep. It will. Since you are using the path attribute I assume this is in the server.xml and to set

Re: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-14 Thread Mark Thomas
Xia, Hong wrote: Hi, Mark, I have the both server and client .cer imported to cacerts but the problem persists commands to generate the server and client key: Keytool -genkey -alias server -keyalg RSA -keystore serverstore.jks Keytool -genkey -alias client -keyalg RSA -keystore

RE: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-14 Thread Xia, Hong
Both client and server certificates are self certified by: keytool -selfcert -alias server -keystore serverstore.jks keytool -selfcert -alias client -keystore serverstore.jks The problem still exists. When install the self certified client certificate in IE6, put certificate in Personal Store

Tomcat autoDeploy problem on Unix

2005-09-13 Thread Olena Mitovska
to think it is specific Unix problem. Can you, please ,advise, how we can redeploy application without having to restart the server every time. Olena - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: problem with tomcat manager's deploy command

2005-09-13 Thread rahul
=${tomcat.manager.password} path=/${app.name} / /target any suggestions? -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 7:50 PM To: Tomcat Users List Subject: RE: problem with tomcat manager's

RE: problem with tomcat manager's deploy command

2005-09-13 Thread Allistair Crossley
- From: rahul [mailto:[EMAIL PROTECTED] Sent: 13 September 2005 14:23 To: Tomcat Users List Subject: RE: problem with tomcat manager's deploy command Thanks Charles, Now I am defining my application context in a separate file under META-INF But still I am not been able to undeploy my

Re: Tomcat autoDeploy problem on Unix

2005-09-13 Thread Stas Ostapenko
settings work fine in windows environment so we tend to think it is specific Unix problem. Can you, please ,advise, how we can redeploy application without having to restart the server every time. Olena - To unsubscribe

Re: Tomcat autoDeploy problem on Unix

2005-09-13 Thread Christoph Kutzinski
autoDeploy=true name=localhost unpackWARs=true xmlNamespaceAware=false xmlValidation=false and for every application the Context element have attribute reloadable=true. The same settings work fine in windows environment so we tend to think it is specific Unix problem. Can you, please ,advise, how

Re: Tomcat autoDeploy problem on Unix

2005-09-13 Thread Eugeny N Dzhurinsky
On Tue, Sep 13, 2005 at 03:31:37PM +0200, Christoph Kutzinski wrote: Do you create the WAR file on Windows and deploy to Solaris? Have you checked that the system clocks are in sync? Have you checked that the file attributes are ok on Solaris? Have you tried to touch the war file? I could

RE: problem with tomcat manager's deploy command

2005-09-13 Thread Caldarale, Charles R
From: rahul [mailto:[EMAIL PROTECTED] Subject: RE: problem with tomcat manager's deploy command Tomcat Manager's undeploy command, which I run from ant is not cleaning some of the jar files in my application's lib folder However no error shown on ant prompt. What happens if you try

Re: Tomcat autoDeploy problem on Unix

2005-09-13 Thread Ritchie Gillam
in windows environment so we tend to think it is specific Unix problem. Can you, please ,advise, how we can redeploy application without having to restart the server every time. Olena - To unsubscribe, e-mail: [EMAIL

RE: problem with tomcat manager's deploy command

2005-09-13 Thread rahul
Users List Subject: RE: problem with tomcat manager's deploy command From: rahul [mailto:[EMAIL PROTECTED] Subject: RE: problem with tomcat manager's deploy command Tomcat Manager's undeploy command, which I run from ant is not cleaning some of the jar files in my application's lib folder

Re: Tomcat autoDeploy problem on Unix

2005-09-13 Thread Sergey Pariev
so we tend to think it is specific Unix problem. Can you, please ,advise, how we can redeploy application without having to restart the server every time. Olena - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-13 Thread Xia, Hong
-443-Processor25, WRITE: SSLv3 Alert, length = 2 http-443-Processor25, called closeSocket() http-443-Processor25, called close() http-443-Processor25, called closeInternal(true) Has anyone know why does this error happen? I am suspecting that IE6 has a problem with the imported client.cer file but I

Re: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-13 Thread Mark Thomas
= handshake_failure http-443-Processor25, WRITE: SSLv3 Alert, length = 2 http-443-Processor25, called closeSocket() http-443-Processor25, called close() http-443-Processor25, called closeInternal(true) Has anyone know why does this error happen? I am suspecting that IE6 has a problem with the imported

RE: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-13 Thread Xia, Hong
the import. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 2:56 PM To: Tomcat Users List Subject: Re: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake Xia, Hong wrote: Hello, I am trying

Re: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-13 Thread Mark Thomas
Xia, Hong wrote: Thanks for your help Mark. When I imported the client cert, I pick the 'Automatically select the certificate store ...' option and the certificate appeared under the Trusted Root. I tried to place the certificate under Personal and Other People but the certificate did not

Re: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-13 Thread Hector Adolfo Alonso
the client certificate ? It's self signed too ? In this case, there is a problem, because both of them are self signed -- both of them are signed by different CAs -- there is a handshake failure. INHO, Tomcat's cert shoud be signed by a true CA ... then the browser should recognize CA's cert

Re: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-13 Thread Mark Thomas
. On the othe hand, who signs the client certificate ? It's self signed too ? In this case, there is a problem, because both of them are self signed -- both of them are signed by different CAs -- there is a handshake failure. INHO, Tomcat's cert shoud be signed by a true CA ... then the browser

Problem making my servlet the default servlet (instead of ROOT)

2005-09-13 Thread David Thielen
Hi; If I do Context path=/ docBase=store., then http://localhost:8080/cart.faces returns an error 404. I figured it should be / and not ? If I do Context path= docBase=store., then it works. But. http://localhost:8080/store/cart.faces works http://localhost/store/cart.faces works

Re: Problem making my servlet the default servlet (instead of ROOT)

2005-09-13 Thread Parsons Technical Services
If I do Context path=/ docBase=store., then http://localhost:8080/cart.faces returns an error 404. Yep. It will. Since you are using the path attribute I assume this is in the server.xml and to set it as the root you would use . If you specify a context path of an empty string (), you are

problem with tomcat manager's deploy command

2005-09-12 Thread rahul
Hi all, I am trying to use Tomcat Manager's deploy command using Ant script to deploy a web application. The command doesn't work in case there is an entry in tomcat configuration file server.xml for my application like context path=/myAppName . ... ... /context which I am using for

Security problem

2005-09-12 Thread Gunnar Brading
When trying a recently unpacked 5.5.11, started with -security, I get an exception the first time I try to check the root index.jsp. Anyone know what I am doing wrong? Cheers, -- Gunnar Brading SEVERE: Servlet.service() for servlet org.apache.jsp.index_jsp threw exception

RE: problem with tomcat manager's deploy command

2005-09-12 Thread Caldarale, Charles R
From: rahul [mailto:[EMAIL PROTECTED] Subject: problem with tomcat manager's deploy command If I remove this context tag from server.xml then the deploy command works fine. But I want to keep this information in server.xml and at the same time use tomcat manager's deploy command from

Re: AJP connector maxthreads problem

2005-09-11 Thread Malcolm Warren
for this kind of moderate use, or is it likely I've some kind of problem I've got to get to the bottom of? I've been through my recent new applications, and there really is nothing that could have created this problem recently. It sure sounds like

Re: AJP connector maxthreads problem

2005-09-11 Thread Malcolm Warren
in a fairly limited way. In your expert view are 75 jk2 connections sufficient for this kind of moderate use, or is it likely I've some kind of problem I've got to get to the bottom of? I've been through my recent new applications, and there really

AJP connector maxthreads problem

2005-09-10 Thread Malcolm Warren
of moderate use, or is it likely I've some kind of problem I've got to get to the bottom of? I've been through my recent new applications, and there really is nothing that could have created this problem recently. 2) I've set connectionTimeout=2, which seems to be what everybody else

Re: AJP connector maxthreads problem

2005-09-10 Thread David Wall
in a fairly limited way. In your expert view are 75 jk2 connections sufficient for this kind of moderate use, or is it likely I've some kind of problem I've got to get to the bottom of? I've been through my recent new applications, and there really is nothing that could have created this problem recently

Re: AJP connector maxthreads problem

2005-09-10 Thread Wade Chandler
programmes that create their own threads, though in a fairly limited way. In your expert view are 75 jk2 connections sufficient for this kind of moderate use, or is it likely I've some kind of problem I've got to get to the bottom of? I've been through my recent new applications

Problem with error.jsp (via JSF)

2005-09-07 Thread David Thielen
Hi; In my web.xml I have: error-page exception-typejava.lang.Throwable/exception-type location/error.jsp/location /error-page Most of my jsp pages are in a pages subdirectory. So when an excpetion is thrown in say

SSL problem

2005-09-05 Thread Peter Betz
Hi, I am having a problem here. I am using Jakarta Tomcat V5.5 (part of jboss-4.0.2) and j2sdk1.4.2_08 on a Redhat Linux server. I having been trying to register a signed certificate but have thus far being unsuccessful. It always comes out as a self-signed certificate. What am I doing wrong

Re: SSL problem

2005-09-05 Thread Mark Thomas
am having a problem here. I am using Jakarta Tomcat V5.5 (part of jboss-4.0.2) and j2sdk1.4.2_08 on a Redhat Linux server. I having been trying to register a signed certificate but have thus far being unsuccessful. It always comes out as a self-signed certificate. What am I doing wrong? Details

Big problem with running tomcat

2005-09-02 Thread jmail
Hi. I have downloaded and install Tomcat 5.5.11 for my desktop where I've got Apche Server 2.0.54. And wright now I've got redirected domain jmailssoftware.tk. and the domain is redirected to the jmail.kicks-ass.org which is Dynamic DNS free subdomain. So I can't give anybody the URL

Re: Big problem with running tomcat

2005-09-02 Thread bachoo jahnkar
Change the port in server.xml to 80. That should solve your problem. jmail [EMAIL PROTECTED] wrote:Hi. I have downloaded and install Tomcat 5.5.11 for my desktop where I've got Apche Server 2.0.54. And wright now I've got redirected domain jmailssoftware.tk. and the domain is redirected

Re: Big problem with running tomcat

2005-09-02 Thread jmail
problem with running tomcat Change the port in server.xml to 80. That should solve your problem. jmail [EMAIL PROTECTED] wrote:Hi. I have downloaded and install Tomcat 5.5.11 for my desktop where I've got Apche Server 2.0.54. And wright now I've got redirected domain jmailssoftware.tk

Re: Big problem with running tomcat

2005-09-02 Thread David Rees
On 9/2/05, jmail [EMAIL PROTECTED] wrote: I would like to make something like virtual hosts using apache and tomcat, but some virtual host should take tomcat for reply. You need to use mod_jk. Look at the docs for it and the solution will become clear. -Dave

index_jsp.java problem

2005-09-01 Thread Ben Kim
Hi, tomcat 5.5.9, Fedora core 4 I recently upgraded my tomcat. I'm facing this problem again and wonder if there's a good answer on what I should do. (and honestly, why this (stumbling block) has been added for index.jsp which is usually the entry point for every app, thereby affecting

JK ISAPI Redirector and IE6 problem

2005-08-31 Thread Kubiak, Thomas
Hello guys. We have the following configuration: Server 1: Tomcat 5.5.9 Server 2: Win 2003 Server + IIS Jakarta Isapi Redirector 1.2.14 All client machines uses MS IE6 with activated integrated windows authentification. Now our problem is, that with active windows

IIS connector problem

2005-08-30 Thread Michael Dillon
I'm using Tomcat 5.5.9 and IIS 6 on a Windows 2003 machine. Isapi_redirect.dll (version 1.2.14) seems to work if use a full url such as this: http://localhost/jsp-examples/index.html All the various jsp examples work. However, if I don't fully specify a document, such as

Problem with file upload corruption.

2005-08-30 Thread Richard Mixon (qwest)
:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 7:03 PM To: tomcat-user@jakarta.apache.org Subject: Problem with file upload corruption. We have a JSP/servlet combo that uses the OReilly MultiPartRequest to upload a users HTML template for our application. Invariably they end up with some unusual

RE: Problem with file upload corruption.

2005-08-30 Thread Richard Mixon (qwest)
the uploaded HTML file for invalid characters and notifies the user if any are found. Hope this helps someone else - Richard -Original Message- From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 7:26 PM To: 'tomcat-user@jakarta.apache.org' Subject: Problem

Problem with file upload corruption.

2005-08-29 Thread [EMAIL PROTECTED]
We have a JSP/servlet combo that uses the OReilly MultiPartRequest to upload a users HTML template for our application. Invariably they end up with some unusual characters in their template - sometimes from pasting in text from MS Word or other similar application. For some reason a single

Problem using FORM based authetication (Tomcat 4.1)

2005-08-28 Thread Alan Chandler
I have a small database application that I am developing. I have set up a JNDI resource in order to access it in the application. This is defined just inside host ... level in server.xml (password changed) Resource auth=Container name=jdbc/family_tree

response.sendError() problem on Tomcat 5.5.9

2005-08-27 Thread Garret Wilson
logged that Java makes it to the response.sendError() but not past it. Firefox WebDeveloper 0.9.3 tells me I'm getting back a 200 OK rather than a 404. Is there a Tomcat problem, or am I missing something really obvious? Cheers, Garret

mapping class in apache problem

2005-08-24 Thread Pierre Faudon
Hello all, I have problem with my configuration : Apache 2.0.54 - Tomcat 5.0.28 I have a problem to map .class. (It works fine for .jsp) when called toto (instead of toto.class) as there is no toto i get a 404 error ! thanks 4 your help ! Pierre Mon httpd.conf ### Section 1: Global

Problem defining welcom-file

2005-08-24 Thread jonas skrebys
Hi everyone, could you please halep a newbie of Tomcat :) I have deployed an application under webaps/myApp folder and I want that under URL that holds /myApp folder the welcome file would be exposed to client. in myApp/WEB-INF folder I create web.xml file and fill with text : web-app

Re: Problem defining welcom-file

2005-08-24 Thread Fabien Benoit
Put it under the WEB-INF directory. On 8/24/05, jonas skrebys [EMAIL PROTECTED] wrote: Hi everyone, could you please halep a newbie of Tomcat :) I have deployed an application under webaps/myApp folder and I want that under URL that holds /myApp folder the welcome file would be exposed to

Re: Problem defining welcom-file

2005-08-24 Thread jonas skrebys
Thanks friends for answer. Do you meen to put the web.xml file in myApp/WEB-INF folder ? If yes, then it is already done. But still it does not work :( --- A [EMAIL PROTECTED] wrote: Put this file under WEB-INF folder and it will work On 8/24/05, jonas skrebys [EMAIL PROTECTED] wrote: Hi

Re: Problem defining welcom-file

2005-08-24 Thread Fabien Benoit
No, i meant the welcome JSP. Remember that inside the web.xml, the root directory is WEB-INF, not the webapp directory. On 8/24/05, jonas skrebys [EMAIL PROTECTED] wrote: Thanks friends for answer. Do you meen to put the web.xml file in myApp/WEB-INF folder ? If yes, then it is already done.

Re: Problem VirtualHost WebApp Served on Two URLs

2005-08-22 Thread TroyGeek
No, I don't believe this is the problem. I've removed the ROOT web application and confugured apache forwarding to tomcat using the mod_jk connector to forward the root webapp to 'mysite'. On 8/20/05, Peter Rossbach [EMAIL PROTECTED] wrote: You must rename your directory from mysite

Re: Problem VirtualHost WebApp Served on Two URLs

2005-08-20 Thread Peter Rossbach
You must rename your directory from mysite to ROOT. Context docBase=c:\sites\www.mysite.com\ROOT path= reloadable=true source=com.ibm.wtp.web.server:mysite/ Peter TroyGeek schrieb: I have a problem with Tomcat Virtual Hosting. I have my virtual host defined like so in server.xml

URL decoding problem in Tomcat

2005-08-19 Thread jonas skrebys
Dear Tomcat experts :) I have encountered a problem and I have fallen into despair to solve it myself :( I'd appreciate it very much for an advice. I run Tomcat 4.1.31 release under Windows XP. I have a jsp application that exposes *.jpg files to clients. Client receives a piece of HTML

  1   2   3   4   5   6   7   8   9   10   >