Mathematical Editor for textarea in JSP page.

2007-08-06 Thread Girish Havaldar
Hi all, in my application i have one textarea in which mathematical symbols like infinity, limit, proportional, not equal to, square root of, sum over … from … to … of, etc., needs to be used, is there any editor that can do above work and which can be embedded in JSP page. -GS- On

Re: Mathematical Editor for textarea in JSP page.

2007-08-06 Thread Adrian Sutton
Hi Girish, The company I work for creates a product called EditLive! which can do this: http://www.ephox.com/products/editlive/ You can either use it's standard symbol support or the integrated MathML editor. There are a range of options to configure exactly what gets submitted back to

Re: Mathematical Editor for textarea in JSP page.

2007-08-06 Thread Girish Havaldar
Hi Adrian Sutton, can i embed this editor into my JSP page, -GS- On 06/08/07, Adrian Sutton [EMAIL PROTECTED] wrote: Hi Girish, The company I work for creates a product called EditLive! which can do this: http://www.ephox.com/products/editlive/ You can either use it's standard symbol

AW: How to avoide delete context.xml - 6.0.14

2007-08-06 Thread hans.mader
Hi, I placed the context.xml into the META-INF, undeployed (delete of WAR,exploded,conf/.../context.xml ) the previous app and deployed again. The first time of deployment, it works fine (ant based file copy to webapps)! The second time the server seems to deploy but the context isn't to be

AW: How to avoide delete context.xml - 6.0.14

2007-08-06 Thread hans.mader
I want to add, that the context couldn't get started (only after 2nd deployment) although the server was restarted. Hans. -Ursprüngliche Nachricht- Von: Mader Hans-Dieter, J-I Gesendet: Montag, 06. August 2007 09:28 An: 'Tomcat Users List' Betreff: AW: How to avoide delete context.xml -

Re: Tomcat Installtion issue

2007-08-06 Thread reno
On dim, 2007-08-05 at 17:12 +0530, Partha Goswami wrote: Hi, I am going to install/start Tomcat 6x version in solaris 10. Now, I did, # mkdir path of tomcat dir log # JAVA_HOME=/usrjava you may forget a / after usr and JAVA_HOME should point to the jre #export JAVA_HOME then #

Re: Tomcat Installtion issue

2007-08-06 Thread Partha Goswami
hi, It was typig mistake, here is the original, Sun Microsystems Inc. SunOS 5.10 Generic January 2005 You have mail. zone12$ su -zone12 Usage: su [-] [ username [ arg ... ] ] zone12$ su - zone12 Password: Sun Microsystems Inc. SunOS 5.10 Generic January 2005 zone12$ cd

Tomcat as windows service

2007-08-06 Thread André Vila Cova
Could you tell me why I get following error when I try to start tomcat service using java options: -classpath C:\Program Files\Apache Group\Tomcat 5.5\bin\bootstrap.jar -Dcatalina.home=C:\Program Files\Apache Group\Tomcat 5.5 -Dcatalina.base=C:\Program Files\Apache Group\TOMCAT_UPG1

Re: Memory usage with multiple instances of tomcat

2007-08-06 Thread Peter Sparkes
Thanks Chuck, I am using a 64-bit versions of the OS and JVM and I was confusing virtual memory with RAM. I have 8 GB of RAM and a 80 GB disc. The commands -Xms3g -Xmx3g will set the min/max heap to 3 GB,please how do I set the RAM for each instance of Tomcat5.5 to 2 GB Regards Peter

Unsubscribe me please

2007-08-06 Thread S . Cullen
Hello, Could somebody remove my name from this list please. Thanks Kind Regards Sheila Cullen ext 2699

Re: Error reported when starting app in cluster

2007-08-06 Thread Derek Alexander
Filip Hanik - Dev Lists wrote: Derek Alexander wrote: the same app would have to run on both instances, You mean this error is normal when starting the first server in a cluster? if it was the first server, it wouldn't request state from another, would it ?:) Indeed, using

Weird problem

2007-08-06 Thread Leucht, Axel
Hi, I'm currently in desparate search for a problem I'm facing... I do have a struts-webapp running under Tomcat 4 without any problems. I started to port the application to Tomcat 5 which gives me problems. The app start ok and everything looks ok. But when I try to call one specific action,

Re: How to avoide delete context.xml - 6.0.14

2007-08-06 Thread Hassan Schroeder
On 8/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The first time of deployment, it works fine (ant based file copy to webapps)! The second time the server seems to deploy but the context isn't to be started again... Because? What's in your logs? -- Hassan Schroeder

RE: APR Library with JBoss/Tomcat

2007-08-06 Thread Caldarale, Charles R
From: Ron Wheeler [mailto:[EMAIL PROTECTED] Subject: Re: APR Library with JBoss/Tomcat The error message does not describe the problem appropriately and the documentation does not clearly link to this required library. It's not an error message - it's clearly labeled INFO. Nor is the

RE: Memory usage with multiple instances of tomcat

2007-08-06 Thread Caldarale, Charles R
From: Peter Sparkes [mailto:[EMAIL PROTECTED] Subject: Re: Memory usage with multiple instances of tomcat The commands -Xms3g -Xmx3g will set the min/max heap to 3 GB, please how do I set the RAM for each instance of Tomcat5.5 to 2 GB You can't set the amount of RAM for any process - the

Re: Quality check mod_jk 1.2.25-dev

2007-08-06 Thread Jim Jagielski
So far, so good. +1 On Aug 3, 2007, at 2:40 AM, Rainer Jung wrote: Hi all, unfortunately we had to withdraw mod_jk 1.2.24. It had a serious regression bug. To ensure the quality of the new 1.2.25 we invite you to actively participate in testing. A code snapshot (revision 562250) is

Re: Quality check mod_jk 1.2.25-dev

2007-08-06 Thread Rainer Jung
If there will be no negative reports until tomorrow morning, I'll tag 1.2.25 around 8 a.m. GMT. Regards, Rainer Rainer Jung wrote: Hi all, unfortunately we had to withdraw mod_jk 1.2.24. It had a serious regression bug. To ensure the quality of the new 1.2.25 we invite you to actively

Re: Optional authentication

2007-08-06 Thread Bruno Harbulot
Bill Barker wrote: You haven't missed anything. Tomcat simply doesn't try to authenticate a user if authentication isn't required. Simplest and most portable is to create a Filter that is configured as the first filter, and takes an auth-method init param to tell it what to use, and

Re: Can't find ServletContext.getContextPath()

2007-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aladdin, aladdin wrote: I have the following two lines of code in a context listener: ServletContext sc= e.getServletContext(); // e is a ServletContextEvent log.write(AppInitializer::ContextInitializer: context name=' +

RE: Installing Tomcat on Linux

2007-08-06 Thread Nelson, Tracy M.
| From: Vigorito, Nicholas E. [mailto:[EMAIL PROTECTED] | Sent: Thursday, 02 August, 2007 15:49 | | Here are some quotes from this person: | | I would never install open source from binaries on a machine I did not | want someone to break into. Cool, just get a copy of whatever tools he uses to

Mod jk selective forwarding performance problem

2007-08-06 Thread Bill Bainbridge
I am using Tomcat 5.5.23 with Apache 2.2.4 and mod_jk. The payments app uses Struts, Spring and Tiles. I'd like to have Apache serve the images, stylesheets and other static content that is referenced in the Struts jsps, but when I try to do that, if the page isn't cached in the browser, it

Tomcat status

2007-08-06 Thread André Vila Cova
I've lot of tomcat installed in windows server. I want to know status of each one (ports configured, CATALINA_HOME, CATALINA_BASE, status, datasource, etc...). Exists some script (perl, JSP, etc) showing this data? Thanks a lot

Re: Unsubscribe me please

2007-08-06 Thread Sebastiaan van Erk
Yes, somebody can. In fact, that somebody is YOU! In every single email from this list there is a header telling you how to unsubscribe. Even better, when you go to the Tomcat home page, there is a link Mailing Lists, and it too tells you how to unsubscribe! Regards, Sebastiaan [EMAIL

Re: Unsubscribe me please

2007-08-06 Thread [EMAIL PROTECTED]
Hi!, Send email to [EMAIL PROTECTED] with clear text in subject field. Att, Silvio Cesar L. dos Santos Analista de Redes Pleno DTI - Divisão de Tecnologia da Informação UNIGRANRIO - Universidade do Grande Rio +55 21 2672-7720 [EMAIL PROTECTED] http://www.unigranrio.edu.br Sebastiaan van Erk

Best practice application deployement

2007-08-06 Thread Gerhardus . Geldenhuis
Hi A quick google showed that one could possibly use a maven plugin to automatically deploy war files or ant. If you have a fairly large infrastructure eg: 6 Apache clusters(two servers configured active/passive) each with about 10 Tomcats. How would you do the following: * Quickly deploy a

Re: Tomcat IIS Redirector Issues with SSL and Query Strings

2007-08-06 Thread Antonio Santana
We figured out what the problem was. IIS was not allowing any requests to go through if the file extension was .jsp with a query string parameter. We basically had to add the .jsp extension to the IIS configuration as a recognized file extension that would pass to the jakarta isap_redirector.

cookies

2007-08-06 Thread tony . chamberlain
Hi I am adding some additional functionality to something that someone did who has left the company. He was using Web Macros under tomcat (webapps/application/WEB-INFO: code, templates, etc). He has something called login.html which uses a login.java compiled program to set a cookie

Re: Mod jk selective forwarding performance problem

2007-08-06 Thread Hassan Schroeder
On 8/6/07, Bill Bainbridge [EMAIL PROTECTED] wrote: File does not exist: /usr/apache/httpd/htdocs/payments/images/Bttn_IAgree.gif;jsessionid=FA9B1578B6A813AAF2AB528C7DD398E4 It appears that Apache httpd doesn't recognize the ';' separator and thinks the 'jessionid=' is part of the file

Re: Memory usage with multiple instances of tomcat

2007-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, 1. Does each tomcat instance use a separate 2 GB of memory, ie the 3 instance use 6 GB between them ? Each instance gets a separate, 2GB heap space. 2. or do they potentially share they same memory? Since Java 1.5, shared archive

Re: Suggestions for overlapping URI spaces

2007-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, Bill Barker wrote: Enabling the RequestDumper to see if the browser is actually sending the path would help. Does the browser ever send the path? Using LiveHTTPHeaders, I observed the following: A = C08 B = 375 1. Visited the

Re: Mod jk selective forwarding performance problem

2007-08-06 Thread Bill Bainbridge
Thanks Hassan, Cookies _are_ enabled. I'm not sure why it's sending the sessionid, but a few lines further down, I get File does not exist: /usr/apache/httpd/htdocs/payments/images/Blue _Bar_Back.gif, referer: http://74.205.87.59/payments/welcome.do The first three entries have a sessionid,

Re: Mod jk selective forwarding performance problem

2007-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, Bill Bainbridge wrote: I'd like to have Apache serve the images, stylesheets and other static content that is referenced in the Struts jsps, but when I try to do that, if the page isn't cached in the browser, it comes up with no buttons

Re: Best practice application deployement

2007-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerhardus, [EMAIL PROTECTED] wrote: Currently when deploying a new set of war files we do the following in a script that runs for all our servers. rm -rf /home/admin/application-1.1.war rm -rf /usr/share/tomcat5/webapps/application-1.1.war sleep

Re: Per Thread Class Loader... what do you think?

2007-08-06 Thread Johnny Kewl
- Original Message - From: Leon Rosenberg [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, August 05, 2007 12:38 PM Subject: Re: Per Thread Class Loader... what do you think? could you elaborate a bit more why do you need the classloader to be per

RE: Tomcat status

2007-08-06 Thread Caldarale, Charles R
From: André Vila Cova [mailto:[EMAIL PROTECTED] Subject: Tomcat status I want to know status of each one (ports configured, CATALINA_HOME, CATALINA_BASE, status, datasource, etc...). Exists some script (perl, JSP, etc) showing this data? Don't know of anything that will monitor multiple

Re: cookies

2007-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, [EMAIL PROTECTED] wrote: He has something called login.html which uses a login.java compiled program to set a cookie (response.addCookie( UserLevel, value) ) which adds a cookie called UserLevel with a value retrieved from logging in. His

Re: Mod jk selective forwarding performance problem

2007-08-06 Thread Bill Bainbridge
Chris, JkStripSession On solved the problem. It now works first time, everytime, and seems faster than sending everything to Tomcat. Thanks!! I'd like to have Apache serve the images, stylesheets and other static content that is referenced in the Struts jsps, but when I try to do that, if

Re: cookies

2007-08-06 Thread tony . chamberlain
I just did a responses to this and somehow it got lost ;-( Can you post your cookie finding code? Also, post the portion of your(new) code that /sets/ the cookie. Often, cookie-related issues are tiedto incorrect setting of the path of the cookie. Also, are you usingSSL at all? If so, please

Re: Mod jk selective forwarding performance problem

2007-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, Bill Bainbridge wrote: JkStripSession On solved the problem. It now works first time, every time, and seems faster than sending everything to Tomcat. Thanks!! If you are going to be using Apache httpd in front of Tomcat, then using

Re: Mathematical Editor for textarea in JSP page.

2007-08-06 Thread Adrian Sutton
can i embed this editor into my JSP page, Yes, either via javascript or the provided taglib. Regards, Adrian Sutton http://www.symphonious.net - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail:

RE: Mathematical Editor for textarea in JSP page.

2007-08-06 Thread Propes, Barry L
Does HomeSite do it? If it's still around even? Maybe UltraEdit? -Original Message- From: Girish Havaldar [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 1:29 AM To: Tomcat Users List Subject: Mathematical Editor for textarea in JSP page. Hi all, in my application i have one

Tomcat and servlet the nightmare

2007-08-06 Thread Fabbris Pierluigi
Hello, it's a nightmare to use Tomacat for servlet. Now I've this file web.xml ?xml version=1.0 encoding=ISO-8859-1? web-app xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/javaee

Re: Tomcat and servlet the nightmare

2007-08-06 Thread Hassan Schroeder
On 8/6/07, Fabbris Pierluigi [EMAIL PROTECTED] wrote: Now I've this file Yikes! -- I have no idea what point you're trying to make with all of that, but ... I try to enter in the example page and the servlet is displayed white pages, and the servlet in my webapps displayed white page. Why?

Re: Mathematical Editor for textarea in JSP page.

2007-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, Propes, Barry L wrote: Does HomeSite do it? If it's still around even? Maybe UltraEdit? Silly question: why not just use a plain-old textarea? That should be able to display all of the mathematical symbols mentioned , since they all have

mod_jk seems to be giving up with no errors

2007-08-06 Thread Charlie Williams
I have a server setup with Apache 2.0.55 and Tomcat 5.0.28 I am trying to use mod_jk 1.2.14 to communicate between the two in my httpd.conf file I have the virtual host file setup as follows virtualhost *:80 servername www.blah.com jkmount /server1/* worker1 /virtualhost ... for each server

RE: Mathematical Editor for textarea in JSP page.

2007-08-06 Thread Propes, Barry L
an equation editor, I believe is what he was looking for, correct? -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 4:23 PM To: Tomcat Users List Subject: Re: Mathematical Editor for textarea in JSP page. -BEGIN PGP SIGNED

Re: Weird problem

2007-08-06 Thread Mark Thomas
Leucht, Axel wrote: Hi, I'm currently in desparate search for a problem I'm facing... Please provide the context and host configuration for this web app. Mark - To start a new topic, e-mail: users@tomcat.apache.org To

Re: Suggestions for overlapping URI spaces

2007-08-06 Thread Bill Barker
Christopher Schultz [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, Bill Barker wrote: Enabling the RequestDumper to see if the browser is actually sending the path would help. Does the browser ever send the path? I've