question

2008-09-03 Thread Jojo Nadir
hi how are you, I have a probleme in the installation process of tomcat 5.5 under Windows 98 (I have an old computer), it always get me a message containing the following files with some number like this : jvm.dll and 1329 prunsrv.c   thank you for your help, best regards.

question

2008-09-20 Thread Jojo Nadir
Hi everyone, I resolved my first problem: I'm working on Windows XP ( and not Win 98), but I'm a beginner in Tomcat and my problem is that when I compile my servlet class the compiler doesn't find the package javax.servlet.ServletException and  javax.servlet.http.*.   I don't know where is the

Question

2010-10-22 Thread Marshall, Marc
Hi, I am a new user to Tomcat and am converting from Websphere server to a Tomcat 6.0 server running out of eclipse. The Websphere server has Environment variables in "java:comp/env/EnvironmentVariables". After looking at the context.xml documentation I had assumed that I could place them in

Question

2009-02-25 Thread koppisetty bhavani naga satish
Hi I will talk about the problem I have encountered in brief. I have two tomcat servers. I could deploy the new-same war on both of them. but with one server I am facing problem with two links on the website. They point to 404 pages. Can any one suggest me the solutin for that. The environment i

question

2006-01-03 Thread sc2
hello how i can set the env. variables like "JAVA_HOME" so that tomcat can be start. thank you bye richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Question

2006-03-01 Thread Andrew English
Were do I need to look to figure out what SQL server tomcat/jboss 2.4 is pointing at? I am trying to figure out what table and server this old POS is looking at when I am looking at the inactive users list which is a .jsp page. Thanks! Regards, Andrew --

Question

2014-02-10 Thread Senapati, Naresh (GE Healthcare, consultant)
Hi, We have Apache Tomcat 6.0.32 installed for our Trackwise application. It is accessed by web through a iplanet web server which redirects to the tomcat. When the webserver was in Solaris the performance was good. We have migrated the webserver to Linux and the performance has gone down. We w

question

2014-11-24 Thread Balderrama, Jose A CTR (US)
Can tomcat run php apps and static html pages well? Or should I run apache as well? Thanks, Joe smime.p7s Description: S/MIME cryptographic signature

IPv6 question

2011-10-31 Thread Issac Goldstand
Hi Tomcat community I'm planning to give a short blurb on IPv6 support in Tomcat at ApacheCon next week, but as I'm not a heavy Tomcat user, can someone go over the following information and correct me if I've mis-stated something? * IP binding is handled by the underlying JRE or via APR if tcnat

Documentation Question

2012-02-20 Thread Jim Showalter
Is there a version of the Tomcat documentation that consistently handles word-wrap? Some of the segments are very difficult to read while others do word wrap properly? Thanks, Jim

Proxypass Question

2012-03-05 Thread Truckman
l is well. However, it does the very same thing for port 80 as the proxypass statement is there also. Proxypass seems to only work if both ports are proxied, and not work if either port is not proxied. My question is this - is that the normal/expected behavior of proxypass, or should we ke

Proxypass Question

2012-03-06 Thread Truckman
As per list member "Pid", I am starting a new thread rather than lobotomizing an existing one. Pid, you're right, my apologies, I was being lazy. Using apache virtual hosting, I am trying to forward port 443 to tomcat, yet have port 80 serve "normal" local content in the traditional fashion. The

java.lang.IllegalStateException Question

2012-03-22 Thread Smith, Mitchell
Hi, Tomcat 5.5.35 JAVA 5 I am seeing: > [ERROR] org.apache.catalina.core.ContainerBase.[Catalina].[localhost] - > Exception Processing ErrorPage[exceptionType=java.lang.Exception, > location=/base/errors/runtimeError.iface] > java.lang.IllegalStateException > at org.apache.coyote.Respons

SSLHostConfig question

2023-09-26 Thread Mcalexander, Jon J.
Good morning Gentle People, I have a question around the SSLHostConfig SSL Connector in Tomcat. In the section, if the SSL Certificate is in a Windows PFS Keystore, is it appropriate to add certificateKeystoreType="PFX" or certificateKeystore="path to pfx file" typ

request.getPathInfo() Question

2021-07-19 Thread Jerry Malcolm
I have a servlet in the ROOT context mapped to "/".  I'm using request.getPathInfo() to get everything after the ".com/" in the URL.  But no matter what is added to the url after .com/, getPathInfo() always returns null.  I printed out getRequestURL(), and it shows everything.  I can parse the

LDAP question

2006-03-29 Thread Kimberly Nico
I am using Tomcat 5.5.12 and OpenLDAP 2.3.20. I have the following in my server.xml: debug="99" connectionURL="ldap://localhost.localdomain:389"; userBase="dc=nico,dc=com" userSubtree="true" userSearch="uid={0}"

ServletRequestListener question

2006-03-30 Thread N G
Hi, I was deploying something that uses ServletRequestListener on Tomcat 5.5.15... I noticed that when I accessed a regular JSP page (no forwards, includes, just a straightforward .jsp page), the requestInitialized and requestDestroyed was called twice: requestInitialized requestDestroyed request

Question/Problem

2006-04-03 Thread Eric C. Forcey
I'm not sure if this is the appropriate list if not forgive me. I have a server running Fedora/Tomcat/ColdFusion. I am a new administrator to this machine. I haven't worked with CF or Tomcat before. Currently their server is down. Getting the following in the catalina.out file: Apr 3, 2006

deployXML question.

2006-04-26 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
The deployXML attribute in the server.xml is defaulted to true. In the Tomcat Docs it states this: Security consious environments should set this to false to prevent applications from interacting with the container's configuration. Can anyone explain what the exposure might be by leaving this

logging question

2006-05-10 Thread Guy McArthur
Hello, somehow the 3rd party jar's in my web app are changing the log level and I need to find out how to override. Specifically my problem is that the log methods of Servlet send their output into the ether. The dependencies include commons-logging and log4j (themselves dependencies of either

System.setProperty question

2006-06-07 Thread Rumpa Giri
affect, and order of conneting to URL_CACERTS or URL_KS does not matter. My question in how is connecting to URL_CACERTS first affecting the keystore properties? Without the above and doing the following only, its dependent on the order of connection. why? when we do the same th

Memory question

2008-07-23 Thread Matt Burkhardt
Okay - I've gone ahead, uninstalled the distro from Ubuntu, installed Tomcat 6.0.16 and I'm having problems running out of memory. My catalina.out file contains the lines at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) at org.apache.catalina.startup.Bootstrap.ma

Re: question

2008-09-03 Thread Steve Ochani
On 3 Sep 2008 at 10:36, Jojo Nadir wrote: > hi how are you, > > I have a probleme in the installation process of tomcat 5.5 under > Windows 98 (I have an old computer), it always get me a message > containing the following files with some number like this : jvm.dll > and 1329 prunsrv.c I serious

Re: question

2008-09-03 Thread Mark Thomas
Steve Ochani wrote: > On 3 Sep 2008 at 10:36, Jojo Nadir wrote: > >> hi how are you, >> >> I have a probleme in the installation process of tomcat 5.5 under >> Windows 98 (I have an old computer), it always get me a message >> containing the following files with some number like this : jvm.dll >>

Re: question

2008-09-03 Thread Len Popp
Sun says that their Java 5 does run on Windows 98 SE - see here: http://java.sun.com/j2se/1.5.0/system-configurations.html Jojo, can you post the whole error message? The problem might be that the Microsoft C runtime lib is missing - or maybe not. -- Len On Wed, Sep 3, 2008 at 17:48, Steve Och

DBCP Question

2008-09-17 Thread Paul Selibas
Greetings, Firstly i am using Tomcat 5.5 and Java 1.5. I am writing a simple web app but now my problem is the "setup" for the dbcp. I have set up the app with the resource tag in the context.xml file in the META-INF folder and it all works fine. Now for my problem... I would like to be able to ch

Re: question

2008-09-20 Thread Edoardo Panfili
Jojo Nadir ha scritto: Hi everyone, I resolved my first problem: I'm working on Windows XP ( and not Win 98), but I'm a beginner in Tomcat and my problem is that when I compile my servlet class the compiler doesn't find the package javax.servlet.ServletException and javax.servlet.http.*. I don

TomCat question

2008-10-24 Thread Ghanta, Bose
Dear TomCat community, I need to your advice and I appreciate it very much. We are porting Sun J2SE to our platform and would like to know if TomCat can run on J2SE. "Will Tomcat run with J2SE or does it require J2EE?" I appreciate your input here. Thank you, Bose

APR Question

2010-03-19 Thread blargy
- View this message in context: http://old.nabble.com/APR-Question-tp27951002p27951002.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additio

Basic Question

2010-04-15 Thread Rhino
I hope someone will take pity on me and help me with this very basic question. I was moderately fluent with servlets and Tomcat several years ago but haven't touched them in a while. I'm trying to get back into servlets now. I am having trouble getting my servlets to start in

fail_on_status question

2010-06-03 Thread Mohit Anchlia
In our present environment we have a WS and APP server. When request comes in, WS sends it to APP server using mod_jk and then APP server inserts it into JMS queue. So essentially APP server is also dependent on JMS server which runs on the same box. My question is can I use fail_on_status in

Simple question

2007-10-16 Thread Peter Stavrinides
How do I configure Tomcat to provide a page redirect from the context of a servlet to the default start page i.e.: /myapp/ to go to -> /myapp/home Thanks Peter - To start a new topic, e-mail: users@tomcat.apache.org To u

MemoryRealm question

2007-11-19 Thread Bárbara Vieira
Hi everyone!! I have a question about org.apache.catalina.realm.MemoryRealm. When I use that Realm, how the principals variable, that is declared in that class(MemoryRealm) as a HashMap, is loaded? I.e. How the data that is in the file (ex. Tomcat-users.xml) is loaded to that variable?! I’m

Beginner question

2007-12-17 Thread Filipe David Manana
Hi, 2 questions: 1) Is Tomcat reliable for a production environment, where client requests can be in the order of a few thousands per hour? 2) I've red the documentation and I was not able to do the following: I created a struts 2 app and I want to access it through http://myhost:8080/ . By wha

DataSource question

2008-01-07 Thread Eqbal
I have defined my jndi DataSource for connecting to the database under the conf/context.xml file. I would like to understand what it means in terms of availability of the datasource to each of the web apps and the thing I am confused about is what is the maximum number of connections available? Is

mod_jk question

2008-03-04 Thread Sury Balasubramanian
Hello all, I am having trouble with Apache/2.2.6 (Win32) DAV/2 mod_ssl/2.2.6 OpenSSL/0.9.8g mod_autoindex_color mod_jk/1.2.26 PHP/5.2.5 redirecting tomcat requests to the tomcat worker. I am getting an 404 when i try to access any tomcat url..http://leonardo/examples (for e.g.) My webdav works ok,

SSL question

2008-03-12 Thread Michael Bongiovi
I'm running Tomcat 5.5 as a servlet container under IIS so that I can run Jive forums on my web site. The forum is linked to from the main web page, which already has an SSL certificate. I'd like to be able to have the Jive login screen passed through SSL, but I'm not sure how to do it. Any help

tomcat question

2008-06-18 Thread Robert Welz
A question: If I have a class / function Logger.Log (Logger.LOG_LEVEL_INFO, "Test " + Globals.BACKUP_STARTDIR); where will tomcat write these data out? - To start a new topic, e-mail: users@tomcat.apa

Mapping question

2008-06-26 Thread André Warnier
Hi. Below is a question sent to the httpd users list, as a context for my own question : Suppose I have the same front-end scenario as described below for Apache, and have one single Tomcat server behind it. Is it possible in Tomcat to define two virtual s who would share the same webapp

Memory Question

2009-05-04 Thread Matt Corban
Where does Tomcat store the memory usage that it displays in the Server Status under the Manager console? I was thinking about writing a shell script to keep track of the memory usage over time (such as the free memory, total memory and max memory) and store it in a file. Thanks, Matt

Newbie question

2009-08-24 Thread Malladi, Sasikanth
Hello all, I've just installed Tomcat 6.0.20. Home page loads successfully at http://myserver:8008/ (Yes, I changed the port to 8008). I'm using "Core Servlets" by Marty Hall as a guide. I put a couple of Hello.html, Hello.jsp pages into my .../install_dir/webapps/ROOT. Both the pages load fine

Clustering Question...

2009-09-24 Thread Darren Kukulka
Hi All, Just a quick question regarding clustering with Tomcat 6. In a 2-node scenario, where both nodes are configured identically and load balanced via Apache based on availability, how can we configure the cluster to deal with situations where one node has exhausted its Old Gen heap

syntax question

2009-10-22 Thread Jeffrey Janner
OK, time for me to ask a newbie question. (And I did do some research, but didn't locate a definitive answer.) Can a entry have more than one entries? For example: ImageFilter *.gif *.jpg *.png Or do I have to specify 3 mappings, one for each file type?

ConnectionPool question

2009-10-29 Thread Josh Gooding
I wrote some code on top of the Tomcat's ConnectionPool class. In regular Java based programming if I close a ResultSet with connection.close(), this frees up both the statement and resultset's memory associated with the connection if it was still open. If I close a connection with Tomcat's Conne

webapps question

2009-11-04 Thread Michele Mase'
I've 100 webapps on one single tomcat instance. Every webapps has in his WEB-INF/lib the same jars I've some permgen memory problems too Moving all the shared libs in tomcat's root/common/lib should help me reducing the perm gen memory usage? Should it be a good pratics? Michele

Newbie Question

2009-11-26 Thread Chinmoy Chakraborty
Hi All, I am trying to understand basic architecture of tomcat server and also started to look into the code. What should me my starting point (also source code wise) to understand basic workflow of tomcat server? Chinmoy

JSSE question

2009-12-04 Thread Vadim Letitchevski
I am confused. Can Tomcat use only JKS keystore or it can also use pem or some other certificate storages? Thanks Vadim. (310)765-3812

PermGen question

2010-01-20 Thread Jeffrey Janner
I've got a really odd situation that I'm not understanding. I figured the gurus could explain it to me. I have two Tomcat instances deployed as services on the same 64bit Windows 2008 machine with Sun JDK 1.6.0_13 64bit. They are running the same apps but for different user bases and were deploy

apache question

2011-02-01 Thread Lava Saleem
Hi, I have a simple question regarding apache, I found out that I need to use apache httpd with tomcat, I have already installed tomcat apache in my server my question is does tomcat comes already with buildin apache httpd ? and what about mod_jk do I need to download it ? Thanks LS

programming question

2011-02-24 Thread János Löbb
Hi, What is the very basic structure of a web application that is connected to a database through a connection pool, but would not require to restart itself or restart Tomcat when the database goes down - let say for maintenance ? Telling otherwise how to write a webapp that would survive a dat

CrawlerSessionManagerValve question

2011-05-24 Thread Martin Kouba
What is the reason NOT to assume that request with more than one User-Agent header originates from a bot? See lines 133, 134 in Tomcat 7.0.14. Thanks Martin - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For addi

Design Question

2011-08-05 Thread Mohit Anchlia
We are developing a new system that will run in parallel with old system. So some requests will go to new system and some old based on configuration. We will put software switch software which will read configuration and the request and decide which system this will go to. This switch calls HttpCli

JNDIRealm Question

2010-09-04 Thread Ron Rudy
My application uses a JNDIRealm to provide authentication, which is working fine. However within my application I now have need to query the same LDAP server which the JNDIRealm is configured to connect. Is there a way that I can either create a managed resource for LDAP connectivity that I can c

logging question

2010-09-10 Thread André Warnier
Hi. Under tomcat 5.5, a foreign webapp writes to STDOUT and STDERR, clogging up one of the system logfiles (/var/log/daemon.log). The tomcat5.5 startup script on this platform runs it under jsvc, and seems to redirect all its STDOUT and STDERR to the syslog facility, which I suppose directs i

Re: Question

2010-10-22 Thread Pid
On 22/10/2010 16:27, Marshall, Marc wrote: > Hi, > > I am a new user to Tomcat and am converting from Websphere server to a Tomcat > 6.0 server running out of eclipse. The Websphere server has Environment > variables in "java:comp/env/EnvironmentVariables". After looking at the > context.xml

RE: Question

2010-10-22 Thread Marshall, Marc
tup.Bootstrap.start(Bootstrap.java:289) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414) Oct 22, 2010 9:44:09 AM org.apache.catalina.core.StandardContext loadOnStartup SEVERE: Servlet /MGE threw load() exception -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Friday, October 22, 2010 11

RE: Question

2010-10-22 Thread Caldarale, Charles R
> From: Marshall, Marc [mailto:marc.marsh...@sug.com] > Subject: RE: Question > I am defining each of the Environment Variables in an > Tag inside of the context.xml like: > > ... > type="java.lang.String" override="false" /> >

RE: Question

2010-10-22 Thread Marshall, Marc
lp. Sorry next time I will post with a more meaningful subject line. Thanks, Marc Marshall -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, October 22, 2010 1:21 PM To: Tomcat Users List Subject: RE: Question > From: Marshall, Marc [mail

RE: Question

2010-10-22 Thread Caldarale, Charles R
> From: Marshall, Marc [mailto:marc.marsh...@sug.com] > Subject: RE: Question > Is there something that I could add to my context.xml file > to add the "EnvironmentVariables" to my directory tree? You should be able to code the elements this way: ... ... - Chuc

Error Question

2010-11-24 Thread Omar A. Barrera
Hello all, I am in the process of developing a Servlet application. I am currently using Eclipse Helios and Tomcat 6.0.29 in my dev environment. When I start up Tomcat in Eclipse I get the following error pasted below. What does this mean and how do I resolve it? Thank you. --Omar o

RE: Question

2009-02-25 Thread Ilya Kazakevich
@tomcat.apache.org Subject: Question Hi I will talk about the problem I have encountered in brief. I have two tomcat servers. I could deploy the new-same war on both of them. but with one server I am facing problem with two links on the website. They point to 404 pages. Can any one suggest me the

maxHttpHeaderSize question

2009-03-10 Thread Josef Galea
Hi all, Does the connector attribute maxHttpHeaderSize refer to the total size of all the headers, or of each individual header? Thanks for your time. Regards, Josef smime.p7s Description: S/MIME cryptographic signature

Mod_jk question

2007-05-21 Thread Kotla, Satya S (Contractor)
Hi, We are running JBoss 4.2.0/Apache 2.2.3/Mod_jk 1.2.22 on Suse Linux 10. We are trying to implement an Apache Farm with three Apache instances reverse-proxying to multiple JBoss cluster nodes using mod_jk connector with load-balancing and sticky session configuration. As per the Tomcat conne

Classloader question

2007-07-17 Thread Juan Ignacio Garzón
Hi, I'm working with Tomcat 4.1. I have a library that has to be shared between all the applications, but it has singletons that should have one instance per application. In a normal situation, each application could have the .jar in it's WEB-INF/lib directory, but there is a requirement saying

Classloader question

2007-07-17 Thread Juan Ignacio Garzón
Hi, I'm working with Tomcat 4.1. I have a library that has to be shared between all the applications, but it has singletons that should have one instance per application. In a normal situation, each application could have the .jar in it's WEB-INF/lib directory, but there is a requirement saying

Classloading Question

2007-07-31 Thread Brian Munroe
I am connecting my application to a Oracle XE database and I am having a weird issue with classloading. According to the classloading documentation [1] I should be placing the Oracle JDBC jar file ojdbc14.jar in $CATALINA_HOME/shared/lib, but when I do that, my application throws a Cannot load JDB

Encoding question

2007-08-17 Thread Russo, Joe
Just curious why it requires a filter to be used to set character encoding when it is set at the app server and form level as UTF8? What I noticed is it gets translated incorrectly from the form to the servlet. Is that correct? Is it a low level API that causes this? Thanks, Joe

web.xml question

2005-11-29 Thread Klotz Jr, Dennis
Hello all. I hope your day is going well. I need your help. I cannot get a forms based login page to use SSL when I think I've setup the web.xml correctly. Why doesn't my login.jsp use HTTPS when tomcat is invoking it for authorization? (more details at the bottom) Here are the relevant sectio

Re: question

2006-01-03 Thread Ben Souther
What operating system are you using? On Tue, 2006-01-03 at 10:43, [EMAIL PROTECTED] wrote: > hello > how i can set the env. variables like "JAVA_HOME" so that tomcat can be > start. > thank you > bye > richard > > > - > To uns

Re: question

2006-01-03 Thread Rafal Zawadzki
### [EMAIL PROTECTED] wrote message to users@tomcat.apache.org ### ### this is reply for: question ### > hello > how i can set the env. variables like "JAVA_HOME" so that tomcat can be > start. > thank you > bye > richard conf/catalina.sh -- Rafał Zawadzki Deploy/Re

Re: question

2006-01-03 Thread Giuseppe Briotti
> == > Date: Tue, 3 Jan 2006 16:43:52 +0100 > From: <[EMAIL PROTECTED]> > To: > Subject: question > == > > hello > how i can set the env. variables like "JAVA_HOME" so that tomcat > can be star

Re: question

2006-01-03 Thread sc2
Linux in catalina.sh`? like JAVA_HOME=path ? bye - Original Message - From: "Giuseppe Briotti" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, January 03, 2006 4:50 PM Subject: Re: question == Date: Tue, 3 Jan 2006 16

Re: question

2006-01-03 Thread Rafal Zawadzki
### [EMAIL PROTECTED] wrote message to "Tomcat Users List" ### ### this is reply for: Re: question ### > Linux > in catalina.sh`? > like > JAVA_HOME=path ? > bye 1. Do not top-post 2. Have you ever looked into that file? -- Rafał Zawadzki Deploy/Release Mana

Re: question

2006-01-03 Thread sc2
hello a.) Top Post? b.) Thx now i did sorry it works now. thx for help guys cya - Original Message - From: "Rafal Zawadzki" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, January 03, 2006 5:0

Re: question

2006-01-03 Thread Rafal Zawadzki
### [EMAIL PROTECTED] wrote message to "Tomcat Users List" ### ### this is reply for: Re: question ### > hello > a.) Top Post? http://www.google.com/search?q=top+posting&ie=UTF-8&oe=UTF-8 -- Rafał Zawadzki Deploy/Release Manager eo Networks Sp. z o.o. pgp5UJP6KU

RE: question

2006-01-03 Thread Brantley Hobbs
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 03, 2006 11:10 AM > To: Tomcat Users List > Subject: Re: question > > hello> a.) Top Post? http://catb.org/~esr/jargon/html/T/top-post.html Personally, I never ha

RE: question

2006-01-03 Thread Carl Olivier
Hi. A lot of people on this forum Top Post. Is this really such a big issue? -Original Message- From: Rafal Zawadzki [mailto:[EMAIL PROTECTED] Sent: 03 January 2006 16:26 To: Tomcat Users List Subject: Re: question ### [EMAIL PROTECTED] wrote message to "Tomcat Users

Re: question

2006-01-03 Thread Aurélien DEHAY
Yes. Carl Olivier wrote: Hi. A lot of people on this forum Top Post. Is this really such a big issue? Because you don't know the question the answer is related to. Rgds. -- Aurélien - To unsubscribe, e-mail: [

Configuration Question

2006-01-04 Thread Scott Purcell
I am running Tomcat 5.5x on a Win2000 box. I purchased a DNS name, and I have that configurated in the server.xml. So when a user hits my site like so: http://www.xxx.com it calls the site and all is good. But here is my problem. On some search engines for whatever reason, the url shows this: h

jk2 question

2006-02-01 Thread Dieter Schicker
Hello, I have to connect an Apache location to a Tomcat webapp with a different name. How can I achieve this? e.g. http://localhost/edu/fedora should point to http://localhost:8080/fedora Any ideas? Many thanks in advance Dieter

Java Question

2006-02-22 Thread Andrew English
Does anyone know of a mailing list were I can ask some java related questions? The number one question I have is if it's possible to write code within Java that changes all your HTML files back to their original default? A client of mine runs, dare I say it here JBoss 2.4 and I foun

Debug question ?

2006-02-27 Thread Philippe Couas
Hi How could i debug Tomcat for resolving this Problem ? Regards Philippe 2006-02-27 10:58:17 StandardManager[/test] Exception au chargement des sessio ns depuis le stockage persistant (persistent storage) java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException : java.u

RE: Question

2006-03-01 Thread Peter Crowther
> From: Andrew English [mailto:[EMAIL PROTECTED] > Were do I need to look to figure out what SQL server > tomcat/jboss 2.4 is pointing at? Could be anywhere. A generic approach that will probably get you quite a long way is to run: netstat -an | find "1433" And seeing what the far-en

Quick question

2006-03-02 Thread Rakesh Patel
Hi, apologies if this is an easy quesion but time is not on my side: 1. At my company we use Sun Application Server 8.1 for development and production. However, its not the lightest, fastest software in the world and I'm thinking about switching to Tomcat for development and later in the de

ValveAccessLogger question

2006-03-03 Thread www . developerz . de
hello everyone, i would like to know if i can exclude some file extensions (for example: *.gif or *.css ...) in my access logging using Valve Logger i have read the Apache documentation situated here : http://tomcat.apache.org/tomcat-5.0-doc/config/valve.html and in the "Attributes" part i foun

Classloader question

2006-03-23 Thread VARIN, FRANCIS A.
home grown application framework that we wish to reuse as part of the new application targeted for Tomcat.   The question/issue: One of the classes that we would like to reuse resides in a jar file that is contained at the shared jars folder within Tomcat and has the capability using

Redirect question

2007-03-06 Thread Jean-Sebastien Pilon
Hello, I am migrating an application to a new server. The web application is installed on the new server, I still need to serve it on port 8080 since some users are using it like this. But I also need to serve it on port 80. On the old server, apache was installed to redirect to http://hostname:80

performance question

2006-08-11 Thread Propes, Barry L
I'm having some problems this morning with performance. How can I easily determine if it's servlets, or Tomcat, as opposed to possibly the database (Oracle) I'm using? I've not had this problem before. Barry

A question.

2006-10-04 Thread gustavo . ezquerro
Hi, there I've been experiencing some troubles in my apache-tomcat, I have a Open Enterprise Server with IDM from Novell, so I try to install the Net Storage services, but to manage these I have to use the iManager web page, but there is something strange everytime I try to reache that page it

FW: Question

2006-10-05 Thread Miriam Keating
-491 5100 +177 (   Fax: +353-21-432 0394 From: Miriam Keating Sent: 05 October 2006 17:02 To: 'users@tomcat.apache.org' Subject: FW: Question Importance: High       QUMAS is the only global compliance company offering a complete solution to regulated industries.

RE: Question

2006-10-05 Thread ScottAnders
; roleSubtree="true" userBase="ou=Users,dc=bc,dc=com" userSearch="(uid={0})" /> ____ From: Miriam Keating [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 10:03 AM To: users@t

Classloader Question

2006-10-10 Thread Fran Varin
;s associated application? -- View this message in context: http://www.nabble.com/Classloader-Question-tf2417987.html#a6740606 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.

favicon question

2006-10-26 Thread Noah White
I am trying to set the favicon for a web app. I'm running Tomcat 5.5.20 on Windows XP and dropped my .ico file into %TOMCAT_HOME%\webapps\mywebapp and restarted the server. No joy. I still get the default tomcat favicon located in %TOMCAT_HOME%\webapps\ROOT when I go to mywebapp context. Thoughts?

Version question

2006-11-29 Thread rick . edwards
Hi Everyone I have a version of nsapi_redirector.so which I'm using to pass requests from my iPlanet webserver on to a tomcat appserver. I have no idea what version of connector this is and I'd really like to know. It's working fine, so I have no complaints. The resource who introduced this

Connector question

2006-11-29 Thread Narayanaswamy, Mohan
In one of my development server, we have the following two entry, Do we need both of the below entries to support Apache + Tomcat4.1.x? --- In http://tomcat.apache.org/tomcat-4.1-doc/config/connectors.html - o

manager question

2006-12-26 Thread Jim Reynolds
Hello, I am running Tomcat 5.5.20 on a PC. I am using ant tasks to deploy, undeploy etc. But last week, I created a new " element. The new site works good, but I am having trouble with the ant tasks. First off, when I look at my "http://localhost/manager/html"; I see all applictions that are fo

ActiveX question

2005-10-21 Thread Satyavrat A. Prabhune
Hi, Does any Apache product support embedding ActiveX into HTML? I searched for "activex" on apache site and it returned me zero results! Thanks, Satyavrat. - Yahoo! FareChase - Search multiple travel sites in one click.

KeyStore question

2005-10-23 Thread Raueber Hotzenplotz
Hi all I still want to use Tomcat with SSL (still not working). I've got a servlet that acts as a CA. 1. Question(s): Should I have separate keystores (JKS) for the web application and the Tomcat server? Where do you usually place the Tomcat keystore? At the moment I'm includi

KeyStore question

2005-10-23 Thread Raueber Hotzenplotz
Hmmm, having some email problems - not sure if I've already sent this. Here is the link to the SSL java code again: http://stud4.tuwien.ac.at/~e9726342/ Hi all I still want to use Tomcat with SSL (still not working). I've got a servlet that acts as a CA. 1. Question(s): Sho

finalize question

2005-11-02 Thread Andy Kriger
I have a webapp that causes Tomcat to die with an OutOfMemoryError due to PermGen after about 10 reloads. I am trying to determine if there is a memory leak in my code or maybe even one of our 3rd-party libraries. I am using AspectJ to log whenever any object's finalize method is called. Problem is

  1   2   3   4   5   6   7   8   9   10   >