RE: Tomcat 5 error 404

2005-12-14 Thread Jan Behrens
Just taking a couple of guesses: - If you are running on Posix, have you checked access permissions? - Have you created new context files for each of your webapps under /conf///.xml instead of putting them into server.xml? (Putting within your server.xml is discouraged from TC 5 onwards) - If

Tomcat stops answering requests

2005-12-14 Thread Sondre Engell
Hi. We are experiencing some problems with our Tomcat. We are currently running Apache 2.0.54, Tomcat 4.1.30, Axis 1.2.final on RedHat 9.0 with kernel 2.4.27. We have some web-services deployed under Axis and these services become unavailable during normal operation. It seems that this occurs

Re: Problems ip based virtual hosting apache2+tomcat5.0.19

2005-12-14 Thread Jens Werdin
Hi Chris, thank you for your help. I made a test and it seems to work fine. Jens Am Mittwoch 14 Dezember 2005 17:08 schrieb Chris Lear: > * Jens Werdin wrote (14/12/05 15:28): > > Hi all, > > > > I have an apache 2.0.49 with some ip based virual hosts. > > What i try to do is giving each virtual

JKMountFile ignored

2005-12-14 Thread Andreas Sachs
Hello, i'm trying to use JKMountFile to "announce" my mount-points to apache. Apache does not redirect the specified addresses to tomcat and returns an 404 error message. With JKMount everything works fine. JKMountFile is inside a virtualhost-section. To debug the problem i raised JkLogLevel to de

RE: Re: starting and stopping Tomcat from Java code

2005-12-14 Thread Oleg Lebedev
Yes, that would work if I had a handle to the embedded instance. The thing is that embedded tomcat is running in a separate VM and I need to be able to shut it down. I don't really need to use Embedded class if only I could get Bootstrap or Catalina classes to work without having to have the who

Re: starting and stopping Tomcat from Java code

2005-12-14 Thread Wade Chandler
--- Bill Barker <[EMAIL PROTECTED]> wrote: > Urm, something like: >tomcat.stop(); > > where 'tomcat' is your Embedded instance? > > "Oleg Lebedev" <[EMAIL PROTECTED]> wrote in > message > news:[EMAIL PROTECTED] > Hello, > > I am trying to configure, start and then shutdown > Tomcat from my

Re: starting and stopping Tomcat from Java code

2005-12-14 Thread Bill Barker
Urm, something like: tomcat.stop(); where 'tomcat' is your Embedded instance? "Oleg Lebedev" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello, I am trying to configure, start and then shutdown Tomcat from my Java class. I am planning to have all the jars required by Tomcat o

RE: starting and stopping Tomcat from Java code

2005-12-14 Thread andy gordon
There is an MBean for the Server and I believe that you can specify the command there. Oleg Lebedev <[EMAIL PROTECTED]> wrote: Great, sending that shutdown command to a Tomcat server started with server.xml file on the disk worked. But how can I specify what the server shutdown command is when

Tomcat 5.0.28 - How to save thread dump on Windows?

2005-12-14 Thread KwonNam Son
Hello, I run tomcat 5.0.28 on windows, Sometimes tomcat does nor response to browser's request. Maybe I made some mistakes in thread related codes. So I want to get thread dump of tomcat, but when I press Ctrl-Break, the thread dump is not saved to a file(like catalina.out before). How can I ge

Re: administration applications install instructions

2005-12-14 Thread James T. Studebaker
I use Fedora Linux core 2 os. I used the tar command with jakarta-tomcat-5.5.9-admin.tar file both in the home directory for tomcat (tomcat install directory). The verbose output listed all the files in the jakarta-tomcat-5.5.9-admin.tar file. I just discovered the problem: I untared the file in

RE: starting and stopping Tomcat from Java code

2005-12-14 Thread Oleg Lebedev
Great, sending that shutdown command to a Tomcat server started with server.xml file on the disk worked. But how can I specify what the server shutdown command is when I start the server in embedded mode on a certain port? (See code below) private static void startTomcat(){ Stri

RE: starting and stopping Tomcat from Java code

2005-12-14 Thread Iannis Hanen
Hi Oleg, The piece of code you just mentioned is what lies behind the tag in the server.xml file. You can set the tag this way: If you connect to port 1234 on the tomcat machine and type in the "myShutdown" password, tomcat will shutdown. However, I am pretty sure that this port is opened onl

RE: starting and stopping Tomcat from Java code

2005-12-14 Thread Oleg Lebedev
Thanks, Wendy. I looked at cargo and it seems that it requires the container to be installed on the local machine in order to be able to start or stop it. In my case I have Tomcat running on some machine with a known IP address and port number. I need to be able to send a shutdown command to that

RE: starting and stopping Tomcat from Java code

2005-12-14 Thread Oleg Lebedev
Stas, This looks like a great article, and will help me to get embedded Tomcat working. But how do I stop a running Tomcat instance from java? Thanks. Oleg -Original Message- From: Stas Ostapenko [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 4:28 PM To: Tomcat Users List

Reloading property object from property file

2005-12-14 Thread Mufaddal Khumri
I have a property file that I want to monitor for changes. If the property file changes, I want to reload the property object with the new properties from the property file without reloading my webapp. For doing this I have a written a utility class that wakes up every N seconds and checks to

Re: starting and stopping Tomcat from Java code

2005-12-14 Thread Wendy Smoak
On 12/14/05, Oleg Lebedev <[EMAIL PROTECTED]> wrote: > I am trying to configure, start and then shutdown Tomcat from my Java > class. No idea if it will do what you want, but that requirement made me think of Cargo: http://cargo.codehaus.org/ -- Wendy

RE: Tomcat 5 error 404

2005-12-14 Thread Bliesner, Christopher P
Good thinking...well the TC4 installation is currently not running...I've got the TC5 listening on port 8080 though... -Original Message- From: Warren Pace [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 4:40 PM To: Tomcat Users List Subject: RE: Tomcat 5 error 404 Just a s

RE: Tomcat 5 error 404

2005-12-14 Thread Warren Pace
Just a shot in the dark . . . is TC4 still listening on port 8080? On Wed, 2005-12-14 at 17:32 -0600, Bliesner, Christopher P wrote: > Yes, I will check on that...thanks for the direction and the link below > has the same 404 effect. > > -Original Message- > From: Caldarale, Charles R [m

RE: Tomcat 5 error 404

2005-12-14 Thread Bliesner, Christopher P
Yes, I will check on that...thanks for the direction and the link below has the same 404 effect. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 4:21 PM To: Tomcat Users List Subject: RE: Tomcat 5 error 404 > From: Bliesner, Chr

Re: starting and stopping Tomcat from Java code

2005-12-14 Thread Stas Ostapenko
Maybe this can help (Embed with Tomcat) ? http://www.vsj.co.uk/articles/display.asp?id=319 On 12/15/05, Oleg Lebedev <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to configure, start and then shutdown Tomcat from my Java > class. I am planning to have all the jars required by Tomcat on the >

RE: Tomcat 5 error 404

2005-12-14 Thread Caldarale, Charles R
> From: Bliesner, Christopher P > [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5 error 404 > > Not sure which one that is? Try this: http://:/manager/manager-howto.html > But Chuck, my other webapps run which I > copied straight over from Tomcat 4.1.12. Be careful there, because I think so

Re: How use the archives and a TomCat config question

2005-12-14 Thread Carl T. Dreher
Hi Charles, Thanks for the pointers. I tried something like this and was THIS CLOSE-><- but apparently didn't have the syntax right. Works fine now. -- Carl Dreher "Caldarale, Charles R" wrote: > > > Turn off listings in the global web.xml, and add and > tags to the web.xml files of each ap

RE: Tomcat 5 error 404

2005-12-14 Thread Bliesner, Christopher P
Not sure which one that is? But Chuck, my other webapps run which I copied straight over from Tomcat 4.1.12. The only problem with them is that I can't see any data, like maybe the servlet isn't talking or ? Sounds like the same 404 problem there as well... I sure appreciate your help though...

starting and stopping Tomcat from Java code

2005-12-14 Thread Oleg Lebedev
Hello, I am trying to configure, start and then shutdown Tomcat from my Java class. I am planning to have all the jars required by Tomcat on the classpath and I would like to be able to specify the port number and host using method calls. I would prefer not to ship Tomcat configuration files, suc

RE: Tomcat 5 error 404

2005-12-14 Thread Caldarale, Charles R
> From: Bliesner, Christopher P > [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5 error 404 > > Here is what I found there...looks okay..do you see anything? Nope, it all looks good to me. Does the regular manager app work? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHER

RE: inserting data (A weird problem)

2005-12-14 Thread Richard Mixon
Claudio, I'm sorry but I have a bit of trouble following your explanation (I just do not know your object model/domain well enough to follow the explanation). But I'm still wondering if this is not a problem of ill-formed JavaBeans. Are you aware of the rules for naming JavaBeans classes and thei

RE: Tomcat 5 error 404

2005-12-14 Thread Bliesner, Christopher P
Here is what I found there...looks okay..do you see anything? Manager /list Manager /sessions Manager /start Manager /stop Manager /install Manager /remove Manager /deploy Manag

RE: Tomcat 5 error 404

2005-12-14 Thread Caldarale, Charles R
> From: Bliesner, Christopher P > [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5 error 404 > > Here is the web.xml file..seems to be okay. Did you check the servlet-mapping entry? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for us

RE: Tomcat 5 error 404

2005-12-14 Thread Bliesner, Christopher P
Hi Chuck, Here is the web.xml file..seems to be okay. HTMLManager org.apache.catalina.manager.HTMLManagerServlet debug 2 Status org.apache.catalina.manager.StatusManagerServlet debug 0 And here is the Manager.xml: Context co

FW: Specifying an appBase on a shared disc

2005-12-14 Thread Svante Kumlien
-Original Message- From: Svante Kumlien Sent: Wed 12/14/2005 10:35 PM To: Tomcat Users List Subject: RE: Specifying an appBase on a shared disc Hi. I solved it on my XP machine by assigning the same account to the service as I´m using when logging in normally. Weird thing is that it d

RE: Tomcat 5 error 404

2005-12-14 Thread Bliesner, Christopher P
Hi Dave, Yes, a manager.xml exists in localhost. Plus, the 'manager' webapp does exist there. Very strange. -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 2:25 PM To: Tomcat Users List Subject: Re: Tomcat 5 error 404 Curious it isn't

RE: Tomcat 5 error 404

2005-12-14 Thread Caldarale, Charles R
> From: Bliesner, Christopher P > [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5 error 404 > > Here is the URL I'm trying: //eptest01:8080/manager/html > which uses the direct port. > > And I copied the same tomcat-users.xml from Tomcat 4.1.12 > which works great. There should be a file man

Re: Tomcat 5 error 404

2005-12-14 Thread David Smith
Curious it isn't mentioned at all -- not even as a deploy failure. Is there a manager.xml file in conf/Catalina/localhost? If it's missing, that could explain this behavior. Also check to see if the manager webapp is installed in server/webapps. --David Bliesner, Christopher P wrote: Dav

RE: Tomcat 5 error 404

2005-12-14 Thread Bliesner, Christopher P
David--Good idea and I've checked but there is not much there except the fact that certain web.xml's are not being loaded and some are. In the old Tomcat 4.1.12, the Local Admin host was created under the logs directory but not so in the new Tomcat 5. Chris Dec 14, 2005 11:44:14 AM org.apache.c

RE: Tomcat 5 error 404

2005-12-14 Thread Bliesner, Christopher P
Yes, Here is the URL I'm trying: //eptest01:8080/manager/html which uses the direct port. And I copied the same tomcat-users.xml from Tomcat 4.1.12 which works great. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 1:52 PM To: T

RE: Tomcat 5 error 404

2005-12-14 Thread Caldarale, Charles R
> From: Bliesner, Christopher P > [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5 error 404 > > I am currently using Tomcat 5.0.28 on Unix and I have been able to get > the Tomcat web up and running but when I select 'Status' or 'Tomcat > Manager', I get the following error: > > HTTP Status 4

Re: Tomcat 5 error 404

2005-12-14 Thread David Smith
You should be able to find more info for this problem in the logs. Catalina.out in particular should be able to shed some light. Take a look and post any relevant exceptions. --David Bliesner, Christopher P wrote: Hello, I am currently using Tomcat 5.0.28 on Unix and I have been able to g

Access Denied Error

2005-12-14 Thread Asad Habib
Hello. I am receiving the following error when trying to use the Struts HTML tag library. Has anyone experienced something similar? I have provided the stack trace below. Thanks. - Asad Dec 14, 2005 7:21:17 AM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for

Re: Tomcat 5 error 404

2005-12-14 Thread Bliesner, Christopher P
Hello, I am currently using Tomcat 5.0.28 on Unix and I have been able to get the Tomcat web up and running but when I select 'Status' or 'Tomcat Manager', I get the following error: HTTP Status 404 - /manager/html type Status report message /manager/html description The requested resource (/man

RE: administration applications install instructions

2005-12-14 Thread Caldarale, Charles R
> From: James T. Studebaker [mailto:[EMAIL PROTECTED] > Subject: Re: administration applications install instructions > > Used command "tar -xvf jakarta-tomcat-5.5.9-admin.tar" > to untar the archive file. No files were created on the > server/webapps directory. Admin app did not install. Did

Re: Problem with mod_jk Connector

2005-12-14 Thread Martin Gainty
Good Afternoon Michael The Tomcat ajp connector configuration available at http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html states that when the attribute forwardAll=true ALL requests go to tomcat to quote the doc a.. "forwardAll - If true, forward all requests to Tomcat. This helps ensu

Re: administration applications install instructions

2005-12-14 Thread James T. Studebaker
I downloaded jakarta-tomcat-5.5.9-admin.tar.gz. Used gunzip to get jakarta-tomcat-5.5.9-admin.tar. Used command "tar -xvf jakarta-tomcat-5.5.9-admin.tar" to untar the archive file. No files were created on the server/webapps directory. Admin app did not install. I am stuck again. Thank you

Re: Tomcat, IIS, Integrated Windows Authentication, and request.getRemoteUser()

2005-12-14 Thread Michael Neel
Okay, I found out that I needed the virtual directory pointing at the redirect dll to also have windows auth enabled. As a follow-up question, I went looking for documentation on this setup and other possible features there maybe I can use and couldn't find any. Does anyone have a link to redirec

Using OpenID for authentication.

2005-12-14 Thread Carl Howells
I'm working on a basic OpenID (, ) library for java. It is clear, however, that a simple OpenID library won't be too useful in the java world, unless there is additional code for making it easy to integrate into a servlet/JSP environment. I

RE: How to reload jsp using ant in Tomcat 5.5 - SOLVED

2005-12-14 Thread Guillermo Sobrino
After a lot of tries and searching in the web inspired by your comentaries I found a solution. I use this to deploy the webapp: and I have included in ${install.home}/META-INF a context.xml like this: Now I get that update jsp files in install.home get updated in Tomcat automatically

Re: multiple Tomcat5 service-how

2005-12-14 Thread Chris Lear
* Chris Pat wrote (14/12/05 17:25): > Hello > I have three sites I want to publish w/cc transactions > with Tomcat5. Is it possible to do it with one > installation of TC and three separate certificates and > three separate static IPs? > > I assume I would create three Services. However I > ca

multiple Tomcat5 service-how

2005-12-14 Thread Chris Pat
Hello I have three sites I want to publish w/cc transactions with Tomcat5. Is it possible to do it with one installation of TC and three separate certificates and three separate static IPs? I assume I would create three Services. However I cannot see where to hardcode in the specific IP and wh

RE: Normal behavior when autodeploying???

2005-12-14 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
No one has ran into this before? Or am I missing something obvious in the docs? == Scott Batchelor Web Services Administrator [EMAIL PROTECTED] (317)510-7389 -Original Message- From: BATCHELOR, SCOTT (CONTRAC

RE: How to reload jsp using ant in Tomcat 5.5

2005-12-14 Thread Wade Chandler
--- Guillermo Sobrino <[EMAIL PROTECTED]> wrote: > > I am using no context.xml so I do not set any > parameter, including antiResourceLocking. > > Thanks anyway. > >Guillermo > > > > > -Mensaje original- > > De: Jan Behrens [mailto:[EMAIL PROTECTED] > > Enviado e

Re: Problems ip based virtual hosting apache2+tomcat5.0.19

2005-12-14 Thread Chris Lear
* Jens Werdin wrote (14/12/05 15:28): > Hi all, > > I have an apache 2.0.49 with some ip based virual hosts. > What i try to do is giving each virtual host its own webapplication. > > Apache and tomcat are working. its working if I try with localhost. > when i try the ip address of a virtual host

Normal behavior when autodeploying???

2005-12-14 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
I have a tomcat 5.5.12 instance that has app.xml files under /conf/Catalina/localhost The docbase is pointing to a directory that is not under the Tomcat Base. The apps are working fine but when autodeploying the app will deploy but the corresponding app.xml file will be removed from /conf/Catali

RE: How to reload jsp using ant in Tomcat 5.5

2005-12-14 Thread Guillermo Sobrino
I am using no context.xml so I do not set any parameter, including antiResourceLocking. Thanks anyway. Guillermo > -Mensaje original- > De: Jan Behrens [mailto:[EMAIL PROTECTED] > Enviado el: lunes, 12 de diciembre de 2005 18:29 > Para: Tomcat Users List > Asunto:

Problems ip based virtual hosting apache2+tomcat5.0.19

2005-12-14 Thread Jens Werdin
Hi all, I have an apache 2.0.49 with some ip based virual hosts. What i try to do is giving each virtual host its own webapplication. Apache and tomcat are working. its working if I try with localhost. when i try the ip address of a virtual hosts i always get the answer. "no host matches server n

RE: tomcat userdir and context

2005-12-14 Thread Caldarale, Charles R
> From: bhaskar karambelkar [mailto:[EMAIL PROTECTED] > Subject: tomcat userdir and context > > But it seems that the webapps directory is a single web app > in itself and not a container for multiple webapps. Each immediate subdirectory of webapps contains an independent app, but not any deepe

RE: [OT] How to access webapps class path as env variable.

2005-12-14 Thread Caldarale, Charles R
> From: Markus Schönhaber [mailto:[EMAIL PROTECTED] > Subject: Re: How to access webapps class path as env variable. > > > System.getenv() does access environment variables, but > > its use is discouraged, since the API is deprecated. > > No, since 1.5 it isn't deprecated any more. Interesting

RE: Problem with mod_jk Connector

2005-12-14 Thread Michael Andreas Omerou
Hi Martin, Thanks for your message and I apologise for the late reply but I have been so busy with so many other things. Before I proceed with using forwardAll as you suggested I would like to ask you whether using forwardAll will still allow me to use JkUnmount. Thanks, Michael >-Original

Re: How to access webapps class path as env variable.

2005-12-14 Thread Markus Schönhaber
Caldarale, Charles R wrote: > environment variables. System.getenv() does access environment > variables, but its use is discouraged, since the API is deprecated. No, since 1.5 it isn't deprecated any more. Regards mks - To u

RE: Deploying in Tomcat 5

2005-12-14 Thread Caldarale, Charles R
> From: Sesha Shayan Nandyal [mailto:[EMAIL PROTECTED] > Subject: Deploying in Tomcat 5 > >I created an app.xml in the > $CATALINA_HOME/conf/Catalina/localhost/ sub-directory, > with the following settings: > crossContext="true" > privileged="true" antiResourceLocking="false" > anti

RE: How to access webapps class path as env variable.

2005-12-14 Thread Caldarale, Charles R
> From: marju jalloh [mailto:[EMAIL PROTECTED] > Subject: Re: How to access webapps class path as env variable. > > make an enviroment variable WEBAPPS-PATH in your profile > an call > String strDir = System.getProperty("WEBAPPS-PATH"); Besides being unnecessary, the above advice is simply w

RV: How to reload jsp using ant in Tomcat 5.5

2005-12-14 Thread Guillermo Sobrino
I have set "development" to true and "modificationTestInterval" to 0 but I can not get the file $CATALINA_HOME/webapps/mywebapp/test.jsp updated automatically by Tomcat. I change it in my install_home (outside Tomcat) from wich the webapp is deployed but Tomcat does not seem to realize that it

RE: How to access webapps class path as env variable.

2005-12-14 Thread andy gordon
If you need more than Chuck's suggestion, all the configuration information about webapps (i.e. directories where classes, files, and and documents live) is already available via Tomcat MBeans. This will eliminate the need for an environment variable and create flexibility. You can use JConsole

Deploying in Tomcat 5

2005-12-14 Thread Sesha Shayan Nandyal
Hello, I went through the documentation and I am still running into problems with deploying an app in Tomcat 5. I am tranisitioning from Tomcat 4.x to TC 5. I created an app.xml in the $CATALINA_HOME/conf/Catalina/localhost/ sub-directory, with the following settings:

Antwort: RE: Antwort: WEB APPS OUTSIDE TOMCAT ENV 5.X

2005-12-14 Thread Jan Behrens
Hi, your docBase does _not_ point to an external location as it is. It is therefore interpreted by Tomcat as a relative path with your standard webapps dir as basis, which of course will not work. As I said before, you need to point docBase to D:/JAVA/API. In turn, your path attribute should s

Re: How to access webapps class path as env variable.

2005-12-14 Thread Viorel Dragomir
Try better to put the ini into the classes folder or into your jar and use the getResource Viorel Dragomir . .. --- - Original Message - From: "marju jalloh" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesd

Re: inserting data (A weird problem)

2005-12-14 Thread Claudio Martn Veas
Hello all, and thanks for writing about my problem, I found the solution but Im note very confortable because I dont understand the reason why it fails. When this error started to show several times even if I tried the same thing a lot of times I started to think about the reason of all this err

Re: How to access webapps class path as env variable.

2005-12-14 Thread marju jalloh
make an enviroment variable WEBAPPS-PATH in your profile an call String strDir = System.getProperty("WEBAPPS-PATH"); Hope it helps Marju Saha Rabindra N <[EMAIL PROTECTED]> wrote: Hi, I am trying to access the webapps class path through some environment variable. Can you tell me

RE: Antwort: WEB APPS OUTSIDE TOMCAT ENV 5.X

2005-12-14 Thread Karthik
Hi Form [ Sorry for the font's] I exactly did the same as u told several times last week (some body mentioned this in the form) The application name is API under d:/JAVA/API and the application name is API.xml. Tomcat5.5.12 is throwing an error on the console screen as shown belo

Re: inserting data (A weird problem)

2005-12-14 Thread Jon Wingfield
Looking at the attached jsp I can see it does cto.setapellido(request.getParameter("apellido")); which is correct for the supplied bean code. As the NoSuchMethodError is occuring at runtime rather than at jsp compile time I would say you have probably changed the bean code since the jsp was las

Antwort: WEB APPS OUTSIDE TOMCAT ENV 5.X

2005-12-14 Thread Jan Behrens
Stil much the same, but as from TC5 onwards it is discouraged to place your context elements directly into your server.xml, you will have to put an appropriate .xml under /conf/// (e.g. conf/Catalina/localhost/). This should contain your context definition, and only that. Then you just have to

RE: inserting data (A weird problem)

2005-12-14 Thread Richard Mixon
If DB.contacto is a regular JavaBean, then maybe the method call should be "setApellido(...)", instead of "setapellido(...)"? HTH - Richard _ From: Claudio Veas [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 13, 2005 9:24 PM To: Tomcat Users List Subject: inserting data (A weird pr

Re: WEB APPS OUTSIDE TOMCAT ENV 5.X

2005-12-14 Thread Viorel Dragomir
1.Place the file in tomca/conf/Catalina/localhost/ instead of tomcat/conf There are things that were changed so you must take a look at the tomcat's webpage. 2.Always use lower case in email messages. Viorel Dragomir . .. -

WEB APPS OUTSIDE TOMCAT ENV 5.X

2005-12-14 Thread Karthik
HI FORM IN TOMCAT4.X EXTERNAL WEB APPLICATIONS CAN BE LOADED OUT OF TOMCAT ENV BY .XML FILE BE PLACED IN TOMCAT4.X/CONF/ HOW TO ACHIEVE THE SAME IN CASE OF TOMCAT5.X [ IS THIS FEATURE ABSENT FROM TOMCAT5.X ONWARDS ] WITH REGARDS kARTHIK --

Re: inserting data (A weird problem)

2005-12-14 Thread Jon Wingfield
This is how I read the error: There is no method with the signature void setapellido(String[] values) which (given your code sample) there isn't. Is the insertar.jsp doing something like contacto.setapellido(request.getParameterValues("name")); instead of contacto.setapellido(request.getParam

redirecting logging messages from a thread within a servlet

2005-12-14 Thread Bill Comer
I have a requirement that all servlets in an application to return immediately and with a standard response. Any processing needs to be done offline. I could have the servlet log the request to a database for a separate application to pick up. I do not want this solution as we have atleast 20 unas

Re: Too many sockets on mod_jk

2005-12-14 Thread Mladen Turk
Benjamin Cuthbert wrote: All I have an apache 1.3.37 and mod_jk 1.2.12 setup . When my apache connects to my Jboss tomcat server i see about 90 open socket connections. Is there a way to track how many sockets get opened in mod_jk, as this is happening for each client that logs onto the appl

Re: Tomcat 4.06, JK ISAPI redirector plugin 1.2.15.0, IIS 6.0 on Wind ows Server 2003 How To

2005-12-14 Thread Mladen Turk
Sue Roe wrote: Did you get any response to your question I wonder? We are looking at the same issues The most important thing is that after adding the filter to the 'Default Web Site' (like for IIS 5.x) you will need to add the Web Service Extension. Click on 'Web Service Extensions', and