Redeploy a war host without reboot

2005-09-13 Thread Andrea Bondi
this procedure: - undeploy the site from tomcat manager - restart tomcat - deploy the war file - restart tomcat Is there an easier way to do this? Thank you Andrea Bondi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Installing Tomcat 5.5 & viewing site to see if works

2005-08-04 Thread Andrea Becker
MAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Andrea Becker St. Olaf College ~ CEL 1520 St. Olaf Avenue Northfield, MN 55057 Ph: (507) 646-3268 Fax: (507) 646-3626 http://www.stolaf.edu/services/cel --

Re: How bind Tomcat to an IP address?

2005-08-04 Thread Andrea Senatore
sn't accept any connections. Either is my mistake or there is a configuration setting that forces Tomcat to accept connection only from localhost (e.g. a security option). However If you want I could post my Tomcat Configuration Files. Thanks, Andrea 2005/8/4, Justin Jaynes <[EMAI

How bind Tomcat to an IP address?

2005-08-03 Thread Andrea Senatore
can change the listening address through the field "address" of Connector in conf/server.xml. I tried this advice but nothing happens. Any suggestions? Thanks in advance, Andrea - To unsubscribe, e-mail: [EMAIL PROT

How bind Tomcat to an IP address?

2005-08-03 Thread Andrea Senatore
can change the listening address through the field "address" of Connector in conf/server.xml. I tried this advice but nothing happens. Any suggestions? Thanks in advance, Andrea - To unsubscribe, e-mail: [EMAIL PROT

Re: Make webapp jars downloadable

2005-07-08 Thread Andrea Aime
How do I get the right folder thought? Is there a environment variable I can read? Best regards and thank you for your support Andrea Aime - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Make webapp jars downloadable

2005-07-07 Thread Andrea Aime
ccess them. At the moment I've put the jars both in web-inf/lib and in the root, but this basically doubles the size of my application. This is not very nice since I have to upload it to a test server on my ISP and the upload connection is not very fast (ADSL line). Any solution? Best rega

Application configuration

2005-04-29 Thread Andrea Aime
gards Andrea Aime - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat multiple instancies

2005-03-01 Thread Andrea Anastasescu
Hello everybody, I need to run 2 different instacies of Tomcat 4.1. The instacies are different in both used common and shared jars and the webapplications. Is this managable? How? Thank you in advance, Andrea Anastasescu

R: Log on linux

2004-12-14 Thread Andrea Prandini
an application called logrotate. Sounds to me like you are either; Writing your logs to some place like /var/log You have a logrotate entry defined to rotate the files in your Tomcat Logging Directory (In Redhat, take a look at /etc/logrotate.d, and man logrotate) -Original Message---

Log on linux

2004-12-13 Thread Andrea Prandini
Hi, I've got some production enviorment installed on linux with Tomcat 5 and Tomcat 4.1. I've configured tomcat for logging as configured in the standard server.xml (using FileLogger) and everything works fine. My problem is that i find too many log files with the extension .gz. Seems that there's

Tomcat 5.0.28 not starting

2004-10-20 Thread Andrea Mennini
java.lang.reflect.Method.invoke(Unknown Source) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425) Caused by: java.lang.NullPointerException at org.apache.catalina.startup.Catalina.await(Catalina.java:619)

Re: Unable to find a javac compiler error

2004-10-19 Thread Andrea Mennini
'll do in the future) because usually mailing lists are set up to filter reply requests. I set it on by mistake but, if I would get from this list some valid email address to spam, it could be a good way to do it. Cheers -- Andrea ICQ:5459894 Reg

Re: Unable to find a javac compiler error

2004-10-19 Thread Andrea Mennini
Harald Henkel wrote: Dumb question: Did you install a Javac compiler ? This is included only in the J2SDK, not in the JRE. It's not dumb, but I have installed it. I have solver the problem by setting the CATALINA_HOME variable, although I don't understand why it works right now.

Re: Unable to find a javac compiler error

2004-10-19 Thread Andrea Mennini
:295) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) -- Andrea Mennini Cisco Certified Network Associate (CCNA (r)) ICQ

Unable to find a javac compiler error

2004-10-18 Thread Andrea Mennini
Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK === I've got a command line and typed %JAVA_HOME%\bin\javac, and javac is run. What am I doing wrong? TIA -- Andrea ICQ:5459894 Registered Linux User #24583

Where can I get mod_jk-2.0.42.so?

2004-10-12 Thread Brenner, Andrea
tions included apache 2 now asks for mod_jk-2.0.42.so. I installed the apache tomcat jk2 connector rpm, but this module file is not on the pc. Many thanks for your help in anticipation! Best Regards, Andrea - To unsubscribe, e

Re: Search engine friendly URLs

2004-10-03 Thread Andrea Polci
-- If you request the url "http://localhost/do/site/books/architecture"; and call the method: req.getPathInfo() you will get the String: "/site/book/architecture" Andrea -- Andrea Polci - To uns

Re: Search engine friendly URLs

2004-10-03 Thread Andrea Polci
1178 > > Altamonte Springs, FL 32701 > > http://www.conviveon.com > > [EMAIL PROTECTED] > > AOL IM: dovrosenberg > > (407) 339-1177 x102 > > (407) 339-6704 (fax) > > (800) 475-9890 > > (407) 310-8316 (cell) > > > > --

Manager Deploy without start

2004-10-01 Thread Andrea Polci
d the possibility to make some change to the code to do this. Unfortunatly I wasn't able to solve my problem. Can anyone help me? Thanks. Andrea -- Andrea Polci - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

RE: Too many open files on Solaris

2004-06-16 Thread McCorkle, Andrea Yeary
We are experiencing the same issue with our application. The application is accessed through a 2K box running Tomcat 4.0. The application itself resides on an AIX 5.21 box. The problem is sporadic. The only way our end users can get around it is to exit the application and log back in. -Ori

RE: security permissions

2004-04-20 Thread Andrea Powles
The program is called WEKA its a Java application that runs data through machine learning algorithms I am trying to write the otput of that program into a file. The OS I am running is XP Professional. Thanks in advance Andrea Powles Mark Thomas <[EMAIL PROTECTED]> wrote: > OK. Ne

RE: security permissions

2004-04-18 Thread Andrea Powles
er program from my webapp. Anyone have an idea as wo why not? Thanks in advance Andrea Powles Mark Thomas <[EMAIL PROTECTED]> wrote: > Where are you trying to run the external program? On the tomcat server or > on the > client talking to the server? > > If on the server

Re: security permissions

2004-04-16 Thread Andrea Powles
Thanks, I tried this but it doesn't seem to work, don't know what I'm doing wrong? Andrea Powles Jeanfrancois Arcand <[EMAIL PROTECTED]> wrote: > > > Andrea Powles wrote: > > >Hi Tomcatusers, > > > >I wish for one of my web apps in Tomcat

security permissions

2004-04-15 Thread Andrea Powles
ruddis. Thanks in advance Andrea Powles - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

upload file

2003-12-02 Thread andrea antibo
Hi, my question is if you know if there are problems on file upload using cos.jar under tomcat 4.1.x, because I have a project that work fine on tomcat 4.0.6 but it goes broke on tomcat 4.1.x or under jboss-tomcat.4.1.x. thx

Tomcat as a service

2003-11-12 Thread Andrea Stefanini
how to proceed for installing my Tomcat as a service? Thank you.   Andrea Stefanini [EMAIL PROTECTED] Diretto + 39-50-7687.27

SSL-Tomcat

2003-10-15 Thread Pirti Andrea (SPES)
Hello everyone, i have a problem , with Tomcat 4.1.18 and jvm IBMJava2-141. I opnend connector https, but during startup processing i have this exception: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorI

tomcat 4.118 + apache 1.3 + mod_jk

2003-03-18 Thread andrea antibo
Hi, I have a tomcat 4.06 that work fine with apache 1.3 and mod_jk, now i'd like to work with tomcat 4.118, but it doesn't work. Whan i call jsp pages i get this error : internal server error I have this config files: on httpd.conf -- LoadModule jk_module /usr/lib/apache/1.3/mod_jk.so AddMo

archive

2003-03-17 Thread andrea antibo
Hi, where i can look for archive of this list for the last year? http://mikal.org/interests/java/tomcat/ is to march 2002 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Performance Issue

2003-02-21 Thread Andrea Papotti
At 04.42 21/02/2003 +, you wrote: Now I commented all my logic inside while loop of rs.next() then also its taking around 4 min (250 sec) to just loop through records. are you really sure that the time is spent in the rs.next() loop; try to remove the loop and check timings. Seems to me th

tomcat 4.06

2003-01-16 Thread Andrea Cristofanini
(HttpProcessor.java:1125) at java.lang.Thread.run(Thread.java:536) regard Andrea - - Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

tomcat4.0.6

2003-01-15 Thread Andrea Cristofanini
Hi there! i'm getting this error - Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Problem with oracle CLOB and connection pooling

2003-01-09 Thread Andrea . Ferrando
ordFromId(NoteADO.java:68) at it.marconimobile.businessapplication.portale.application.macaddress.InserisciNota.start(InserisciNota.java:59) at it.marconimobile.businessapplication.portale.application.macaddress.pjb.MainPortalClass.start(MainPortalClass.java:69) ... 39 more What is the problem? Thans in advance fo

Re: problem tomcat-postgresql datasource

2002-11-21 Thread Andrea . Ferrando
It works !!! Thank you andrea Remove the sql validation parameter, or actually give it a sql statement to use. And in this add auth="Container" so that it looks like Took me a while to figure out the validation bit. -- To unsubscribe, e-mail: <mailto:[EM

problem tomcat-postgresql datasource

2002-11-21 Thread Andrea . Ferrando
Any suggestion will be appreciated. Thanks Andrea This is a few lines from my server.xml: validationQuery maxWait 5000 maxActive 4 password password

Autoreload of .war archives on Tomcat 4.0

2002-10-29 Thread Andrea Carpani
ing tomcat) and have tomcat reload the application: is this possible? Thanks. -- - .a.c. - Andrea Carpani - <[EMAIL PROTECTED]> http://www.vitaminic.[it|com|co.uk|de|es|fr|nl|se|dk|ie] http://www.peoplesound.com http://www.iuma.com http://www.zipmind.it http://www.france

Question regarding long running web applications

2002-10-28 Thread Dick, Andrea
tive and free up tomcat requests for additional processing? (Apparently it is possible with Microsoft IIS and its Isapi interface.) I've been searching for an answer to my question and haven't been able to find it. I'm hoping someone might have the answer or a recommendation for me. Thanks, Andrea Dick

tomcat and ssl

2002-10-11 Thread Rau, Andrea
at java.lang.reflect.Method.invoke(Method.java:324) (although the created keystores can be viewed by the keytool.) Can you help me? thank you and regards, Andrea Rau -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

ajp13 threads blocking

2002-08-19 Thread Andrea Carpani
he apache web server and everything seems to run fine for another 12 h or so. I've had tomcat running under a java profiler and it looks like the ajp13 threads are all "blocked" when things go wrong. Is this a known bug? Thanks. -- - .a.c. - Andrea Carpani - <[EMAIL PROTEC

Re: Alias question

2002-07-08 Thread Andrea
[EMAIL PROTECTED] -- To unsubscribe, e-mail: For additional commands, e-mail:

tomcat question

2002-01-24 Thread Andrea Mari
Hi, if in a jsp file i Use a "response.sendRedirect()", the path of servername becomes http://hostname:0/context/ What's up? Andrea -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

How to capture authentication errors

2002-01-21 Thread Andrea Cervellati
Hi, I'm using JBoss and Tomcat to develop my web application. I have a security domain and the user must authenticate itself to access the restricted area. I'm using the DatabaseServer login module and I have defined the necessary tables. I want to display an error page when the user is not

Help configuring Tomcat4.01 and Apache1.3.20 to run servlets

2001-11-13 Thread Andrea Pessotto
t;warp" "Host: sbilf.diegm.uniud.it Port:8008 Address:127.0.0.1 (Connected) Server ID: 105383986" Can someone help me please? Thanks! - Andrea Pessotto Via Casasola, 6 33097 Spilimbergo, PN ITALY Mail: [EMAIL PROTECTED] -

Help configuring Tomcat4.01 and Apache1.3.20 to run servlets

2001-11-13 Thread Andrea Pessotto
ot;warp" "Host: sbilf.diegm.uniud.it Port:8008 Address:127.0.0.1 (Connected) Server ID: 105383986" Can someone help me please? Thanks! - Andrea Pessotto Via Casasola, 6 33097 Spilimbergo, PN ITALY Mail: [EMAIL PROTECTED] -

Integrate Apache 1.3.20 and Tomcat 3.2 in Win2k

2001-11-12 Thread Andrea Pessotto
tarted tomcat first, then apache but I obtained errors... Did I need some apache modules to integrate them? Someone could give me detailed instructions? ----- Andrea Pessotto [EMAIL PROTECTED] -

Re: Ajp13 error

2001-07-23 Thread Andrea
OK, forget it I've forget these lines in the server.xml andrea At 06.23 24/07/2001 +0200, you wrote: >HI, >I'm testing tomcat 323 on my Freebsd machine and I've some problem with >ajp13 protocol. In the mod_jk.log log file I've this error

Ajp13 error

2001-07-23 Thread Andrea
blem but I dont know why andrea

jdbc

2001-07-16 Thread Andrea Mari
Hi, how can I escape automatically the query strinng when it contains invalid character as ' or \ ? I know that in php there is a directive that do it. Can you help me? Andrea

Re: Configuring tomcat+Apache on different machines

2001-07-12 Thread Andrea
have to restart apache on the other otherwise apache can't serve jsp and servlet. andrea At 16.27 12/07/2001 +0530, you wrote: >hi, > >I want to run apache and tomcat on different machines. > > >machine 1(111.100.1.1) : Apache >static files in :/htdocs/mydocs > >m

Re: Problem with cookie

2001-07-02 Thread Andrea
Hi After some test I have this problem ... if I browse my pages from the same machine everything works fine. If I try to browse the same pages from another pc, no cookies are set!!! Somebody have any idea why this happens? andrea >At 11:46 AM 6/29/2001 -0600, you wrote: > >

Re: Problem with cookie

2001-06-29 Thread Andrea
er problem with the 3.2.2: it hangs on my production sometimes while the previous version did not. I let you know my test. andrea At 11:46 AM 6/29/2001 -0600, you wrote: >Have you looked at the message header (not really sure if that's the real >name) to see if any cookies are c

Problem with cookie

2001-06-29 Thread Andrea
s are set! Is there a bug or there is something I'm wrong???? thanks andrea

Re: multipart/form-data&tomcat 3.2.2 problem

2001-06-29 Thread Andrea
I had the same problem. Someone told me to use mod_jserv instead of mod_jk and it works fine andrea At 01:12 PM 6/29/2001 +0100, you wrote: >On Friday 29 June 2001 11:01, you wrote: > > Hello, > > > > I have written a page to upload files.The problem is > > altho

session and url rewriting

2001-06-07 Thread Andrea Mari
ml session having this two sections in the same web application? Thanks Andrea

Re: Connector

2001-05-30 Thread Andrea Mari
Thanks to all!

Big problems to run my application on tomcat3.3m3

2001-05-29 Thread Woynar Andrea
e thanks Andrea

Connector

2001-05-28 Thread Andrea Mari
Hi, I've a simple question. If I use Tomcat 3.2.1 with Apache, can I disable the http connector on port 8080 without any problems? I'm not sure. Thanks Andrea

Re: virtual host

2001-05-23 Thread Andrea Mari
configure Tomcat and Apache? Thanks Andrea - Original Message - From: "Martin van den Bemt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 11:56 PM Subject: RE: virtual host > What's the use of making virtual hosts in tomcat then? (if th

virtual host

2001-05-22 Thread Andrea Mari
Hi, I've 2 virtual hosts: xxx.doamin.com and yyy.domain.com, configured in server.xml (Tomcat 3.2.1) and httpd.conf (Apache 1.3.x). Can I share the WEB-INF directory between these two virtual hosts? Thanks Andrea

jsp and servlet

2001-05-10 Thread Andrea Mari
Hi, in a jsp page I have an object with scope application. Can I use this object from a servlet? Thanks Andrea

Re: instanciate a servlet when tomcat starts

2001-05-09 Thread Andrea Mari
You can use the web.xml file under conf directory. This file is very simple. Try it! By Andrea

auto generation files

2001-05-09 Thread Andrea Mari
How can I turn off auto gneration files? Thanks Andrea

tomcat on netware documentation

2001-03-02 Thread Andrea Caltroni
Is there any document about installing Tomcat on Netware? Thank you all! PS I'm sorry for posting this message on the tomcat developer mailing list. It was an accident! a

Jakarta NT Service: how to execute several Tomcat instances

2001-02-15 Thread Fontanelli Andrea
ent name" ? Do we have to rename the jk_nt_service to two different names or execute jk_nt_service - I (with two different name of service/path of wrapper.properties) is enough? Do you have any examples we could follow to reach our goal ? Thanks in advance for your

Virtual Hosting

2001-01-29 Thread Andrea Bertone
Can anyone forward an example of setting up Tomcat for Virtual Hosts for .jsp pages. I figure it's something with server.xml. I use Apache for web server.   Thank you, Andrea

RE: server.xml help (i think)

2001-01-24 Thread Andrea Bertone
Nevermind... I think I got it! -Original Message- From: Andrea Bertone [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 2:55 PM To: [EMAIL PROTECTED] Subject: RE: server.xml help (i think) I tried this and it is now looking for the jsp pages at /opt/tomcat/home/user/domain

RE: server.xml help (i think)

2001-01-24 Thread Andrea Bertone
I tried this and it is now looking for the jsp pages at /opt/tomcat/home/user/domain/htdocs/file.jsp I have been playing with it and reading like a mad woman and can't figure it out. Please help. Andrea -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Beha

server.xml help (i think)

2001-01-24 Thread Andrea Bertone
spect it is the server.xml file. Am I right? and if so what and how do I change it?   I appreciate your help immensely.   Thank you, Andrea     Search Engine Optimization Bertone Advertising, Inc.   ph. 562.404.7300 fax 562.623.0027 www.bertoneadvertising.com  

Tomcat's started, now what

2000-12-01 Thread Andrea Bertone
I got Tomcat started... what's the next step.   I have approximately 100 Virtual Hosts... I want to run jsp on 5 of them. I use apache and want to continue to use apache for static pages. What do I do next? Please help... so frustrated.     Andrea Bertone www.bertoneadvertising.c

Installation

2000-11-27 Thread Andrea Bertone
re any user friendly installation instructions. I get so lost with the Users Guide on jakarta.apache.org.   Can anyone help?       Andrea Bertone

RE: Tomcat and UltraDev

2000-11-21 Thread Andrea Bertone
errors...I have connected to the database from the MySQL win32 client... so I knowthat part works... I just can't get UD configured. Does that make sense?   Andrea -Original Message-From: RV Tobin [mailto:[EMAIL PROTECTED]]Sent: Tuesday, November 21, 2000 10:08 AMTo: [EMAIL P

RE: Tomcat and UltraDev

2000-11-21 Thread Andrea Bertone
is NOT jsp 1.1, only 1.0 ! If you're using ODBC-JDBC, go to their site and download the patch.     Dom - Original Message - From: Andrea Bertone To: [EMAIL PROTECTED] Sent: Tuesday, November 21, 2000 5:03 AM Subject: Tomcat and Ult

Tomcat and UltraDev

2000-11-20 Thread Andrea Bertone
Is anyone out there using UltraDev to develop jsp pages. I am trying to set the run-time connection to no avail.. I have Tomcat installed on my Linux server and have a database built with MySQL.   Please, can someone help... I wanna cry.     Andrea Bertone www.bertoneadvertising.com ph