RE: DBCP+TOMCAT 3.2.4 (->4.1.x WORKED OK)

2003-02-04 Thread Zabel, Ian
Whoops, and commons-pool.jar? -Original Message- From: ps [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 4:35 PM To: Tomcat Users List Subject: DBCP+TOMCAT 3.2.4 (->4.1.x WORKED OK) Greetings, I'm downgrading my web application to work on tomcat 3.2.4 (initially was develop

RE: DBCP+TOMCAT 3.2.4 (->4.1.x WORKED OK)

2003-02-04 Thread Zabel, Ian
I'm assuming you copied the commons-dbcp.jar into 3.2.4's common\lib directory. Did you remember to also copy commons-collections.jar which dbcp needs? Ian. -Original Message- From: ps [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 4:35 PM To: Tomcat Users List Subject: DBC

Why won't anyone help me out??

2003-02-04 Thread Steve Burrus
Well, seeing how no one, so far, has seen fit to respond back to my "plea for help/assistance", I will re-post this from late last nite!! I am getting quite desperate the longer that I have to go on without getting this right! Hello again, Filip, I tried to "package up" the 2 required files,

RE: Oracle cursor problem with Tomcat 4.1.12 and Commons BDSF

2003-02-04 Thread Tam, Michael
Have seen this problem before. It is the JDBC code. The best solution is to explicitly close RESULTSET, STATEMENT (of any kind), and CONNECTION as soon as you finished using the object ( or else close them in the FINALLY block) Regards, Michael -Original Message- From: Sean Dockery [mail

PageContextImpl.handlePageException

2003-02-04 Thread wiley
Anybody have any idea what this error means and were I can find an answer to Fixing it? exception org.apache.jasper.JasperException at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja

DBCP+TOMCAT 3.2.4 (->4.1.x WORKED OK)

2003-02-04 Thread ps
Greetings, I'm downgrading my web application to work on tomcat 3.2.4 (initially was developed and tested OK on tomcat 4.1.18). I'm using DBCP1.0. problem: I can't get a datasource through JNDI that usually worked fine in tomcat 4.1.x, instead I'm getting an exception! Since I'm not awar

Tomcat connector of the future? WARP, JK? (Was: "Re: tomcat-apache.confnot created during Tomcat startup")

2003-02-04 Thread Bert Catsburg
Hello John, Thanks for your hint. I got the impression that WARP was the Connector of the future. So, I'm wrong. Urgent question to this list then: What is the Connector I should use to be covered for the future? Thanks, Bert Catsburg Turner, John wrote: I think the mentioned "tomcat-apache.

Re: forcing a jsp page to reload/refresh when backend data changes

2003-02-04 Thread Jeff Ousley
Nick, I like this idea. Do you know of any examples that make use of this concept? What code would I use (generically) to have the invisible frame force a resubmit on the viewable frame? Have you ever worked with pushlets? Are they worth messing with? thanks, -jeff --- Nick Sophinos <[EMAIL PROT

Define globally or within Context ?

2003-02-04 Thread Charlie Toohey
I have several groups of webapps -- all webapps in the same group access the same database. I am defining a and in server.xml and using JNDI to acquire a DataSource (I'm using the Jakarta Commons database connection pool). The question is, should I define a / for each webapp Context, or shou

re : Tomcat exits randomly.

2003-02-04 Thread MikeMu
Hey all, I am having troubles with Tomcat exiting randomly. Currently, the tomcat process keeps exiting randomly. Unfortunately, there is nothing put into the logs that shows any type of fault. Basically, it may run for a short period or a long period and then the tomcat process just stops/abor

Sessions across browser restarts

2003-02-04 Thread Zabel, Ian
In Tomcat 4.0, is it possible to configure if a session is lost when the browser window is closed, or if the user's session persists across browser restarts? In some other languages, it was possible to take the session cookies and set their timeout to a value of 0 or -1 and this would make the coo

Re[2]: WAR format question

2003-02-04 Thread Jacob Kjome
Hello Jim, Use a framework like Log4j which has lots of different appenders in addition to the FileAppender and RollingFileAppender. If you really want to log to file, then provide a for the location of the files. Then you can override that with server-specific config such as with the element

Re: Oracle cursor problem with Tomcat 4.1.12 and Commons BDSF

2003-02-04 Thread Sean Dockery
Try explicitly closing your ResultSet variables as well. See if the problem persists. At 13:58 2003-02-04, you wrote: Configuring Tomcat to provide a JNDI connection pool was no problem. Now, however, we are getting error ORA-01000: maximum cursors opened. Logging shows that any statement and

Re: VirtualHost www.zcompany.com:80 overlaps VirtualHost www.abc.com:80

2003-02-04 Thread Oscar Carrillo
Like I said I'm not an expert on apache configuration, but I have it as my domainname. One of the other messages someone followed up with said it has to be the actual domainname that is going to host the virtual hosts. I'm pretty sure you need to NOT have the asterisk in the line you have. Look

Oracle cursor problem with Tomcat 4.1.12 and Commons BDSF

2003-02-04 Thread Andy Meadows
Configuring Tomcat to provide a JNDI connection pool was no problem. Now, however, we are getting error ORA-01000: maximum cursors opened. Logging shows that any statement and connection that is opened is again closed which, according to everything I read, release the cursors. This is obviously

RE: WAR format question

2003-02-04 Thread Tim Moore
> -Original Message- > From: Jim Carlson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 3:07 PM > To: Tomcat Users List > Subject: Re: WAR format question > > >Thanks. This answers my question, but I'm still left with the > impression that I'll need to go beyond the

RE: Tomcat 3.3.1 HttpSessionBindingListener not found

2003-02-04 Thread Larry Isaacs
This means that the class that Class.ForName() is trying to load has a dependency chain that includes a class that has a dependency on HttpSessionBindingListener, i.e. servlet.jar. That class with the servlet.jar dependency is being found in a classloader that is below (i.e. a parent,) of the "TOM

RE: Tomcat 3.3.1 HttpSessionBindingListener not found

2003-02-04 Thread Daniel Lemberg
I'm pretty sure it is; I've seen 3.3.1 bug reports on valueUnbound() not firing properly. Also, it's working in the test environment I set up on my PC, which is Tomcat 3.3.1a for Windows. Unfortunately, the customer says that upgrading Tomcat is not an option due to external considerations. That

connection timeout problem -- apache1.3/mod_ssl/mod_jk2/tomcat 4.1.18

2003-02-04 Thread SSchaubach
my session is expiring with the following message: ==> stderr.log <== Feb 4, 2003 12:01:38 PM org.apache.jk.common.ChannelSocket processConnection INFO: connection timeout reached Is there a way to extend the session timout on jk2 ?? here is my worker2.properties (fyi, we are not load balancing

RE: Tomcat 3.3.1 HttpSessionBindingListener not found

2003-02-04 Thread Filip Hanik
Is the "javax/servlet/http/HttpSessionBindingListener" supported by Tomcat 3.x? If it showed up in a later version of the servlet specification, you might need to upgrade your Tomcat. Filip -Original Message- From: Daniel Lemberg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 20

Re: WAR format question

2003-02-04 Thread Jim Carlson
Thanks. This answers my question, but I'm still left with the impression that I'll need to go beyond the WAR format if I want to write to a log or flat file DB (i.e., non-temp application file). Also, since containers don't guarantee support for an unpacked WAR (are there any containers tha

pageContext error ???

2003-02-04 Thread B Wiley Snyder
Im running tomcat 4.1 and I'm building a shopping cart from a book. When browse to the index.jsp page of the app I receive this error... root cause javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex tImpl.java:533) I know why this

RE: Can't get Apache 2.0.44 / tomcat 4.1.18 / mod_jk-2.0.43.dll t o work together properly

2003-02-04 Thread Dave Taylor
Okay, all is well. Here's the epilogue: Tomcat's server.xml required a default Host of 192.168.1.100, my server's router-assigned LAN IP address. FYI, this is a home office server, connected to the internet through a Linksys Etherfast Cable/DSL router. Also, just for local testing, I have a secon

RE: Session lost between HTTPS and HTTP

2003-02-04 Thread Zabel, Ian
Heey, now that's an answer I can deal with! ; ) That's really good to know! I will now do some research on how to configure Tomcat or my app code along these lines. Thank you Ian. -Original Message- From: Daniel Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 2:54 PM

RE: DB Connection Pooling with Tomcat

2003-02-04 Thread Subir Sengupta
I believe that the commons DBCP is bundled with TC 4.1 http://jakarta.apache.org/commons/dbcp.html -Original Message- From: Noncubicle Corp [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 3:06 AM To: [EMAIL PROTECTED] Subject: DB Connection Pooling with Tomcat Hi, I am wonde

pageContext error ???

2003-02-04 Thread jsp
Im running tomcat 4.1 and I'm building a shopping cart from a book. When browse to the index.jsp page of the app I receive this error... root cause javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex tImpl.java:533) I know why this

RE: Session lost between HTTPS and HTTP

2003-02-04 Thread Daniel Brown
Cookies can be set 'secure' (Cookie.setSecure(true)). Secure cookies are only sent to servers by browsers over a secure connection. When Tomcat starts a new session, it sets the cookie to be secure if the session is opened over a secure connection. This seems to fit with everything so far observe

RE: tomcat-apache.conf not created during Tomcat startup

2003-02-04 Thread Turner, John
I think the mentioned "tomcat-apache.conf" file is actually called "mod_jk.conf" now, and applies only to using JK. Going forward, you'll want to avoid counting on WARP...its deprecated and no longer actively developed. John > -Original Message- > From: Bert Catsburg [mailto:[EMAIL PROT

RE: Can't get Apache 2.0.44 / tomcat 4.1.18 / mod_jk-2.0.43.dll t o work together properly

2003-02-04 Thread Turner, John
Yep, that will be problematic. Since Contexts are related to Hosts, you don't want to make all Contexts available to every Host. At least, I wouldn't. John > -Original Message- > From: Dave Taylor [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 2:05 PM > To: Tomcat Users

Tomcat 3.3.1 HttpSessionBindingListener not found

2003-02-04 Thread Daniel Lemberg
Hey, I'm running into an odd problem on Tomcat 3.3.1 on Sun, and am hoping somone could help shed some light on the problem. I have a few classes in a JAR file that implement HttpSessionBindingListener. In my test environment on my PC (Tomcat 3.3.1a for Windows), the classes work fine. But on one

RE: tomcat realm issue

2003-02-04 Thread Keppel Yin
Hi, I have found the answer to my problem. I simply need to placr the mysql JDC jar file in tomcat\comoon\lib directory. Thanks a lot, -Original Message- From: Keppel Yin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 12:36 PM To: Tomcat Users List (E-mail) Subject: tomcat

Re: system.conf parameter values

2003-02-04 Thread Marcelino Cruz
You're right. My apologies. - MC --- - Original Message - From: "Filip Hanik" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 04, 2003 2:27 PM Subject: RE: system.conf parameter values I think you might be on the wrong mailing list. Filip -Or

RE: can I define a subcontext within a global context?

2003-02-04 Thread Jan-Michael Ong
Thanks very much for your reply. I thought so... but I just needed some confirmation. Regards, Jan-Michael At 01:44 PM 2/4/2003 -0500, Shapira, Yoav wrote: Hi, You would have to do many workarounds and remappings and have robust servlets that handle all sorts of redirection. It would suck. Y

RE: system.conf parameter values

2003-02-04 Thread Filip Hanik
I think you might be on the wrong mailing list. Filip -Original Message- From: Marcelino Cruz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 11:28 AM To: Tomcat Users List Subject: system.conf parameter values Hello: I recently downloaded ccm-core-cms-5.0.3 and am in the p

RE: WAR format question

2003-02-04 Thread Tim Moore
> -Original Message- > From: Erik Price [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 2:14 PM > To: Tomcat Users List > Subject: Re: WAR format question > > > > > Tim Moore wrote: > > Hi Erik, > > > > > >>>EP> What about if we have a tag descriptor somewhere below > >

system.conf parameter values

2003-02-04 Thread Marcelino Cruz
Hello: I recently downloaded ccm-core-cms-5.0.3 and am in the process of setting it up. The CCM configuration section on the CCM Installation Guide does not define nor provide values for these parameters: state-dir publish-to-fs-servers publish-to-fs-source publish-to-fs-this-server digest-sende

Re: WAR format question

2003-02-04 Thread Erik Price
Tim Moore wrote: Hi Erik, EP> What about if we have a tag descriptor somewhere below WEB-INF, is EP> it EP> safe to refer to the path directly from the "uri" attribute of the <%@ taglib %>> directive? Yeah, you can do that. :-) Thanks. Actually, I've already done it and it work

Re: tomcat-apache.conf not created during Tomcat startup

2003-02-04 Thread Bert Catsburg
I think I can answer my own question: The tomcat-apache.conf is not created when using the warp connector... Is this correct? So, I dit a couple of things: - Extract the struts-documentation.war cd wepapps\struts-documentation jar -xvf ..\struts-documentation.war - Deployed the application i

RE: Can't get Apache 2.0.44 / tomcat 4.1.18 / mod_jk-2.0.43.dll to work together properly

2003-02-04 Thread Dave Taylor
Okay -- making progress! I changed Tomcat's server.xml mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 11:40 AM To: Tomcat Users List Cc: Dave Taylor Subject: RE: Can't get Apache 2.0.44 / tomcat 4.1.18 / mod_jk-2.0.43.dll to work together properly This seems to me to be an Apache con

Apache 2.0.44 / tomcat 4.1.18 / mod_jk-2.0.43.dll/ ssl to work together properly

2003-02-04 Thread Shufelt, Jonathan S.
Hello, I'm sure a few people on the list have gotten Apache 2.0.44, tomcat 4.1.18, mod_jk-2.0.43.dll working together with ssl. I would be grateful if a few of you could post your working .conf files; ie httpd.conf, ssl.conf..etc. Perhaps that will help some of us figure out our problems.

Env vars, mod_jk and JkEnvVar?

2003-02-04 Thread Jack on vacation
Hi, What's the way to pass environment variables from Apache to Tomcat when using mod_jk? http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html gives JkEnvVar SSL_CLIENT_V_START as an example, but how do I read this in a JSP? Will it appear as an attribute, if so, with what name?

RE: can I define a subcontext within a global context?

2003-02-04 Thread Shapira, Yoav
Hi, You would have to do many workarounds and remappings and have robust servlets that handle all sorts of redirection. It would suck. You could probably save a lot of time and effort, and end up with a maintainable and portable product, if you redesign your app to either be one webapp or two com

Re: VirtualHost www.zcompany.com:80 overlaps VirtualHost www.abc.com:80

2003-02-04 Thread chris schild
Oscar, per the docs that I used NameVirutalHost is suppose to use the *. - Original Message - From: "Oscar Carrillo" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 10:26 AM Subject: Re: VirtualHost www.zcompany.com:80 overlaps VirtualHost ww

Re: VirtualHost www.zcompany.com:80 overlaps VirtualHost www.abc.com:80

2003-02-04 Thread chris schild
Galbayar, I didn't get an explanation but let me try and decipher... You are saying for EACH VirtualHost to have a directive? Defined where? Below the DocumentRoot in httpd.conf? Or below each ? Would the JkMount(s) also go below each ? - Original Message - From: "Galbayar Dorjgotov"

RE: Can't get Apache 2.0.44 / tomcat 4.1.18 / mod_jk-2.0.43.dll to work together properly

2003-02-04 Thread Sean Dockery
This seems to me to be an Apache configuration issue--rather than a mod_jk/Tomcat issue. Two suggestions: First, ensure that you are restarting Apache after restarting Tomcat so that Apache picks up changes that Tomcat makes to the mod_jk.conf file (after you've changed the server.xml file).

RE: WAR format question

2003-02-04 Thread Tim Moore
Hi Erik, > > EP> What about if we have a tag descriptor somewhere below > WEB-INF, is > > EP> it > > EP> safe to refer to the path directly from the "uri" > attribute of the <%@ > > taglib %>> directive? Yeah, you can do that. :-) -- Tim Moore / Blackboard Inc. / Software Engineer 1899 L St

" /examples " Application at context path /examples could notstart

2003-02-04 Thread Dennis Hasch
Hello, This used to work, but now it does not. Every time I try to start the /examples app. in the the Tomcat Web Application Manager, I get the following error: Application at context path /examples could not And then when I try to get to http://:8080/examples " The requested resource (/

Re: can I define a subcontext within a global context?

2003-02-04 Thread Jan-Michael Ong
Hi there, This sounds like a dumb question (probably is) but can I define a subcontext within another global context? In other words if I define a web application context to be /myapplication and I want another mini-web application (separate from /myapplication but within it) i.e. /myapplic

RE: problem using Tomcat 3.3.1

2003-02-04 Thread Larry Isaacs
I would assume the stack trace is different when using mod_proxy. What does it look like? Larry > -Original Message- > From: Liquid [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 11:15 AM > To: Tomcat Users List > Subject: Re: problem using Tomcat 3.3.1 > > > In now usin

RE: Session lost between HTTPS and HTTP

2003-02-04 Thread Zabel, Ian
Hm, I understand what you're saying, and I agree. But, this used to work fine before Tomcat. ServletExec maintained our sessions across HTTP and HTTPS. I don't know how Tomcat deals with this, which I guess is why I'm asking the list. One thing I have discovered by using a bit of a sniffer loca

RE: Session lost between HTTPS and HTTP

2003-02-04 Thread Filip Hanik
for example https://banking.wellsfargo.com, once you are logged on to https, they will not let you access that server using http. filip -Original Message- From: Filip Hanik Sent: Tuesday, February 04, 2003 9:58 AM To: Tomcat Users List Subject: RE: Session lost between HTTPS and HTTP

RE: Session lost between HTTPS and HTTP

2003-02-04 Thread Mike Jackson
Hijacking is possible for any "man-in-the-middle" situation. That's one of the reasons that going https for just the login is a bad idea (tm). --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Zabel, Ian [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2

RE: Session lost between HTTPS and HTTP

2003-02-04 Thread Filip Hanik
maybe you misunderstood me. if I want to pretend that I am you, all I have to do is to put a network packet sniffer between your computer and your bank, look up your session Id and then make a request to your bank server using your sessionId. So I am not switching domain. Filip -Original M

deployment descriptor priority

2003-02-04 Thread Stas Gushcha
Hello tomcat-user, Could anybody explain me the way of processing deployment descriptors (web.xml): one of them is default and placed in /conf folder an another one is placed in /WEB-INF folder of my application. I tryes to configure descriptor to process *.jsf files

RE: Session lost between HTTPS and HTTP

2003-02-04 Thread Zabel, Ian
Cookies are only valid for a domain though. So if the cookie was created on http://banksite.com it will be valid for https://banksite.com as well. It is the same website. Banksite.com resolves to the same IP address either way. It's just a protocol switch. You session id will never be sent to a th

RE: Session lost between HTTPS and HTTP

2003-02-04 Thread Filip Hanik
I could be wrong of course :)) -Original Message- From: Filip Hanik Sent: Tuesday, February 04, 2003 9:51 AM To: Tomcat Users List Subject: RE: Session lost between HTTPS and HTTP This scenario will convince you...maybe :) 1. You enter a bank on non secure page- HTTP 2. You log in and

RE: Session lost between HTTPS and HTTP

2003-02-04 Thread Filip Hanik
This scenario will convince you...maybe :) 1. You enter a bank on non secure page- HTTP 2. You log in and start messing with your accounts 3. Then you go back to HTTP and somebody can hi-jack your sessionID 4. They use that ID to go back to HTTPS and now have access to your account information.

RE: Session lost between HTTPS and HTTP

2003-02-04 Thread Zabel, Ian
As far as I know, http://www.app.com/ and https://www.app.com/ are supposed to be allowed to share cookies on standard ports. http://w6.metronet.com/~wjm/tomcat/2000/Dec/msg00626.html Ian. -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 1

Re: tomcat-apache.conf not created during Tomcat startup

2003-02-04 Thread Bert Catsburg
And I forgot to tell that both Apache and Tomcat are running as a Windows Service. Bert Catsburg wrote: Hello, I am trying to setup the Struts Framework. The install docs tell me to edit the tomcat-apache.conf file. But I do not have one. The docs tell me also that this file is created during s

RE: Session lost between HTTPS and HTTP

2003-02-04 Thread Filip Hanik
yeah, it is a security issue I believe. Not sure how tomcat does that, but it shouldn't allow a session that was created on HTTPS to switch to HTTP. Filip -Original Message- From: Zabel, Ian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 9:35 AM To: [EMAIL PROTECTED] Subject

RE: JNDI context in ServletContextListener

2003-02-04 Thread Craig R. McClanahan
On Tue, 4 Feb 2003, Shapira, Yoav wrote: > Date: Tue, 4 Feb 2003 09:02:56 -0500 > From: "Shapira, Yoav" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: JNDI context in ServletContextListener > > Howdy, > This is a t

tomcat realm issue

2003-02-04 Thread Keppel Yin
Hi, All, After installing and starting tomcat 4.1.10, I can load the home page http://localhost:8080/. Then in the server.xml, I added my own context parameter just below the tomcat root context. Now I restart tomcat and try to lo

Session lost between HTTPS and HTTP

2003-02-04 Thread Zabel, Ian
All; We are having a chronic problem that is causing a lot of trouble with our application's users. In our app, we authenticate users on our HTTPS server and then serve the homepage also on HTTPS. All links on the homepage to the other pages in our app switch the user to the same url on HTT

tomcat-apache.conf not created during Tomcat startup

2003-02-04 Thread Bert Catsburg
Hello, I am trying to setup the Struts Framework. The install docs tell me to edit the tomcat-apache.conf file. But I do not have one. The docs tell me also that this file is created during startup of Tomcat in the $TOMCAT_HOME\conf directory. Well, it isn't. My configuration: OS: Windows 2000 Ap

Re: WAR format question

2003-02-04 Thread Erik Price
Jake, Well, thanks anyway. Maybe somebody else knows the score on this one and will pipe up. :) Erik Jacob Kjome wrote: Hello Erik, Sorry, I don't do JSP and haven't a clue about taglibs Jake Tuesday, February 04, 2003, 9:31:27 AM, you wrote: EP> Jacob Kjome wrote: In order to obta

Joey: First mobile J2EE application server for PocketPC and J2ME

2003-02-04 Thread info
Hello, We are pleased to announce the release of Joey 1.0. Joey is the world's first mobile J2EE application server that runs in disconnected mode on J2ME and J2SE devices, including Compaq iPaq and other PocketPC 2002 devices, Sharp Zaurus Linux PDA, and all Windows/Linux laptops. What is Joey?

Re: Tomcat startup question

2003-02-04 Thread Kenny G. Dubuisson, Jr.
I would think that I would get port binding exceptions too but I don't get any error. I just starts up Tomcat like I had never started it. Thanks, Kenny - Original Message - From: "Milt Epstein" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 04, 2

Re: Tomcat startup question

2003-02-04 Thread Kenny G. Dubuisson, Jr.
I don't think it's starting a second instance...I think it's just stopping and restarting??? I really don't know. But I do know that I don't get any exceptions. I would think that I should given that it's trying to use the same port. Thanks, Kenny - Original Message - From: "Haytham Sa

Re: Tomcat startup question

2003-02-04 Thread Kenny G. Dubuisson, Jr.
I don't think it's starting a second instance...I think it's just stopping and restarting??? I really don't know. But I do know that I don't get any exceptions. I would think that I should given that it's trying to use the same port. Thanks, Kenny - Original Message - From: "Haytham Sa

Re: Tomcat startup question

2003-02-04 Thread Kenny G. Dubuisson, Jr.
I don't think it's starting a second instance...I think it's just stopping and restarting??? I really don't know. But I do know that I don't get any exceptions. I would think that I should given that it's trying to use the same port. Thanks, Kenny - Original Message - From: "Haytham Sa

Re: Tomcat startup question

2003-02-04 Thread Kenny G. Dubuisson, Jr.
I don't think it's starting a second instance...I think it's just stopping and restarting??? I really don't know. But I do know that I don't get any exceptions. I would think that I should given that it's trying to use the same port. Thanks, Kenny - Original Message - From: "Haytham Sa

Re: Tomcat startup question

2003-02-04 Thread Kenny G. Dubuisson, Jr.
I don't think it's starting a second instance...I think it's just stopping and restarting??? I really don't know. But I do know that I don't get any exceptions. I would think that I should given that it's trying to use the same port. Thanks, Kenny - Original Message - From: "Haytham Sa

Re: Tomcat startup question

2003-02-04 Thread Kenny G. Dubuisson, Jr.
I don't think it's starting a second instance...I think it's just stopping and restarting??? I really don't know. But I do know that I don't get any exceptions. I would think that I should given that it's trying to use the same port. Thanks, Kenny - Original Message - From: "Haytham Sa

RE: Can't get Apache 2.0.44 / tomcat 4.1.18 / mod_jk-2.0.43.dll t o wo rk together properly

2003-02-04 Thread Turner, John
Well, the first thing: httpd.conf, either through manual entry or mod_jk.conf, needs an entry that looks something like this: ServerName www.meetdave.com Alias /examples "C:/tomcat/Tomcat-4-1-18/webapps/examples" Options Indexes FollowSymLinks DirectoryIndex index

Re: error page for error code 500?

2003-02-04 Thread Jeff_Mychasiw
That is a good point. You can tell that I am new to server issues. ( so far I just live in my little web app world ). It is my desire to trap JSPExceptions as well, and if possible all java.lang.Exceptions.. Do other people do this? More testing Thanks again. Jon Wingfield <[EMAIL PR

Re[2]: WAR format question

2003-02-04 Thread Jacob Kjome
Hello Erik, Sorry, I don't do JSP and haven't a clue about taglibs Jake Tuesday, February 04, 2003, 9:31:27 AM, you wrote: EP> Jacob Kjome wrote: >> >> In order to obtain access to a file under WEB-INF in a completely >> portable way, use something like... >> >> getServletContext().getReso

RE: more about custam tag life cycle

2003-02-04 Thread Tim Moore
> -Original Message- > From: Felipe Schnack [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 10:59 AM > To: Tomcat Users List > Subject: RE: more about custam tag life cycle > > > because sometimes we have a tag attribute that isn't > actually an getter/setter attribute f

Re: problem using Tomcat 3.3.1

2003-02-04 Thread Liquid
In now using 1.2.2 version of mod_jk. But this problem is continue if i set up comunication Aapche to Tomcat without mod_jk. (by mod_proxy to localhost:8080/aplications) Thanks for help. Liquid - Original Message - From: "Larry Isaacs" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAI

RE: Can't get Apache 2.0.44 / tomcat 4.1.18 / mod_jk-2.0.43.dll t o wo rk together properly

2003-02-04 Thread Dave Taylor
Good idea! I tried it unsuccessfully last night, unfortunately. I also tried: 1. Lots of experimentation with IP addresses, versus "localhost" or "www.mydomain.com" (behavior unchanged). 2. Turning up logging on mod_jk.log to "debug". This logged consistent "done without match" on GETs. Not very

Re: error page for error code 500?

2003-02-04 Thread Jon Wingfield
If you are trying to generate a 500 by accessing a url outside a context then the error page defined within the context won't get triggered. Where are you putting your error-page tags? You could try altering the web.xml in tomcats conf directory... [EMAIL PROTECTED] wrote: Thank you for the re

RE: [BUG?] Can't set my app as root app without errors

2003-02-04 Thread Raible, Matt
Moving my app to ROOT and changing my context's path to point to ROOT vs. appname fixed the problem. I believe this is a bug, so I'll enter it in bugzilla. Thanks, matt > -Original Message- > From: Filip Hanik [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 31, 2003 5:19 PM > To: Tom

RE: more about custam tag life cycle

2003-02-04 Thread Felipe Schnack
because sometimes we have a tag attribute that isn't actually an getter/setter attribute for declaring in TLD file... is just a instance variable that you need, like a counter, or something like it. On Tue, 2003-02-04 at 13:44, Tim Moore wrote: > > -Original Message- > > From: Felipe Sch

RE: error page for error code 500?

2003-02-04 Thread Jeff_Mychasiw
Thank you for the reply. I should be clearer. We are developing a struts app and I am using tiles and declarative error handling features. My goal is to have the user only my error pages (not server errors ect.) I know that certain errors fall outside of the struts controller. Over the course o

Re: Conflicts between 2 lib in Tomcat 4.0.3

2003-02-04 Thread Elodie Tasia
> Or maybe he is using the old Xerces (1.4.4) with the new Xerces(2.x). > They have make huge changes between the 2 versions and backward > compatibility is no longer supported (Xerces 1.4.4 doesn't fully > supports JAXP, Xerces 2.x does). They probably use a public API, but not > the JAXP on

RE: Throwing jar file through servlet..CODEBASE problem

2003-02-04 Thread Tim Moore
> -Original Message- > From: paridhi bansal [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 03, 2003 10:56 PM > To: [EMAIL PROTECTED] > Subject: Throwing jar file through servlet..CODEBASE problem > > > Hi!! > I have a servlet throwing a jar file with a > main applet..I have

RE: more about custam tag life cycle

2003-02-04 Thread Tim Moore
> -Original Message- > From: Felipe Schnack [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 6:20 AM > To: Tomcat Users List > Subject: Re: more about custam tag life cycle > > > > > > The way to look at it is simply that the generated code > is going > > > > to use > > a

Error Message Explanation

2003-02-04 Thread Hari Venkatesan
Any idea what this error means? 1) org.apache.jk.server.JkCoyoteHandler - Error in action code java.net.SocketException: Connection reset by peer: socket write error 2) WARN - Server has closed connection 470508266 [Thread-6] WARN org.apache.jk.common.ChannelSocket - Server has close

RE: Path index.jsp does not start with a "/"

2003-02-04 Thread Tim Moore
What does your login page do when it's submitted? It sounds like it's calling ServletContext.getRequestDispatcher("index.jsp") which isn't quite legal. >From the Javadocs for getRequestDispatcher: "The pathname must begin with a "/" and is interpreted as relative to the current context root." I

Transalating & Compiling JSP: Name conflicts

2003-02-04 Thread Gustavo Nestares
Hi, I'm trying to pre-compile my jsp pages of my web app in order to be free of statics errors (those erros that can be catched in compilation face). I have no problem adding a task to ANT for the transalting face, the problem emerge when i want to compile my "page_jsp.java". In my web app i

RE: problem using Tomcat 3.3.1

2003-02-04 Thread Larry Isaacs
This implies you are using mod_jk. What version of mod_jk are you using? There has not been much maintenance on the local mod_jk provided with Tomcat 3.3.1. It will be removed in Tomcat 3.3.2 and replaced by the version which is part of the jakarta-tomcat-connectors project. If you haven't trie

Re: WAR format question

2003-02-04 Thread Erik Price
Jacob Kjome wrote: In order to obtain access to a file under WEB-INF in a completely portable way, use something like... getServletContext().getResourceAsStream("/WEB-INF/myproperties.xml"); What about if we have a tag descriptor somewhere below WEB-INF, is it safe to refer to the path dir

Tomcat3.2, IIS 5, and ISAPI (ajp12)

2003-02-04 Thread derrick . robertson
I am currently running the above for my servlet application. My problem is that I am getting a "page not found error"(405.htm i think) when I push the number of simultaneous threads up to 250. I can set my server up to a limit on 200 threads (get 403-9.htm) and dont get the previous error page. Wh

RE: tomcat 4.1.12 ssl connector stop responding

2003-02-04 Thread Mohamed Nasser
I know there was a bug with the coyote connector for tomcat 4.1.12 as I configured with apache. I upgraded to 4.1.18 and I have had no problems. -Original Message- From: ing.Marco Baiguera [mailto:[EMAIL PROTECTED]] Sent: Tue, February 04, 2003 5:09 AM To: [EMAIL PROTECTED] Subject: tomca

RE: Graphics (CEWOLF) using tomcat4.0.3

2003-02-04 Thread Oliver Meyn
Umm... http://www.rpmfind.net/linux/rpm2html/search.php?query=xvfb&submit=Search+.. .&system=redhat-7.2&arch= Finding and using rpmfind made all the difference for me on the road to linux happiness :) Cheers, Oliver ps sorry for wrap... > -Original Message- > From: Iain Downie [mailto:[

Re: problem using Tomcat 3.3.1

2003-02-04 Thread Liquid
I use it, but its looks like the same. Wahat informations do yuou need from me for help me? In my logs is this terrible error. java.io.IOException: Broken pipe at java.net.SocketOutputStream.socketWrite(Native Method) at java.net.SocketOutputStream.write(SocketOutputStream.java:83) at org.apach

Re: Graphics (CEWOLF) using tomcat4.0.3

2003-02-04 Thread Iain Downie
> We use the xvfb to achieve that goal. (It's > typically part of the linux distribution) Yeh, I have read about this, but I did a 'find' for Xvfb on our RedHat 7.2 installation, and it didn't appear as an executable. As usual (being a bit of a Linux grunt) I could find no obvious documentation o

RE: problem using Tomcat 3.3.1

2003-02-04 Thread Larry Isaacs
There isn't enough information here to offer much help. Not knowing what your web application is doing, it can't be determined if this is a bug in Tomcat or a bug in your web application. You are welcome to give Tomcat 3.3.2-dev a quick try to see if it behaves differently. You can find it here:

RE: deploying a WAR file to Tomcat 4.0

2003-02-04 Thread Shapira, Yoav
Howdy, Try adding a /, e.g. /index.jsp, to your welcome-file elements. That should make the error go away. Please note that for tomcat 4.x, your deployment descriptor (web.xml) must conform to the Servlet Specification v2.3 standard. It's written to the 2.2 standard right now, as shown by the do

RE: problems starting tomcat

2003-02-04 Thread Turner, John
- open a command window - cd %CATALINA_HOME% - bin\catalina.bat run (instead of startup.bat) This will open a second command window that will not disappear if Tomcat shuts down due to error, leaving the error displayed on the screen. You can also review the log files like catalina.out. John

problem using Tomcat 3.3.1

2003-02-04 Thread Liquid
Hi, im using Tomcat 3.3.1 on FreeBSD with JDK1.3.1 and my aplication go very well but afther that take 99% of CPU time and i must restart Tomcat. And it doing around. Can you help me? Liquid - To unsubscribe, e-mail: [EMAIL PRO

<    1   2   3   >