Re: Performance monitoring

2005-04-05 Thread Francesco Del Moro
CHESS-CODE:s04hchmi42m2t3k3s41ktl27o8s9c9pa8b9c0c8cpt8dge8v2voo0 - Original Message - From: "Tony Tomcat" <[EMAIL PROTECTED]> To: "Peter Lin" <[EMAIL PROTECTED]> Cc: "Tomcat Users List" Sent: Tuesday, April 05, 2005 8:48 PM Subject: Re: Performance monitoring > yeah. I was looking at t

apache + jakarta tomcat twice a time?

2005-04-05 Thread Tamer Higazi
Hi! I am asking myself if it is possible to run both servers twice a time?! The goal is that different Webapplications with different engines (php, JSP) should run on the server. For any comment, Thank you Tamer - To unsub

Re: Apache, tomcat and virtual host

2005-04-05 Thread david joffrin
Yes, I'd like to set up the following set up the following URLs: http://www.domain1.com/ http://www.domain2.com/ https://sthg.domain1.com/ but this http://www.domain1.com/ must redirects to a tomcat instance and I would like to implement load balancing on this one (so using mod_jk). How should I

RE: Tomcat + Apache Web Server

2005-04-05 Thread Mike Millson
On Tue, 2005-04-05 at 18:42, Caldarale, Charles R wrote: > > From: Jorge Davila [mailto:[EMAIL PROTECTED] > > Subject: RE: Tomcat + Apache Web Server > > > > Are you suggesting that we can drop apache and only use > > tomcat in some cases? > > Certainly. Think of the overhead being _added_ by

Re: build problem

2005-04-05 Thread Anto Paul
On Apr 6, 2005 5:16 AM, Fay, Michael <[EMAIL PROTECTED]> wrote: > Building 5.5.7 with ant 1.6.2 on solaris 9, I keep getting this following > error: > BUILD FAILED > /home/mfay/jakarta-tomcat-5.5.7-src/build.xml:50: The following error > occurred while executing this line: > /home/mfay/jakarta-tomc

Re: Host level JNDI Variable

2005-04-05 Thread Parsons Technical Services
To use pooling provided by Tomcat, one way to do it is to set up four Globalresources in the server.xml Then from your apps call the one you want. You will need the resource link in the context for each app for the matching Globalresource. So set up four globals: dataDev, dataSit, dataUat and d

Yahoo! À´ÐÅ×Ô¶¯»Ø¸´

2005-04-05 Thread liujunjun1999
ÄúµÄÓʼþÒÑÊÕµ½£¬ÎÒ½«¾¡¿ì¸øÄú»Ø¸´£¬×£½ñÌ쿪ÐÄ£¡ Áõ¿¡ Original Message: X-YahooFilteredBulk: 202.200.187.90 Authentication-Results: mta103.mail.cnb.yahoo.com from=jakarta.apache.org; domainkeys=neutral (no sig) X-Originating-IP: [202.200.187.90] Retur

Re: Source of tomcat.exe

2005-04-05 Thread Parsons Technical Services
http://jakarta.apache.org/site/downloads/downloads_tomcat.html Go to the section for your version and the link for the source download is towards the bottom. Doug - Original Message - From: ":CI75-Support Technologies collaboratives" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 05, 200

Re: still not clear with connection pooling in tomcat

2005-04-05 Thread Parsons Technical Services
I hate to keep asking questions, but I want to make sure to give you the correct setup. Other wise you will have to change it later on. Let's say you have three databases: data1 data2 data3 And three apps: app1 app2 app3 If app1 hits data1 and app2 hits data2 and . You are on a one to one app

Re: Using JDBC with 5.5.x

2005-04-05 Thread Parsons Technical Services
I, for one, appreciate the follow up post as I have found several people with the same issue as I had, only to have no resolution in the post. As for the issue not showing up in the log, I "think" it is more a function of the driver sending back the information. Along with, what are you doing w

Re: Apache, tomcat and virtual host

2005-04-05 Thread David Rees
On Apr 5, 2005 4:17 AM, david joffrin <[EMAIL PROTECTED]> wrote: > > I would like to run the following configurations with only one > machine: 3 domains. Let's name them, www.domain1.com and > sthg.domain2.com and www.domain2.com. > > www.domain1.com runs on 80 using apache and php > www.domain2.

Re: Authentication problems with tomcat clustering.

2005-04-05 Thread David Rees
On Apr 5, 2005 3:13 PM, David Owens <[EMAIL PROTECTED]> wrote: > After further debug, I see this is happening because mod_jk is > "ignoring" the sticky sessions, and continuing to lb back and forth. > After looking at the mod_jk code, I see it is looking for something > after the '.' character in t

Host level JNDI Variable

2005-04-05 Thread Gurumoorthy
Hi, The senario I have 4 VIRTUAL HOST on tomcat dev / sit / uat / prod Based on host information i need to access different database instance jdbc:/DEV : for dev jdbc:/SIT : for sit and so on... Can anyone let me know how to set the JNDI va

Service level JNDI Variable / Host level JNDI Variable

2005-04-05 Thread Gurumoorthy
Hi, Writing this email after looing into google ... Can anyone give me an example of how to set HOST LEVEL / SERVICE LEVEL JNDI variables in TOMCAT 4.X Regards Guru

RE: build problem

2005-04-05 Thread Fay, Michael
Building 5.5.7 with ant 1.6.2 on solaris 9, I keep getting this following error: BUILD FAILED /home/mfay/jakarta-tomcat-5.5.7-src/build.xml:50: The following error occurred while executing this line: /home/mfay/jakarta-tomcat-5.5.7-src/jakarta-tomcat-5/build.xml:974: Warning: Could not find file /u

Re: Threads / Tomcat Lite

2005-04-05 Thread Remy Maucherat
On Apr 6, 2005 12:43 AM, Steffen Heil <[EMAIL PROTECTED]> wrote: > Hi > > 1. Question > > I need to store some information which differs for each request. > My problem: I need it at a place where I have no access to the request, the > response or the session. > > Now, I can also do it using Thre

Threads / Tomcat Lite

2005-04-05 Thread Steffen Heil
Hi 1. Question I need to store some information which differs for each request. My problem: I need it at a place where I have no access to the request, the response or the session. Now, I can also do it using ThreadLocal variables, but these take time. I would prefer to use a custom Thread class

RE: Tomcat + Apache Web Server

2005-04-05 Thread Caldarale, Charles R
> From: Jorge Davila [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat + Apache Web Server > > Are you suggesting that we can drop apache and only use > tomcat in some cases? Certainly. Think of the overhead being _added_ by passing a request through httpd just to get to Tomcat. If the vast maj

Use in-process instead of out of process workers

2005-04-05 Thread Magnotta, Salvatore
Hi List, Should I run Tomcat in-process instead of out-of-process? Besides speed are there any other advantages? Any disadvantages to in-process? I guess I am asking when would you run it in-process versus out-of-process... Thanks, Sal

RE: Tomcat + Apache Web Server

2005-04-05 Thread Magnotta, Salvatore
The solution is: ProxyRequests Off ProxyPass /servlet http://localhost:8080/servlet/ Thanks Jorge! -Original Message- From: Jorge Davila [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 4:57 PM To: Tomcat Users List Subject: Re: Tomcat + Apache Web Server You most configure mod_

RE: Tomcat + Apache Web Server

2005-04-05 Thread Jorge Davila
Are you suggesting that we can drop apache and only use tomcat in some cases? El mar, 05-04-2005 a las 16:58 -0500, Caldarale, Charles R escribiÃ: > > From: Magnotta, Salvatore [mailto:[EMAIL PROTECTED] > > Subject: Tomcat + Apache Web Server > > > > Question: How can I have both Apache and Tomc

RE: Authentication problems with tomcat clustering.

2005-04-05 Thread David Owens
After further debug, I see this is happening because mod_jk is "ignoring" the sticky sessions, and continuing to lb back and forth. After looking at the mod_jk code, I see it is looking for something after the '.' character in the JSESSIONID to tell it where the session should stick. How do I se

RE: Tomcat + Apache Web Server

2005-04-05 Thread Magnotta, Salvatore
Well, it is a project here at work and that is what the requirements are for this project. I'll do more research and see if I can change some minds... Is the only solution using a reverse proxy server for example to redirect the client requests? e.g. ProxyPass /servlet http://localhost:8080/se

RE: Tomcat + Apache Web Server

2005-04-05 Thread Caldarale, Charles R
> From: Magnotta, Salvatore [mailto:[EMAIL PROTECTED] > Subject: Tomcat + Apache Web Server > > Question: How can I have both Apache and Tomcat running on a > Windows platform using Internet Explorer and do the following: Before introducing that complexity, why are you using Apache httpd at all

Re: HttpSessionListener events after redeployment?

2005-04-05 Thread Mark Thomas
Have a look at javax.servlet.http.SessionActivationListener Clute, Andrew wrote: In my application I like to keep track of all the sessions that are currently active. So, I have a class that implements HttpSessionListener and have a static HashMap that keeps a reference to all the active sessions.

Re: Cannot modify Tomcat Contexts installed at setup

2005-04-05 Thread Mark Thomas
The app is pre-compiled. Delete the servlet mapping for /index.jsp in web.xml and then try it. (You might need to restart) Mark helena rato wrote: I use Tomcat 5.0.27 with apache Apache 2.0.40 and JK2. Just for the purpose of a test, I replace the existing index.jsp file in $CATALINA_HOME/webapps

Re: My TomCat4 crash frequently

2005-04-05 Thread Mark Thomas
Maybe you have a memory leak in your app. Get a profiler and have a look. If you search the list archives there is plenty of advice for what to look for. Mark Unternaehrer Stefano wrote: Hello all. I need to finally find the cause of this problem. I have an HP webserver running HP-UX 11, 3GB RAM

Re: Webdav Webfolder issue when container security enabled

2005-04-05 Thread Mark Thomas
Use /* as the servlet mapping. This will override any welcome file processing etc. Let me know which test fail with this mapping. Cheers, Mark Fernando Salazar de Paz wrote: Thanks for your help, Mark I have uncommented the servlet's readonly init parameter and security constraints for testing. I

Re: NoClassDefFoundError: org/apache/avalon/framework/logger/Logger

2005-04-05 Thread reynir
welll, the classloader works as explained here : http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html hope it helps, -reynir Eric J Kaplan wrote: >Reynir > >That does help, although it is what I suspected. I did indeed have a ref to >this lib that I wasn't aware of. The reaso

RE: Bootclasspath

2005-04-05 Thread Ariel Valentin
You should be able to set startup parameters in the service (through windows management) -Original Message- From: Joe Plautz [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 5:07 PM To: Tomcat Users List Subject: Bootclasspath I'm using Tomcat 5.0.28 on Windows Server 2003 to run

Re: axis tomcat5.5

2005-04-05 Thread kalin mintchev
> In theory, then, Tomcat 5.5 and Axis 1.2 should be a happy pair. thanks qm... are using axis 1.1 or the 1.2 candidates? > > -QM > > -- > > software -- http://www.brandxdev.net/ > tech news -- http://www.RoarNetworX.com/ > code scan -- http://www.JxRef.org/ > > -

Bootclasspath

2005-04-05 Thread Joe Plautz
I'm using Tomcat 5.0.28 on Windows Server 2003 to run some web services that will use CORBA to communicate with a telephone switch. The CORBA code requires it's jar files to be in the the bootclasspath. When I run tomcat as a stand alone using startup.bat I set the -Xbootclasspath option in cat

jndi conflict?

2005-04-05 Thread Eric J Kaplan
All When I initially run my servlet, it needs to communicate with a session bean on the application server. In this case, our beans are running on a separate instance of the jboss application server. It looks like, however, the jndi lookups are going against tomcat, since even if jboss isn't ru

Re: Tomcat + Apache Web Server

2005-04-05 Thread Jorge Davila
You most configure mod_proxy in apache to get the configuration desired. The idea is that apache receive the request and if the request is for tomcat apache send the request at the respective servlet. http://httpd.apache.org/docs-2.0/mod/mod_proxy.html Best regards, Jorge DÃvila. El mar, 05-04

Tomcat + Apache Web Server

2005-04-05 Thread Magnotta, Salvatore
Hello, I'm new with Apache products and this is my first post. Please see the background info - it explains what versions I have and what I have done. Question: How can I have both Apache and Tomcat running on a Windows platform using Internet Explorer and do the following: http://localhost/s

Monitoring Realm Logins

2005-04-05 Thread J Malcolm
I'm looking for a way to monitor logins to a realm. I want the capability to force users to change passwords in some situations. Is there a relatively standard way to do this (registering a listener, etc.)? Or do I have to go in and do surgery on the Realm authentication class? I'd like a way t

Apache, tomcat and virtual host

2005-04-05 Thread david joffrin
Hi, I would like to run the following configurations with only one machine: 3 domains. Let's name them, www.domain1.com and sthg.domain2.com and www.domain2.com. www.domain1.com runs on 80 using apache and php www.domain2.com runs on 8080 using tomcat, mysql... sthg.domain2.com runs on 443 using ap

RE: HTTP Status 408 - The time allowed for the login process...

2005-04-05 Thread David Owens
I'm sorry, I pointed you in the wrong direction. Session timeout is actually set in the web.xml: 30 The problem with logging in twice is most likely due to your logout page/function not properly expiring the session and sending the user to the right place. Your logout function should ex

RE: HttpSessionListener events after redeployment?

2005-04-05 Thread Clute, Andrew
That leads to an interesting point. There is no reason why I cannot populate that HashMap every time a request comes in. I was looking for events from Tomcat. But I can combine that with events from the user (requests for pages!). Good thinking! Thanks a lot! -Andrew > -Original Message---

Re: HttpSessionListener events after redeployment?

2005-04-05 Thread Joe Riopel
Could you use the isNew() method from HttpSession ? On Apr 5, 2005 4:20 PM, Clute, Andrew <[EMAIL PROTECTED]> wrote: > In my application I like to keep track of all the sessions that are > currently active. So, I have a class that implements HttpSessionListener > and have a static HashMap that kee

RE: HTTP Status 408 - The time allowed for the login process...

2005-04-05 Thread Skely Vengaboy
Good insight.. Yes, my browser does open to the login page. I tried looking at server.xml file.. but could'nt find a clue on it... Also, I have two web applications hooked up with Single Sign On feature. SSO function works fine.. But once I log out of an web app and try to re-login again... Its

HttpSessionListener events after redeployment?

2005-04-05 Thread Clute, Andrew
In my application I like to keep track of all the sessions that are currently active. So, I have a class that implements HttpSessionListener and have a static HashMap that keeps a reference to all the active sessions. Everything works great. I get the events, and can track them without any issues

RE: NoClassDefFoundError: org/apache/avalon/framework/logger/Logger

2005-04-05 Thread Eric J Kaplan
Reynir That does help, although it is what I suspected. I did indeed have a ref to this lib that I wasn't aware of. The reason I was confused initially thought was that armanta.jar has a classloader Manifest that references a bunch of libs, this Avalon one included, that are expected to be in an e

Bean not returning values stored in request Attribute

2005-04-05 Thread Chris Wright
Hi, The following code works on a websphere server, but when I try to run it on Tomcat, I am just getting a null object! The vector is being populated because it is looping the correct number of times, but my bean is just returning 0s or nulls! Any ideas??? ... <%Vector v = (Vector) request.g

Re: NoClassDefFoundError: org/apache/avalon/framework/logger/Logger

2005-04-05 Thread reynir
hi, This is a simple class not found exception, that would be fixed if you add the avalon jars into WEB-INF/lib The classloader can not find : org.apache.avalon.framework.logger.Logger This is a class that you are using in your aramanta application (com.armanta.servlets.ReportServlet) You must pro

RE: NoClassDefFoundError: org/apache/avalon/framework/logger/Logger

2005-04-05 Thread Eric J Kaplan
Fyi, I am running java 1.4.1_07 on windows XP -Original Message- From: Eric J Kaplan [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 2:44 PM To: tomcat-user@jakarta.apache.org Subject: NoClassDefFoundError: org/apache/avalon/framework/logger/Logger All I recently downloaded t

RE: HTTP Status 408 - The time allowed for the login process...

2005-04-05 Thread David Owens
This can also happen if you have your browser open to the login page, and then reload the webapp. This is happening because your session is timing out. The default timeout in Tomcat is 30 minutes. I can't remember the exact place, but this can be changed in the server.xml. |)ave -Origina

NoClassDefFoundError at org.apache.catalina.core.StandardContext.processTlds(StandardContext.java:4141)

2005-04-05 Thread August Detlefsen
Tomcat: 5.5.7 Java: 1.5.0_02 OS: SunOS 5.9 (Solaris 9) I am getting the following errors in my catalina.out: Apr 5, 2005 11:26:57 AM org.apache.catalina.startup.HostConfig deployDescriptor SEVERE: Error deploying configuration descriptor ROOT.xml java.lang.NoClassDefFoundError at org.apa

How to validate web.xml

2005-04-05 Thread N G
Hi, I am trying to figure how Tomcat validates web.xml (servlet spec 2.4). Here is what I did (running Tomcat 5.5.7): 1) In server.xml, I changed the attribute xmlValidation="true", in Host element 2) Changed web-app element within my web.xml to say this: http://java.sun.com/xml/ns/j2ee";

HTTP Status 408 - The time allowed for the login process...

2005-04-05 Thread Skely Vengaboy
Guys, I use JDBC realm for authentication. In the login screen, when the user enteres an invalid username and password for the first time and retries to login with valid username and password, I get this message on browser: How to come around this situation. Any help is appreciated. Thanks,

Re: Performance monitoring

2005-04-05 Thread Jess Holle
What all of these are missing are things like: * Overall per web app (not per-connector thread) max and avg request time, request concurrency, etc. * Overall per web app max and average session concurrency, etc. * Percentage of overall CPU time spent in servlet requests, etc Somewhere

Re: Performance monitoring

2005-04-05 Thread Tony Tomcat
yeah. I was looking at the status servlet but I wanted a little more control of the output which is when I started digging through the code and found that it was using MBeanServer. I didn't know there was an XML output option so I'll look into that. Thanks for the Jmeter pointer too. I have be

Re: Performance monitoring

2005-04-05 Thread e
http://mc4j.sourceforge.net/ScreenShots.html On Apr 5, 2005 2:20 PM, Tony Tomcat <[EMAIL PROTECTED]> wrote: > I started writing a Filter for my tomcat to monitor performance but > then I started wondering.. Is there a solution already out there that > I can use? Can I pull data from Tomcat's MBe

NoClassDefFoundError: org/apache/avalon/framework/logger/Logger

2005-04-05 Thread Eric J Kaplan
All I recently downloaded tomcat version 5.0.28 and created a webapp in the webapps directory which looks as follows: webapps armanta-war WEB-INF lib armanta.jar armanta.jar has two classes in it, my servlet and a class u

RE: Apache - JK2 - Tomcat Question

2005-04-05 Thread Richard Mixon (qwest)
Geoff Wiggs wrote: > I have a 'newbie' jk2 / Tomcat question. > > I am running Tomcat behind Apache with mod_jk2 interfacing the two. Just so you are aware, jk2 is deprecated in favor of jk. As of version 1.2.10 of jk, most useful features in jk2 should be in jk. See http://jakarta.apache.org/to

Re: Performance monitoring

2005-04-05 Thread Peter Lin
there's this little thing called the status servlet. It displays information in HTML format for each webapp. it can also show a subset of the full stats in XML. there's this other project in jakarta called JMeter. It has a monitor for tomcat5.0.19 and newer that can monitor one or more Tomcat ins

Performance monitoring

2005-04-05 Thread Tony Tomcat
I started writing a Filter for my tomcat to monitor performance but then I started wondering.. Is there a solution already out there that I can use? Can I pull data from Tomcat's MBeanServer? What I would like to know is how long my servlets are taking to run. I need the Min, Max and Average t

RE: Apache - JK2 - Tomcat Question

2005-04-05 Thread Vaneet Sharma
Try the virtual host directive in httpd... I think you can do something there Though I will be implementing the same tomorrow :) Regards Vaneet -Original Message- From: Geoff Wiggs [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 7:59 PM To: tomcat-user@jakarta.apache.org Subj

Re: Single Sign On not working (Tomcat 5.5.7)

2005-04-05 Thread Skely Vengaboy
figured out a GOTCHA in using SSO. >From web-app-A, if we use a simple the user is >prompted the login screen. Instead, if we use a the user is not prompted for login screen. Thought this will be a time saver for others.. Cheers, Skely Skely Vengaboy <[EMAIL PROTECTED]> wrote: Hi Guys,

Apache - JK2 - Tomcat Question

2005-04-05 Thread Geoff Wiggs
I have a 'newbie' jk2 / Tomcat question. I am running Tomcat behind Apache with mod_jk2 interfacing the two. If I hit the URL www.myserver.com/contextname I get the JSP/servlet that I am hoping for. I am using the correct mapping ([URI:/contextname/*]) in the workers2.properties and everything u

Re: Cannot modify Tomcat Contexts installed at setup

2005-04-05 Thread helena rato
Thanks Sven, I did how you suggested: First I erased the caches: [EMAIL PROTECTED] num]# cd /usr/local/jakarta-tomcat-5.0.12/work/Catalina/localhost [EMAIL PROTECTED] localhost]# rm -rf ./* [EMAIL PROTECTED] localhost]# ll total 0 At this point, I renamed with mv $CATALINA_HOME/webapps/ROOT/ind

Single Sign On not working (Tomcat 5.5.7)

2005-04-05 Thread Skely Vengaboy
Hi Guys, I'm trying to implement Single Sign On for my two web apps. Following the documentation, I uncommented I also made sure that both web-apps are using the same JDBC Realm nested inside the Still its prompting for login when I try to access one web app from the other. Any help is ap

RE: SSL configuration question

2005-04-05 Thread Faine, Mark
Nevermind, It is fixed. Unfortunately though I can't pass on my findings as I'm not sure exactly what fixed it. -Mark -Original Message- From: Faine, Mark Sent: Tuesday, April 05, 2005 9:44 AM To: 'Tomcat Users List' Subject: RE: SSL configuration question I tried this same procedure

RE: Tomcat and JBuilder 2005

2005-04-05 Thread Faine, Mark
Are you trying to run Tomcat from withing Jbuilder. This would be why java is being called. Also, check and see if ant is in your project's classpath. -Mark -Original Message- From: Dola Woolfe [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 11:28 AM To: Tom Cat Subject: Tomc

/dev/ttyS0

2005-04-05 Thread Vaneet Sharma
I am having this error Im using apache 2.0.46 with tomcat 5.5.4 .. Mod_jk is working fine. But my GSM modem is having problem in connecting.. RXTX fhs_lock() Error: creating lock file: /var/lock/LCK..ttyS0: File exists Any help will be great. Vaneet Vaneet Sharma executive manager iD

Tomcat and JBuilder 2005

2005-04-05 Thread Dola Woolfe
Hello, I use Tomcat 5.5 with JBuilder9 on my machine but had to install JBuilder2005 on my colleague's machine (with java 1.5) and am now getting strange compilation errors. For example: "Data.jsp": java.lang.NoClassDefFoundError: org/apache/tools/ant/AntClassLoader and also: Exception in thre

==> ADDENDA : the Isapi Log : Isapi redirector Installation problem betweeen IIs 6.0 and Tomcat 5.0.28 with redirector 1.2.8

2005-04-05 Thread samuel . goblet
Hi, I'm looking for some help, again Thanx in advance. ** SOFT RELEASE My server : Windows server 2003 My Web server : IIS 6.0 My Tomcat server : 5.0.28 My JDK : JDK 1.4.2 My redirector : 1.2.8 * After the last mail exchange, I

RE: SSL configuration question

2005-04-05 Thread Faine, Mark
I tried this same procedure that you suggested below for importing Apache SSL key to tomcat (http://kb.thawte.com/thawte/thawte/esupport.asp?id=vs24694) on another server and it didn't work. I'm getting the error listed below when tomcat starts up. I've done it exactly like before. Any help reso

Re: ==> Isapi redirector Installation problem betweeen IIs 6.0 and Tomcat 5.0.28 with redirector 1.2.8

2005-04-05 Thread reynir
hi, you dont have a connector in server.xml for jk requests ... you need to have ajp connector, defined something like this : you have defiend worker.ajp13.port=8009 to use port 8009 so that should fit. hope it helps. -reynir.net [EMAIL PROTECTED] wrote: >Hi, > >I'm looking for some hel

Re: JSPs with Java 5 ?

2005-04-05 Thread Markus Schönhaber
Am Dienstag, 5. April 2005 16:09 schrieb Milo Grains: > > When will Java 5 features be available in Jasper/Tcat5.5.x to compile > JSPs??? > They are available. But you will have to either configure tomcat to use javac from tools.jar to compile JSPs or replace the Eclipse JDT coming with the tomca

==> Isapi redirector Installation problem betweeen IIs 6.0 and Tomcat 5.0.28 with redirector 1.2.8

2005-04-05 Thread samuel . goblet
Hi, I'm looking for some help, again Thanx in advance. ** SOFT RELEASE My server : Windows server 2003 My Web server : IIS 6.0 My Tomcat server : 5.0.28 My JDK : JDK 1.4.2 My redirector : 1.2.8 * After the last mail exchange, I

JSPs with Java 5 ?

2005-04-05 Thread Milo Grains
Hello, When will Java 5 features be available in Jasper/Tcat5.5.x to compile JSPs??? Thanks, Milo -- ___ Get your free email from http://www.dellmail.com - To unsubscribe, e-mai

Tomcat Error Log

2005-04-05 Thread Vaneet Sharma
Hello all, I am running centos 3.4 I am using Apacher Web Server 2.0.46 .. And running tomcat 5.5.4 with jakarta-tomcat-connector-1.2.10 Well, Apache and tomcat are communicating .. ... well. :) But ... when I see the logs, I see the this log generated in my custom log file ( mywebapps\logs

RE: Authentication problems with tomcat clustering.

2005-04-05 Thread Vaneet Sharma
I suggest u do step by step again You will find the bug. Start from basic . First run one ... And then try loadbalancer.. Later on Vaneet -Original Message- From: David Owens [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 3:11 PM To: tomcat-user@jakarta.apache.org Subject: RE:

==> Isapi redirector Installation problem betweeen IIs 6.0 and Tomcat 5.0.28 with redirector 1.2.8

2005-04-05 Thread samuel . goblet
Hi, I'm looking for some help, again Thanx in advance. ** SOFT RELEASE My server : Windows server 2003 My Web server : IIS 6.0 My Tomcat server : 5.0.28 My JDK : JDK 1.4.2 My redirector : 1.2.8 * After the last mail exchange, I

RE: first time user

2005-04-05 Thread samuel . goblet
Return Receipt Your RE: first time user document:

Re: transport guarantee in server.xml?

2005-04-05 Thread Robert r. Sanders
I'm not am expert, but I don't know of any way other than creating a stub web.xml file - it shouldn't have to be much, but I think you're going to need it. Although an alternative would be to have a element in the server.xml file that has ONLY the SSL , but that seems like even more overkill t

RE: Authentication problems with tomcat clustering.

2005-04-05 Thread David Owens
Okay, not quite right... I first hit tomcat1 though httpd. When I submit I see successful authentication in the log for tomcat2. I then get the "Invalid direct reference..." message. I am now using mod_jk 1.2.10. Still no idea why this is happening... |)ave -Original Message- From: D

RE: first time user

2005-04-05 Thread Caldarale, Charles R
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Ben > Subject: first time user > > question: > 1) I have create a HelloWorld.java file, where should I put > this file and be able to run it? > 2) if I want it to look for helloworld.xml and have the > action being call from there, what can I d

Re: Using JDBC with 5.5.x

2005-04-05 Thread Martin Dubuc
I have found the cause of my problem. I am posting it in case someone would run into the same problem. The main issue was that I was using a DataSourceRealm that was pointing to a Resource (under GlobalNamingResources) that was using a username and password that was valid but didn't have the right

RE: Authentication problems with tomcat clustering.

2005-04-05 Thread David Owens
I have done some further testing and have found what I think the problem is, but I still do not know the solution. What is happening is that the first time I access the webapp through httpd, I am getting the first tomcat server. I then type in my username and password and hit submit. I see in the

RE: Setting up to use j_security_check??

2005-04-05 Thread David Owens
Just sets up a role, and may not even be required. Please post the relevant sections from your web.xml, and your login page. Also, are you trying to go directly to j_security_check, or are you trying to access a protected location, and then the login page comes up? You want the latter. |)ave

My TomCat4 crash frequently

2005-04-05 Thread Unternaehrer Stefano
Hello all. I need to finally find the cause of this problem. I have an HP webserver running HP-UX 11, 3GB RAM. One running Apache2, with 5 TomCat4, one for each project. Java1.4 (/opt/java1.4/bin/PA_RISC2.0/java). One of this TomCat is very requested and it crash quite every day. I wrote a monito

Re: non-root on 80

2005-04-05 Thread David Smith
Just configure your Tomcat to use port 80 in the element of your server.xml and then use jsvc to start it. --David NetSQL wrote: I read that it has a stop method... but how do I get it to run at port 80 ? .V David Smith wrote: Look at jsvc in the commons-daemon project on jakarta.apache.org/co

Apache, tomcat and virtual host

2005-04-05 Thread david joffrin
Hi, I would like to run the following configurations with only one machine: 3 domains. Let's name them, www.domain1.com and sthg.domain2.com and www.domain2.com. www.domain1.com runs on 80 using apache and php www.domain2.com runs on 8080 using tomcat, mysql... sthg.domain2.com runs on 443 using ap

first time user

2005-04-05 Thread Ben
I have just install tomcat and got it working at http://localhost:8080 I am able to run load <%= new java.util.Date() %> under a jsp file question: 1) I have create a HelloWorld.java file, where should I put this file and be able to run it? 2) if I want it to look for helloworld.xml and have the

Re: Source of tomcat.exe

2005-04-05 Thread Markus Schönhaber
Am Dienstag, 5. April 2005 11:37 schrieb :CI75-Support Technologies collaboratives: > We use tomcat (4.1 and 5.5) on windows as services. > > Is someone knows where we can find the source in C of these executables ? > Commons Daemon homepage: http://jakarta.apache.org/commons/daemon/ Download pag

RE: Authentication problems with tomcat clustering.

2005-04-05 Thread Vaneet Sharma
You can find jakarta tomcat connector 1.2.10 Apache website http://jakarta.apache.org/tomcat/connectors-doc/ Have fun. Im still struggling with mod_jk :) Need to change, restart and la la la Vaneet -Original Message- From: David Owens [mailto:[EMAIL PROTECTED] Sent: Monday, April 04

Source of tomcat.exe

2005-04-05 Thread :CI75-Support Technologies collaboratives
We use tomcat (4.1 and 5.5) on windows as services. Is someone knows where we can find the source in C of these executables ? Thanks

RE: Fwd: non-root on 80

2005-04-05 Thread Pawson, David
-Original Message- From: Pete Stevens You can do it with jscv which binds port 80 as root and then drops the priviledges for running tomcat. Our guide for virtual linux servers is here, it's a ready to roll config if you have tomcat in /usr/local

Re: Fwd: non-root on 80

2005-04-05 Thread Pete Stevens
You can do it with jscv which binds port 80 as root and then drops the priviledges for running tomcat. Our guide for virtual linux servers is here, it's a ready to roll config if you have tomcat in /usr/local/tomcat running on whitebox / redhat linux. http://www.mythic-beasts.com/support/topic_

Re: Logs : catalina.out

2005-04-05 Thread Cédric Buschini
Thk David. That is what I was doing :D I mean I was trying to find where I could set it up David Tonhofer, m-plify S.A. wrote: Yes. This is Tomcat's stdout/stderr. You can edit /bin/catalina.sh to set a new path and/or filename. -- David --On Tuesday, April 05, 2005 10:36 AM +0100 Cédric Buschini

Re: Logs : catalina.out

2005-04-05 Thread David Tonhofer, m-plify S.A.
Yes. This is Tomcat's stdout/stderr. You can edit /bin/catalina.sh to set a new path and/or filename. -- David --On Tuesday, April 05, 2005 10:36 AM +0100 Cédric Buschini <[EMAIL PROTECTED]> wrote: Hi, I m running a Tomcat 5 server. It creates log files "catalina.out" stored in "../jakarta/logs"

Logs : catalina.out

2005-04-05 Thread Cédric Buschini
Hi, I m running a Tomcat 5 server. It creates log files "catalina.out" stored in "../jakarta/logs" My question is simple : here can I change that path. Thk Cedric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

${user.home} in catalina.properties not working

2005-04-05 Thread Oliver Schoenwald
Hello, why does the use of references like ${user.home} not work while the reference ${catalina.home} and ${catalina.base} is usable in the .catalina.properties-file? Greetings, Oliver Schoenwald - To unsubscribe, e-mail: [EMAI

RE: cache issue

2005-04-05 Thread Pawson, David
Using ie6, when I use the 'previous page' link from the browser, the request.getHeader("referer") value is untrue. If I link through a site, A -> B -> C then back to B, the 'referer' value still shows A. Has anyone resolved this please? regards DaveP -Original Message- From: Dav

RE: Webdav Webfolder issue when container security enabled

2005-04-05 Thread Fernando Salazar de Paz
Thanks for your help, Mark I have uncommented the servlet's readonly init parameter and security constraints for testing. I have tried to comment welcome-file-list, but web.xml in C:\Tomcat 4.1\conf have the same welcome-file-list, finally I have removed index.html (I think I am doing something wr

Is jre-1.5 with tc-5.0.28 stable for production for Windows and Linux?

2005-04-05 Thread Zsolt Koppany
Hi, We have been using tc-5.0.28 with jre-1.4.2-07 for months without any problems. I heard that jre-1.5 should me much faster the 1.4 and now I consider moving to that platform. Performance is always important but is tc stable also with the environment? Zsolt --

Re: still not clear with connection pooling in tomcat

2005-04-05 Thread Krishnakant Mane
hello doug, I will be using this tomcat server for many web applications. and yes the mysql instance will be the same. I just run one mysqld instance for my server. there will be different databases and different web applications. thanks Krishnakant. Send instant messages to your online friends