Fw: Tomcat on Windows: advantages of running as a service?

2005-10-12 Thread Tom Burke
Thanks to Peter and other who made this, in retrospect, obvious suggestion! I'm pleased to say it works perfectly. Tom Burke - Original Message - From: "Peter Crowther" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, October 12, 2005

Tomcat on Windows: advantages of running as a service?

2005-10-12 Thread Tom Burke
ommand prompt? The server is dedicated to tomcat, by the way. Tom Burke - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RemoteAddrValve not working for admin and manger apps

2005-09-28 Thread Tom . Guthrie
Hello: Sorry if this has been addressed already but I am having difficulty adding remote host valves to my manager and admin web apps in Tomcat 5.0.30 on Win2K . Adding a valve to manager.xml or simply uncommenting the example remote host valve for the admin web app in the admin.xml does not w

Re: Configure multiple number of aliases / sub-domains

2005-09-22 Thread Tom Burke
a Windows system you'll find it in: [windir]\System32\Drivers\Etc In Linux/Unix I think it's still in /etc ; I remember frantically editing /etc/hosts on many systems in the past! So this is all a part of server-name resolution within networking, not Tomcat. Tom - Original M

Re: tomcat restart ptoblem

2005-09-21 Thread Tom Burke
he various Tomcat logs. Tom - Original Message - From: "mukesh" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Wednesday, September 21, 2005 1:57 PM Subject: RE: tomcat restart ptoblem Hi Tom, Its WindowsServer 2003 Standard Edition. Regards

Re: tomcat restart ptoblem

2005-09-21 Thread Tom Burke
What's the system? Windows, Linux/Unix? Tom - Original Message - From: "mukesh" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 21, 2005 11:12 AM Subject: tomcat restart ptoblem Hi friends, I have installed Tomcat 5.5. It was working fine b

Re: Virtual Hosts

2005-09-16 Thread Tom Burke
ddress. But I'm not getting the jsp to run! - I just get a 'page unavailable' response. There are no errors in the startup log so I think it must be that Tomcat doesn't know where to look for the welcome.jsp, which suggests that specifying appbase = "webapps/some_host"

Re: Virtual Hosts

2005-09-16 Thread Tom Burke
as well as this one. Obviously there's something I'm not understanding... Tom Burke - Original Message - From: "Mahesh S Kudva" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, September 16, 2005 2:00 PM Subject: Re: Virtual Hosts This s

Re: INDEX.JSP in webapps/ROOT

2005-08-24 Thread Tom Spence
GREAT! It works! Also many thanks for giving the URl about web.xml that I am going to learn how to use. David Delbecq <[EMAIL PROTECTED]> wrote:Le Mercredi 24 Août 2005 14:58, Tom Spence a écrit : > > Hello... > > I understand that TomCat's front page (index.jsp) tha

INDEX.JSP in webapps/ROOT

2005-08-24 Thread Tom Spence
Hello... I understand that TomCat's front page (index.jsp) that I can't change it cuz it is precompiled. I want to change something on my own website from index.jsp to index.html? Also I am trying to learn (of course I am newbie) how to change in web.xml in ROOT/WEB-INF. I appreciate your a

Re: WebDav on Port 80

2005-08-22 Thread Tom Spence
On 5.5.9... * Go to webapps/webdav/WEB-INF * Edit web.xml Go to bottom and fix... index.html After I fixed, still not work... Tom Kyle <[EMAIL PROTECTED]> wrote: On 5.5.9, I can get http://localhost/webdav/index.html to serve up the webdav home page. If I ju

Error log

2005-08-18 Thread Tom Spence
Hi... Any idea why I got error message while I go to ADMIN page? Aug 18, 2005 8:52:39 AM org.apache.struts.action.RequestProcessor processMapping SEVERE: Invalid path /login was requested But while I am using ADMIN page which is no problem... Any idea. I appreciate your assist... Tom

RE: TomCat 5.5.9 - 8443

2005-08-17 Thread Tom Spence
e a charm for me. -Original Message- From: Tom Spence [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 9:23 AM To: Tomcat Users List Subject: Re: TomCat 5.5.9 - 8443 Can I use ikeyman or keytool or both? Cuz, I need to use SSL like 8443 so bad... Paul Kimbrel wrote: Something I forgot to m

Re: TomCat 5.5.9 - 8443

2005-08-16 Thread Tom Spence
And don't change it - until you've gotten down the road and figure out >how all that works. I tried it once, and things got reallys screwed up. > >But once, you get that up and running, you should be gold! > >--PK > >On 8/15/2005, "Tom Spence" wrote: > >&g

Re: TomCat 5.5.9 - 8443

2005-08-15 Thread Tom Spence
loading for forever... Paul Singleton <[EMAIL PROTECTED]> wrote: Tom Spence wrote: > I can open > > http://localhost:8080 > > but, can't open > > https://localhost:8443 > > Any idea why? > > Of course I did uncomment at 8443 area in server.xml and

TomCat 5.5.9 - 8443

2005-08-15 Thread Tom Spence
I can open http://localhost:8080 but, can't open https://localhost:8443 Any idea why? Of course I did uncomment at 8443 area in server.xml and set up by using keytool. Nothing happened. (__[TomCigar]___~~~

IBM IHS and TOMCAT 5.5.9

2005-08-09 Thread Tom Spence
Hi, I plan to use TOMCAT 5.5.9 for http server but my supervisor wants me to use HTTP Server. I am done for set up with HTTP Server so how can HTTP Server redirect to TOMCAT? I apprecaite your assist... Tom

Re: R: JSTL Question

2005-08-09 Thread Tom Spence
Hi, I plan to use TOMCAT 5.5.9 for http server but my supervisor wants me to use HTTP Server. I am done for set up with HTTP Server so how can HTTP Server redirect to TOMCAT? I apprecaite your assist... Tom

Error msg after catalina.sh run

2005-08-09 Thread Tom Spence
I am using AIX 5.2, TC 5.5.9, JAVA 1.4 I am working on 8443 (443) but got an error and how can I solve this problem? Using CATALINA_BASE: /usr/local/jakarta-tomcat Using CATALINA_HOME: /usr/local/jakarta-tomcat Using CATALINA_TMPDIR: /usr/local/jakarta-tomcat/temp Using JRE_HOME: /usr/

HTTP Server and TC 5.5.9

2005-08-08 Thread Tom Spence
Hello everyone... My supervisor wants me to work on tomcat 5.5.9 instead of websphere. So I am working on it now which is my first time. I hope you guys help me. SMILE!!! Am I required to use HTTP Server first before tomcat, correct? I appreciate your assist... Tom (__[TomCigar

Help: IndexOutOfBoundsException using JMX management

2005-08-05 Thread Tom
Hi, I want to monitore and manage my tomcat instance using JMX. I use tomcat-5.4.4 and a JDK-1.5 under suse linux. I do the actions specified in the official documentation (Monitoning and managing tomcat). ~/bin/startup.sd export CATALINA_OPTS="-Dcom.sun.management.jmxremote \

Re: Hi...

2005-08-03 Thread Tom Spence
What about jakarta-tomcat-5.5.10.tar.gz? Or I should use 5.5.9? Markus Schönhaber <[EMAIL PROTECTED]> wrote: Am Mittwoch, 3. August 2005 17:51 schrieb Markus Schönhaber: > gunzip -c jakarta-tomcat-5.5.9.tar.gz | tar -x Exchange "jakarta-tomcat-5.5.9.tar.gz" to the actual name of the file you w

Hi...

2005-08-03 Thread Tom Spence
Hello I am rookie... I plan to download the source but it can't open by using tar command while I am using AIX 5.2. Should I download binary file? I apprecaite your help... Tom Spence

Re: Having problem posting to the group

2005-08-01 Thread Tom
Maybe you subscribed with an alias (a different email address than you reply-to that also arrives in the same mailbox)? Tom Ikonne, Ike wrote: Hi all, Could anyone explain to me why I can't post to [EMAIL PROTECTED] I get the following error message when I make a post to the

Cannot create JDBC driver of class - help!!

2005-08-01 Thread Anish Tom Ashley
Hi, I'm trying to create a struts based application which tries to access MySQL dB using mysql-connector-java-3.1.10 connector. I'm having problem with my getConnection() code. The following error is occurring. org.apache.commons.dbcp.SQLNestedException: Cannot crea

illogical redirect on Tomcat 4.1

2005-07-31 Thread Tom
with the physical files... Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem Running Tomcat on Russian MS Windows

2005-07-28 Thread Tom
to run on Russian MS Windows? First have to understand the problem before an answer can be given. 2) Is there any other solution which allows me to run JSP off Russian MS Windows? There are other Servlet/JSP implementations, like Resin, Oracle, BEA,

Compile error in v5 but not v4

2005-07-27 Thread Tom Willson
this to run in Tomcat 5 or am I faced with refactoring this application? Thanks, Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

302 for missing files?

2005-07-27 Thread Tom
come from? - And how can Tomcat know a valid Location for the 302? The same application in production but then with Apache running before Tomcat, returns a correct 404. Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: Embedded Tomcat & SSL

2005-05-31 Thread tom ONeill
the client and expects the client to send a certificate so I updated my code by adding the line IntrospectionUtils.setProperty(httpConnector, "clientauth", "false"); This hasnt resolved my problem but Im sure Ill figure it out eventually. Thanks for all your help. Tom

Re: Embedded Tomcat & SSL

2005-05-31 Thread tom ONeill
Protocol", "TLS"); IntrospectionUtils.setProperty(httpConnector, "keypass", "changeit"); IntrospectionUtils.setProperty(httpConnector, "keystore", "C:/Documents and Settings/tom/.keystore");

Re: Embedded Tomcat & SSL

2005-05-31 Thread tom ONeill
Protocol", "TLS"); IntrospectionUtils.setProperty(httpConnector, "keypass", "changeit"); IntrospectionUtils.setProperty(httpConnector, "keystore", "C:/Documents and Settings/tom/.keystore");

Embedded Tomcat & SSL

2005-05-31 Thread tom ONeill
connector = new Connector(); connector.setScheme("https"); connector.setSecure(true); // FIXME SET SSL PROPERTIES } ////

Can not get Tomcat 5.5.x (specifically 5.5.9) to recompile modified jsp

2005-05-26 Thread Tom Autera
xpoweredBy false 1 Tom Autera Yamaha Motor, Cypress (714) 761-6146

Re: apache-tomcat-mod_jk-ssl

2005-05-24 Thread Tom Holmes Jr.
. Tom faisal wrote: hi guyz i ve just configured to use my tomcat 5.5.x running on win2k machine with apache web server 2.0.49 running on fedora core 2 machine. my application are running perfectly well. infact i m noticing a certain level of increase in

Re: Tomcat/Apache/JK(2)?

2005-05-20 Thread Tom Holmes Jr.
uch appreciated, and if you need any more information from me, please let me know. Thanks. Tom Tom Holmes Jr. wrote: I agree I should work with the files first to see if I can get it to work. I used the sample workers.properties file from Tomcat 5.5 in order to create my

Re: Tomcat/Apache/JK(2)?

2005-05-19 Thread Tom Holmes Jr.
a bit more. I mean I got the LoadModule working, but it looks like I need to add some Jk commands like JkMount to my httpd.conf file. So, I am playing with that now. I might need your files as a sample, but I'll work on this on my own for a little while. Thanks very much.

Re: Tomcat/Apache/JK(2)?

2005-05-18 Thread Tom Holmes Jr.
same directions you used, and I am sure I will get it also. Thanks for giving me hope that it can be done! Now I just have to get past those sample files also. Thanks again! Tom Darryl Wilburn wrote: Tom, I have Tomcat 5.5.7, Apache 2.0.54, JRE 1.5.0_03

Tomcat/Apache/JK(2)?

2005-05-18 Thread Tom Holmes Jr.
s, Google is my friend), but I only get bits and pieces of the whole, I was looking for anything more comprehensive. Thanks for any help you guys can provide!

Commons-modeler

2005-04-29 Thread Tom Grassia
instructions to resolve this, or at least point me in the right direction? Thanks, --Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Multiple Security Providers with Tomcat

2005-04-18 Thread Tom Bednarz
configuration exemple? Many thanks for your help. Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: webapps/MYAPP/* removed

2005-04-12 Thread Tom A
David, We have seen this before when accidentally leaving a old context descriptor in $tomcat_home/conf/Catalina/localhost/ This happened after we created a context.xml inside the WAR and forgot to delete the old one. Tom. On Tue, 12 Apr 2005 15:25:50 +0100, "Pawson, David" <[EM

JasperException, JSP calling wrong overloaded method

2005-03-23 Thread Tom Bryan
ation. Are overloaded setters like this supported? If so, any pointers on where to turn next to troubleshoot this problem? I've killed a day on it, and I'm out of ideas. I'm hoping that I've just misconfigured something that's easy to overlook in my Tomcat installatio

SSL Question

2005-03-01 Thread Reis, Tom
I have a quick question about SSL. If I am already running SSL on a server with a certificate imported into a .keystore file and I create a new certificate will it automatically overwrite the .keystore file by creating a new one or does it just add the info into the existing .keystore fi

tomcat manager application access

2005-02-24 Thread tom 12345
Hi, We have a requirement to allow the manager application of tomcat to be accessed only from the local machine, it should not be accessed from remote. What are the possible ways to achive this. Can we specify filter request in the manager application context as below Will it only allo

Tomcat 5.0.28 and ssl

2005-02-22 Thread Reis, Tom
I have set a Tomcat 5.0.28 server with jsdk 1.4.2_04. I had setup the keystore and imported the received certificate from verisign. I have configured the Tomcat server to use SSL and it shows the certificate is valid but it says the name on certificate does not match the site. I look at

Help on config JNDI datasource for DB2

2005-02-22 Thread tom chen
Hello All, Can some show how to set db2 jndi datasource in tomcat 5.5.7. DB2 and tomcat all in windows XP. tomcat can talk to db2 with direct jdbc connection. Why it is so hard for db2? Thank you very much! --tom - Do you Yahoo!? Yahoo

Re: Tomcat 5.5.7 cannot connect to mysql datasource - what changed?

2005-02-22 Thread Tom A
cs to make sure I'm right but I can't see anything under the 5.5 documentation :-S Hope this helps Tom. On Mon, 21 Feb 2005 07:32:29 -0700, Richard Mixon (qwest) <[EMAIL PROTECTED]> wrote: > > -Original Message- > From: Richard Mixon (qwest) [m

Can't do log rotation on windows

2005-02-14 Thread Cervenka, Tom
never did doodly squat. I know I’m not the only one that’s had trouble doing this on windows as I’ve seen other notes to list about it. I posted a note a while back (attached) but no response. Is it because no one runs tomcat on windows?   -Tom --- Begin Message --- Title: Tomcat 4 logging on

Fw: can't deploy Cocoon DependencyCheck Failed

2005-02-05 Thread Tom Sparks
- Original Message - From: "Tom Sparks" <[EMAIL PROTECTED]> To: Sent: Saturday, February 05, 2005 1:40 PM Subject: can't deploy Cocoon DependencyCheck Failed > help me > Can't deploy Cocoon on tomcat 5.5 > " > 5/02/2005 13:12:18 > org.apac

RE: logging remote IP address

2005-01-28 Thread Cervenka, Tom
to do is best solved by using cookies? What is it that you are trying to do? Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: My very first servlet cannot be run

2005-01-28 Thread Cervenka, Tom
Change ACTION="/test.Log4jTester" to ACTION="/log4j" -Original Message- From: Van Den Bemt, Patrick (P.) [mailto:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 2:08 AM To: tomcat-user@jakarta.apache.org Subject: FW: My very first servlet cannot be run Hi there, I have got an issue

Tomcat 4 logging on Windows

2005-01-27 Thread Cervenka, Tom
logging. Looking at the server.xml one would believe that this is already configured: But this doesn't seem to do anything. -Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat belches out megabytes of white space during log rotation

2005-01-26 Thread Cervenka, Tom
re this is relevant info. -Tom Cervenka

Re: Cannot solve error - No Host name matches server name. Apache 2.0.52, Tomcat 5.5.7

2005-01-25 Thread Tom Kennelly
server name. Apache 2.0.52, Tomcat 5.5.7 > Tom Kennelly wrote: > > I switched the host name and alias as suggested below, recycled both Tomcat > > and Apache and received the same error. > > Did you set all the permissions correctly? > Is your vhost

Re: Cannot solve error - No Host name matches server name. Apache 2.0.52, Tomcat 5.5.7

2005-01-25 Thread Tom Kennelly
solve error - No Host name matches server name. Apache 2.0.52, Tomcat 5.5.7 > Tom Kennelly wrote: > > I am running Apache 2.0.52, Tomcat 5.5.7 (and have tested with Tomcat > > 5.5.4 as well) and mod_jk is 1.28. All of these major components were > > download in binary mo

Re: Cannot solve error - No Host name matches server name. Apache 2.0.52, Tomcat 5.5.7

2005-01-25 Thread Tom Kennelly
y 25, 2005 2:18 PM Subject: Re: Cannot solve error - No Host name matches server name. Apache 2.0.52, Tomcat 5.5.7 > Tom Kennelly wrote: > > I am running Apache 2.0.52, Tomcat 5.5.7 (and have tested with Tomcat > > 5.5.4 as well) and mod_jk is 1.28. All of these major compon

Re: Cannot solve error - No Host name matches server name. Apache 2.0.52, Tomcat 5.5.7

2005-01-25 Thread Tom Kennelly
ror - No Host name matches server name. Apache 2.0.52, Tomcat 5.5.7 > Tom Kennelly wrote: > > I am running Apache 2.0.52, Tomcat 5.5.7 (and have tested with Tomcat > > 5.5.4 as well) and mod_jk is 1.28. All of these major components were > > download in binary mode (no comp

Cannot solve error - No Host name matches server name. Apache 2.0.52, Tomcat 5.5.7

2005-01-25 Thread Tom Kennelly
I am running Apache 2.0.52, Tomcat 5.5.7 (and have tested with Tomcat 5.5.4 as well) and mod_jk is 1.28. All of these major components were download in binary mode (no compiling on any component) to run on my Fedora system. Just to clarify both Apache and Tomcat are running on the same machi

How do you log with verbosity?

2004-11-10 Thread Cervenka, Tom
The component has a verbosity attribute but the ServletContext.log method doesn't. Now LoggerBase.log does. How do I access this object from a servlet or jsp? -Tom Cervenka University of Illinois - To unsubscribe, e

Connecting to Apache

2004-11-01 Thread Kralidis,Tom [Burlington]
do this, and have found pointers to mod_jk and mod_jk2, but not much else in terms of documentation. Any hints or helpers, given the server versions above, would be much appreciated. Thanks ..Tom = Tom Kralidis Systems Scientist Environment Canada Tel: +01-905-336-4409

RE: usebean not working --Accessing Bean From JSP -- irritating problem

2004-09-23 Thread Vekemans Tom
Close your jsp:setProperty tags properly: /> instead of > Tom -Original Message- From: Dinesh Keesara [mailto:[EMAIL PROTECTED] Sent: vendredi 24 septembre 2004 6:48 To: [EMAIL PROTECTED] Subject: jsp:usebean not working --Accessing Bean From JSP -- irritating problem the followin

Tomcat courses

2004-09-23 Thread Reis, Tom
Do anyone know of any facility in the Illinois area that has technical training for Tomcat.Thanks.

RE: Oracle Driver and JDBC-ODBC still refuses to load

2004-09-23 Thread Vekemans Tom
As Yoav pointed out, this doen't work if you want to use/set up datasources. In that case you should put the driver jar in $CATALINA_HOME/common/lib/ Tom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: jeudi 23 septembre 2004 15:55 To: Tomcat Users

RE: Oracle Driver and JDBC-ODBC still refuses to load

2004-09-23 Thread Vekemans Tom
e the (application-server-wide-available) datasource. The jar file should be in $CATALINA_HOME/common/lib/ Good luck, Tom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: jeudi 23 septembre 2004 15:32 To: Tomcat Users List Subject: RE: Oracle Driver and JDBC

RE: Oracle Driver and JDBC-ODBC still refuses to load

2004-09-23 Thread Vekemans Tom
Thank you Yoav :-) To set up a datasource on Tomcat (container provided connection pooling) the following link might help: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples -howto.html Tom Vekemans -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED

RE: Access web from behind a proxy

2004-09-23 Thread Vekemans Tom
Hi Andras, Sounds great, I will give it another shot ;-) Tom -Original Message- From: Andras Balogh [mailto:[EMAIL PROTECTED] Sent: jeudi 23 septembre 2004 15:01 To: Tomcat Users List Subject: Re: Access web from behind a proxy Hello Tom, Where do you set these parameters? We

RE: Oracle Driver and JDBC-ODBC still refuses to load

2004-09-23 Thread Vekemans Tom
Hi, My suggestion: package your application the J2EE way. Create a .war file with in it a WEB-INF directory. Put your web.xml under WEB-INF, your classes in WEB-INF\classes (including the package structure) and your jars (driver classes) under WEB-INF\lib Tom -Original Message- From

RE: Access web from behind a proxy

2004-09-23 Thread Vekemans Tom
Hi Andras, You understood my problem allright. I have tried to set those parameters but it still didn't work, so I was posting the question to see if there were other things that I should look at. Anyway, thank you for your reply. Kind Regards, Tom Vekemans -Original Message-

RE: Classloading, jar-files in shared/lib works only when webapp is placed in $CATALINA_HOME/webapps (tomcat 5.0.28)

2004-09-23 Thread Vekemans Tom
What happens if you put the jar file(s) in %yourWebApp%/WEB-INF/lib? Tom Vekemans -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: jeudi 23 septembre 2004 14:25 To: Tomcat Users List Subject: Classloading, jar-files in shared/lib works only when webapp is

RE: small but complex problem -jsp.error.badaction when accessing a bean from a jsp

2004-09-23 Thread Vekemans Tom
You will have another error for your usebean tag: it should end with /> instead of > Tom -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: jeudi 23 septembre 2004 13:59 To: Tomcat Users List Subject: Re: small but complex problem -jsp.error.badaction when acc

RE: small but complex problem -jsp.error.badaction when accessing a bean from a jsp

2004-09-23 Thread Vekemans Tom
root cause in your stacktrace that should tell you more specifically what went wrong (like a NullPointerException or some other kind of exception). In any case, it has nothing to do with Tomcat if you ask me. Tom -Original Message- From: Dinesh Keesara [mailto:[EMAIL PROTECTED] Sent: jeu

RE: design patterns

2004-09-23 Thread Vekemans Tom
t all depends on the problem that you are trying to solve. A good site explaining the J2EE design patterns is this one: http://java.sun.com/blueprints/patterns/ Check out the "Core J2EE Patterns" link for J2EE patterns. Tom Vekemans -Original Message- From: Aris Javier [

Access web from behind a proxy

2004-09-23 Thread Vekemans Tom
a way to tell Tomcat to use that proxy for outbound calls, but I don't get it to work. I can find a lot of documentation on Tomcat+Proxy but it all talks about Tomcat being the destination of the requests. In my case, it is the origin... Does anyone have any ideas? Thanks in advance,

Re: How to create/run a Java Service on UNIX

2004-09-10 Thread Tom Simons
Are you just looking for Unix to start a daemon every time it boots? That's typically done via a shell script, which accepts "start" & "stop" arguments (sometimes "start_msg" & "stop_msg", too). These scripts are in /etc/init.d (/sbin/init.d for HPUX), and there are corresponding links in /etc/rc

How do I read only the XML data in doPost(req,res)?

2004-08-31 Thread tom ly
d any Java methods which will return only the data part of the request. How can I do this? Thanks, Tom - Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now.

How do I read only the XML data in doPost(req,res)?

2004-08-31 Thread tom ly
d any Java methods which will return only the data part of the request. How can I do this? Thanks, Tom - Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now.

Re: [OT] How do I send and receive raw XML data(not SOAP) to and from Tomcat

2004-08-30 Thread tom ly
Duh haven't slept for 48 hours and forgot about servlets. Thanks a lot for reminding me! -Tom QM <[EMAIL PROTECTED]> wrote: On Mon, Aug 30, 2004 at 01:36:40PM -0700, tom ly wrote: : : I'm familiar with using AXIS webservices to send SOAP-XML to Tomcat and back. But ho

How do I send and receive raw XML data(not SOAP) to and from Tomcat

2004-08-30 Thread tom ly
I'm familiar with using AXIS webservices to send SOAP-XML to Tomcat and back. But how do i receive a request and send a response with raw XML data so that I can then parse the request with SAX? Thanks so much, Tom - Do you Yahoo!? Win

How can I display number of requests over the past n seconds?

2004-07-29 Thread tom ly
do so that I can show number of request over past time intervals? Since the present time is always changing, "the past n seconds" is constantly changing also. Thanks in advance, Tom __ Do You Yahoo!? Tired of spam? Yahoo! Mail ha

Tomcat 5.0.25 default page

2004-07-23 Thread Reis, Tom
Is there a way to change the default page that comes up when you type in the server url to come up with a JSP application's welcome page instead on the Tomcat welcome page or in there a redirection parameter in Tomcat. I have a server that is only running the one application and would like for i

Re: Authentication method 'DIGEST'

2004-07-12 Thread Tom Burke
What kind of Windows environment are you in? I think you've got to be a NT or Active Directory domain. Tom Burke - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 12, 2004 2:28 PM Subject: Authentication method 'DIGEST'

Re: JK-Connector 1.2.x on IIS6 ?

2004-07-12 Thread Tom Burke
ironment. This is with JK_2 2.04. Tom Burke - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 12, 2004 10:27 AM Subject: JK-Connector 1.2.x on IIS6 ? Hello, We run a TomCat4-Farm with JK-Connector's 1.2.x on IIS6 Frontends. We c

Re: Integrating Tomcat and IIS

2004-07-09 Thread Tom Burke
jk2.properties - but none of these on its own seemed to make a difference. Hopefully I can spend some time today stepping back one difference at a time until I find what breaks it, then I'll mail that finding to the list. Tom Burke - Original Message - From: "Tom Burke" &l

Re: Integrating Tomcat and IIS

2004-07-07 Thread Tom Burke
gest both on this list. For me I know that the default > web app has worked but that if I had both it failed. Other than that I'd > suggest that you let us know whether or not you get the green arrow, and if > so then what errors you're seeing after that.

Integrating Tomcat and IIS

2004-07-07 Thread Tom Burke
lly, I was following this set of instructions: https://www.rit.edu/~ack5504/tomcat-iis6-howto/narantugs-sengee-guide.html Tom Burke - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Integration of IIS and Tomcat

2004-07-05 Thread Tom Burke
cted upon - I now have a new logfile called localhost_examples_jsp_log. But I'm still not getting .jsp pages served by IIS. Can anyone advise any further action I can take, or places to look? Tom Burke - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: I've officially decided that JSTL is one of the worst things to ever happen to mankind

2004-07-04 Thread Tom K
everyone discovered that maintaining Fat clients was a total nightmare. Now we use java and the client is a browser, is it better? Yea, probably, but it could be simpler if all browsers worked the same. Use the technology that fits your needs. Tom K. -Original Message- From: Ivan Jouikov

RE: how to check if a String is empty?

2004-06-24 Thread Tom K
ing. Think about it. Tom Kochanowicz -Original Message- From: Frank Zammetti [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 12:27 PM To: [EMAIL PROTECTED] Subject: Re: how to check if a String is empty? Depends I guess :) I personally find the use of a "magic number"

log4j:WARN No appenders could be found

2004-06-17 Thread Tom K
I am using Tomcat 5.0.19 and I get the “log4j:WARN No appenders could be found” error on startup. I have a log4j-1.2.8.jar file in my apps /lib director. Should the log4j.properties file be in the same directory? TIA Tom K. --- Outgoing mail is certified Virus Free. Checked by AVG anti

Tomcat 4.1.30 and IIS 6.0

2004-06-16 Thread Reis, Tom
I am using the AJP13 connector with Tomcat 4.1.30 and IIS 6.0 (Windows 2003 server) and I am receiving the following errors. The application appears to be running fine. Any ideas. Wed Jun 16 14:50:22 2004] [jk_ajp_common.c (738)]: ERROR: can't receive the response message from tomcat, network pr

RE: How can I access a file located in WEB-INF

2004-06-16 Thread Tom K
bapps\toa\WEB-INF on my development machine), so you can easily >open it then. > >If you just use the above to get the path to a path (i.e., you want the >fully-qualified path to WEB-INF in the current webapp, but not a specific >file), you will need to append a file separator cha

RE: How can I access a file located in WEB-INF

2004-06-16 Thread Tom K
File dir = new File("directoryName"); String[] children = dir.list(); if (children == null) { // Either dir does not exist or is not a directory } else { for (int i=0; imailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 2:15 AM To: Tomcat Users List Subject: H

RE: Database connection problems after redeploying war

2004-06-14 Thread Tom . Williams
Go to this URL: http://jakarta.apache.org/site/mail2.html#Tomcat and click the "Unsubscribe" link and follow the instructions. Peace Tom

RE: Database connection problems after redeploying war

2004-06-12 Thread Tom . Williams
Sweet! Thanks for the info! Peace Tom "Chad Boyd" <[EM

Re: Database connection problems after redeploying war

2004-06-11 Thread Tom . Williams
Any ideas for solving this would be greatly appreciated. Peace... Tom "Chad Boyd"

RE: Execute servlet at an interval.

2004-06-11 Thread Tom K
Try Quartz http://www.quartzscheduler.org/quartz/ Tom Kochanowicz -Original Message- From: Gabi [mailto:[EMAIL PROTECTED] Sent: Friday, June 11, 2004 2:03 AM To: [EMAIL PROTECTED] Subject: Execute servlet at an interval. Hello, I'm going to migrate a Resin to Tomcat application

RE: unable to connect to mysql db on localhost

2004-06-08 Thread Tom K
Are you using the latest connectorJ version? If so change org.gjt.mm.mysql.Driver to com.mysql.jdbc.Driver Tom Kochanowicz -Original Message- From: ilasno [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 9:34 PM To: [EMAIL PROTECTED] Subject: unable to connect to mysql db on

RE: Problem in inserting word document into database as a blob object under tomcat server

2004-06-07 Thread Tom K
I see you are using an Oracle database. String text; while(re.next(){ dbBlob = (oracle.sql.BLOB)rs.getBlob(1) } text = dbBlob.getSubString(1,((intdbBlob.length())); Why not use a CLOB if it's text. Now you are my wife. Tom K. -Original Message- From: Thang

RE: How to know if platform is Windows or Linux from jsp?

2004-06-02 Thread Tom . Williams
: was Tom Williams/HQ/dssi received by

  1   2   3   4   5   6   >