Re: going nuts here

2005-04-20 Thread John Najarian
In HTML use the 'alt' feature with the 'img' tag. -Original Message- From: Didier McGillis [EMAIL PROTECTED] Sent: Apr 20, 2005 2:35 PM To: tomcat-user@jakarta.apache.org Subject: going nuts here I want to see if an image exists I dont want red x's yet I cant seem to get the real path to

Archive?

2005-04-18 Thread John Najarian
Is there an archive of the questions and replies? If so where? What is the URL. Thank you, John Najarian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: localhost ok - how I set up in a real host?

2005-03-17 Thread John Najarian
Set a hostname up in etc/hosts and access it. -Original Message- From: QM [EMAIL PROTECTED] Sent: Mar 17, 2005 12:31 PM To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: localhost ok - how I set up in a real host? On Thu, Mar 17, 2005 at 05:24:12PM -0300, [EMAIL

Re: Looking for Java programmers

2005-03-02 Thread John Najarian
I'll send you my resume Saturday, I'm on vacation. -Original Message- From: Manish Poddar [EMAIL PROTECTED] Sent: Mar 2, 2005 2:59 PM To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Looking for Java programmers I am looking for 1-2 mid level Java programmers for a job in

Re: Installation problems on Windows

2005-03-01 Thread John Najarian
Just to double check. Your 'path' env var includes an entry like: c:\j2sdk1.4.2_07\bin - (some people forget the \bin) and your java_home env var is like: c:\j2sdk1.4.2_07 -Original Message- From: [EMAIL PROTECTED] Sent: Mar 1, 2005 11:59 AM To: Tomcat Users List

Re: Installation problems on Windows

2005-03-01 Thread John Najarian
JRE1.5.0_01 JDK1.5.0_01 Sun\AppServer\JDK\JRE (this is J2EE 1.4) Steve -John Najarian [EMAIL PROTECTED] wrote: - To: Tomcat Users List tomcat-user@jakarta.apache.org From: John Najarian [EMAIL PROTECTED] Date: 2005-03-01 12:22PM Subject: Re: Installation problems on Windows Just

Re: Installation problems on Windows

2005-03-01 Thread John Najarian
You've probably tried these but have you downloaded tomcat again? Perhaps in the download the Installer got fouled up. Is tomcat running when you try to install? If so stop it. I installed tomcat5.28 with XP running sp2 Good luck, John -Original Message- From: [EMAIL PROTECTED]

Re: Installation problems on Windows

2005-03-01 Thread John Najarian
Jason, go to the tomcat site and look how to remove the tomcat service. You'll do it on a command line. -Original Message- From: [EMAIL PROTECTED] Sent: Mar 1, 2005 3:04 PM To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: Installation problems on Windows Jason,

Re: Service automatically shuts down on Windows Server 2003

2005-02-25 Thread John Najarian
Hi, I had a similar problem on winblows 2000 server a while ago, I had installed tomcat to ...\Tomcat 4.1\ and I had to reinstall it to ...\Tomcat_4.1\ and all worked fine. On winblows, spaces in variables in CLASSPATH, PATH... tend to cause problems and the killer is, not on every

Re: unable to install Tomcat on Win2000 using installer (exe)

2005-02-16 Thread John Najarian
Sounds like you have an incorrect setting in the ENV variables maybe, which file type are opened by which application perhaps. I just did this, installed tomcat on W2K server as a service a little while ago problem free. -Original Message- From: Dennis Pierson [EMAIL PROTECTED] Sent:

OT: Version control tool

2005-02-07 Thread John Najarian
Does anyone know a good version control tool for code management that is free? Also, a bug tracking application would be nice also. These need to be run on Windows. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Version control tool

2005-02-07 Thread John Najarian
Thanks Matt, I should have said I don't want to limit this to Java. -Original Message- From: Dale, Matt [EMAIL PROTECTED] Sent: Feb 7, 2005 10:27 AM To: Tomcat Users List tomcat-user@jakarta.apache.org, John Najarian [EMAIL PROTECTED] Subject: RE: Version control tool Eclipse

Re: [OT] Advertising website

2005-01-28 Thread John Najarian
That's been the experience we have at work also. But keep in mind, I work for a small company so we don't have a lot of resources. -Original Message- From: epyonne [EMAIL PROTECTED] Sent: Jan 28, 2005 11:33 AM To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: [OT]

Re: Jboss vs. tomcat with IIS

2005-01-26 Thread John Najarian
No, tomcat is a jsp/servlet container. JBoss is a full blown application server. Tomcat doesn't support EJBs JBoss does. If all you want is JSP/Servlets and a webserver, tomcat will work. -Original Message- From: Warron French [EMAIL PROTECTED] Sent: Jan 26, 2005 2:36 PM To:

RE: localhost:8080 only

2005-01-05 Thread John Najarian
Try editing your etc/hosts file. -Original Message- From: D Lee [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 3:21 PM To: tomcat-user@jakarta.apache.org Subject: localhost:8080 only Hi all, I am new comer. I have installed Tomcat 5.0 successfully, it shows me the

RE: Looking for a few good books

2004-12-30 Thread John Najarian
O'Reilly is the 1 I've used and like. -Original Message- From: Charles P. Killmer [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 10:02 AM To: Tomcat Users List Subject: Looking for a few good books I am in need of some good books for developing solid JSP code. There are a

RE: Newbie question on Database and struts

2004-12-23 Thread John Najarian
Hi Manisa, I'm not sure what you mean by 'create array of databeans'. Your result set contains multiple rows, your bean should be able to return the entire result set. Why do you need an array of a bean? -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent:

RE: Tomcat server - Strange problem - stuck like anything

2004-12-21 Thread John Najarian
This sounds like you have a process or user locking things. I would restart the entire machine. Then try everything again. -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 5:56 PM To: [EMAIL PROTECTED] Subject: Tomcat server - Strange

RE: Mysql: Cannot create JDBC driver

2004-11-29 Thread John Najarian
Hi Carlos, I have my mysql-connector-java-3.0.0.15-ga-bin.jar located in: c:\tomcat\common\lib However, I also have it in c:\j2sdk1.4.2_03\lib. I think I put it there as an initial test of MySQL. My $CATALINA_HOME is defined as c:\tomcat, what is your CATALINA_HOME defined as?

RE: Mysql: Cannot create JDBC driver

2004-11-29 Thread John Najarian
:42 AM To: John Najarian Cc: Tomcat Users List Subject: Re: Mysql: Cannot create JDBC driver My $CATALINA_HOME is defined as: C:\Program Files\Apache Software Foundation\Tomcat\ On Mon, 29 Nov 2004 07:08:02 -0800, John Najarian [EMAIL PROTECTED] wrote: Hi Carlos, I have my mysql-connector

RE: Mysql: Cannot create JDBC driver

2004-11-27 Thread John Najarian
Carlos, did you check that the MySQL driver is in the path? -Original Message- From: Carlos Bracho [mailto:[EMAIL PROTECTED] Sent: Saturday, November 27, 2004 4:58 PM To: Tomcat Users List Subject: Mysql: Cannot create JDBC driver Hello everybody. I am writting you because I get this

RE: new to Tomcat..

2004-10-07 Thread John Najarian
Did you use the admin or manager tool to check if it's available? -Original Message- From: Vivek Behal [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 10:39 PM To: [EMAIL PROTECTED] Subject: new to Tomcat.. Hi, I am new to tomcat. I've installed tomcat 5.0.28 on my

RE: new to Tomcat..

2004-10-07 Thread John Najarian
. -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 12:32 PM To: 'Tomcat Users List' Subject: RE: new to Tomcat.. Did you use the admin or manager tool to check if it's available? -Original Message- From: Vivek Behal [mailto:[EMAIL

RE: Tomcat Compiling Error - Form Based Authentication

2004-10-03 Thread John Najarian
This may be an 'out there' question for your problem but which versions Of Tomcat, jdk jre are you using? I could be that you've got a mismatch. -Original Message- From: Omar Adobati [mailto:[EMAIL PROTECTED] Sent: Sunday, October 03, 2004 10:24 AM To: Tomcat Users List Subject: Re:

RE: Tomcat Compiling Error - Form Based Authentication

2004-10-03 Thread John Najarian
:[EMAIL PROTECTED] Sent: Sunday, October 03, 2004 11:25 AM To: Tomcat Users List Subject: Re: Tomcat Compiling Error - Form Based Authentication Tomcat: 5.0.18 JDK jre: 1.4.2 O.S.: Linux ther's anything wrong? - Original Message - From: John Najarian [EMAIL PROTECTED] To: 'Tomcat Users

RE: Tomcat Compiling Error - Form Based Authentication

2004-10-03 Thread John Najarian
On the windows box I'm using: - Tomcat 5.0.28 - JDK jre: 1.5.0 beta every help is wellcome! - Original Message - From: John Najarian [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Sunday, October 03, 2004 8:45 PM Subject: RE: Tomcat Compiling Error - Form Based Authentication

RE: Problem: Tomcat 5.0.28 + Oracle 10g.

2004-10-03 Thread John Najarian
What OS, Tomcat version? I run MySql on XP and put the connector jar file in: CATALINA_HOME\common\lib I don't use the CATALINA_ROOT environment variable. I added to the CLASSPATH variable CATALINA_HOME\common\lib\connector.jar. All worked fine. -Original Message- From: Vikash Kodati

RE: Tomcat Question - HELP

2004-10-01 Thread John Najarian
Can all you people take this bitching contest elsewhere? My 9 year old knows better than to keep this up. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 4:37 PM To: Tomcat Users List Subject: RE: Tomcat Question - HELP Let me

RE: A new problem!

2004-09-30 Thread John Najarian
Could you put an entry in the etc/hosts files. -Original Message- From: Bedrijven.nl [mailto:[EMAIL PROTECTED] Sent: Friday, April 30, 2004 5:39 AM To: 'Tomcat Users List' Subject: RE: A new problem! use http://machinename:8080 -Oorspronkelijk bericht- Van: hoseinjany

RE: Question from a newbie! Please pardon me!

2004-09-30 Thread John Najarian
Check your environment variables. CATALINA_HOME c:\tomcat or wherever you installed tomcat Seem you have this set properly CLASSPATH c:\j2sdk1.4.2_03;c:\tomcat\common\lib\servlet-api.jar;c:\tomcat\common\lib\j sp-api.jar;c:\tomcat\common\lib\tools.jar;. There are different ways to do this but

RE: Cannot start Tomcat

2004-09-29 Thread John Najarian
Why are you setting CATALINA_BASE? Is this something new in 5.28? I thought this wasn't required if you set CATALINA_HOME. I run 5.27 I only set CATALINA_HOME. Which version of the JRE do you have installed? -Original Message- From: Big Chiz [mailto:[EMAIL PROTECTED] Sent:

RE: Norton AntiVirus and False Positives In Tomcat

2004-09-27 Thread John Najarian
I assume you are using the version of Norton that isn't an 'Enterprise' solution. Norton will do this to some of the files Tomcat installs as well as the JavaScript files. We got around this by having the Anti Virus software run on a different server routing traffic. Also, we've found McAfee is

RE: [OT}getting started

2004-09-26 Thread John Najarian
Eugene, This is off topic. We ran applications with Access. This is for some side work we (a couple of friends I) we experienced substantial degradation as the Access database grew. We ported the database to MySql just this weekend and already the response has improved measurably. The

RE: API docs for Mysql JDBC Driver?

2004-09-23 Thread John Najarian
Hi Chuck, Here is another link you might find useful. http://www.cs.nott.ac.uk/TSG/manuals/databases/mysql/jdbc/apidoc/ -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 7:49 AM To: LIST: Tomcat User Subject: API docs for Mysql JDBC

Installing the MySql jdbc driver on XP?

2004-09-23 Thread John Najarian
I am trying to install the JDBC driver on an XP box to use it with a driver manager in Tomcat and to use it as stand alone for simple tests. I find the MySql installation documentation fragmented and difficult to follow. Any ideas would be appreciated. Thanks in advance.

RE: Installing the MySql jdbc driver on XP?

2004-09-23 Thread John Najarian
installing a JDBC driver, especially if it is a type 4. Just copy the JAR file to WEB-INF/lib if you want to use the driver within your webapps, or just add the JAR to your CLASSPATH if you want to run it standalone look for JDBC tutorials Filip - Original Message - From: John Najarian

RE: API docs for Mysql JDBC Driver?

2004-09-23 Thread John Najarian
I tired looking this up also. The best I could come up with is to compare the java.sql APIs and the mysql limitations. Here is a URL for that: http://www.cs.nott.ac.uk/TSG/manuals/databases/mysql/jdbc/mm.doc/ -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED] Sent:

RE: Installing the MySql jdbc driver on XP?

2004-09-23 Thread John Najarian
... there are many examples of using DriverManager... search the web. Sorry I cant be of more help but my code uses connection pooling and you need to find and understand the use of DriverManager in its most basic form. Original Message Follows From: John Najarian [EMAIL PROTECTED] Reply

RE: Suggestion: A dedicated TOMCAT forum!

2004-09-21 Thread John Najarian
while setting classpatch. In my classpath i inculded all the jars which are under C:\Tomcat\common\lib folder. Thanks a lot From: John Najarian [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Suggestion: A dedicated TOMCAT

RE: Unable to start tomcat server

2004-09-21 Thread John Najarian
Hi Suresh, I installed Tomcat in C:\Tomcat My Catalina_home environment variable is: c:\tomcat Java is installed at C:\j2sdk1.4.2_03 My Catalina_home environment variable is: C:\j2sdk1.4.2_03 This more or less corresponds to yours. Let's check a few other environment variables.

RE: Unable to start tomcat server

2004-09-21 Thread John Najarian
Sorry Suresh, I forgot to put this in the last reply. Does the user you are trying to start Tomcat have admin privs? You might be trying to access something the account isn't permissioned for. Real basic, no wonder I didn't think of it before. Try doing this as the administrator. If

RE: Unable to start tomcat server

2004-09-21 Thread John Najarian
Great point Cary, I overlooked forgot that. Because we run separate servers for all our different apps we don't use that functionality. -Original Message- From: Cary Conover [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 6:45 PM To: Tomcat Users List Subject: Re: Unable to

RE: Tomcat vs BEA Weblogic?

2004-09-20 Thread John Najarian
JBoss is having trouble becuase there is another freeware/shareware application server from part or all of the original developer group that developed JBoss. I wish I could recll the name I want to say genuity but I'm not sure. As far as JBoss going away I don't know -Original Message-

RE: Tomcat vs BEA Weblogic?

2004-09-20 Thread John Najarian
: Dennis Dai [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 5:47 PM To: Tomcat Users List Subject: Re: Tomcat vs BEA Weblogic? That's Geronimo - another Apache project. On 9/20/2004 5:03 PM, John Najarian wrote: JBoss is having trouble becuase there is another freeware/shareware

RE: Suggestion: A dedicated TOMCAT forum!

2004-09-20 Thread John Najarian
What OS are you running? Windows? Have you checked the logs? They're under: C:\{tomcat installation}\logs -Original Message- From: Suresh Akula [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 8:30 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Suggestion: A

RE: Tomcat vs BEA Weblogic?

2004-09-19 Thread John Najarian
I have to agree with epyonne. JBoss has lousy documentation doesn't have good support. Tomcat is a very fine JSP/Servlet container. There isn't anything it can't do. -Original Message- From: Bjørn T Johansen [mailto:[EMAIL PROTECTED] Sent: Sunday, September 19, 2004 4:32 PM To:

RE: Tomcat vs BEA Weblogic?

2004-09-19 Thread John Najarian
Not so when going to a full blown application server vs a JSP/Servlet container. I've worked with iPlanet, Sun's application Server(built on iPlanet) JBoss. JBoss is a PIA when compared. Poor documentations few resources. -Original Message- From: Big Chiz [mailto:[EMAIL PROTECTED]

A little offbeat question

2004-09-16 Thread John Najarian
I tried to run a program I thought would but it doesn't. This is on a windows XP platform. Everything compiled well but I get this error: Exception in thread main java.lang.NoClassDefFoundError: HelloWorld/class So I went back and tried a no brainer 'HelloWorld' This is the code. /** *

RE: A little offbeat question

2004-09-16 Thread John Najarian
One more thing, tomcat was running fine. -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 12:01 AM To: [EMAIL PROTECTED] Subject: A little offbeat question I tried to run a program I thought would but it doesn't. This is on a windows

RE: A little offbeat question

2004-09-16 Thread John Najarian
: Re: A little offbeat question Frist tell me what you are trying do this code with tomcat ? Best Regards, Meena. ~ -- Life is a festival ... Celebrate it ... -- - Original Message - From: John Najarian To: 'Tomcat

RE: A little offbeat question

2004-09-16 Thread John Najarian
should include c:\j2sdk1.4.2_03 -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 3:03 PM To: 'Tomcat Users List' Subject: RE: A little offbeat question One more thing, tomcat was running fine. -Original Message- From: John

RE: A little offbeat question

2004-09-16 Thread John Najarian
tell me what you are trying do this code with tomcat ? Best Regards, Meena. ~ -- Life is a festival ... Celebrate it ... -- - Original Message - From: John Najarian To: 'Tomcat Users List' Sent: Thursday, September 16

RE: A little offbeat question

2004-09-16 Thread John Najarian
if it is standalone. then set your classpath to - where your HelloWorld.class resides. And then try it out. Best Regards, Meena. ~ -- Life is a festival ... Celebrate it ... -- - Original Message - From: John Najarian

RE: A little offbeat question

2004-09-16 Thread John Najarian
of 'java ... HelloWorld.class' :-) Regards, Martin John Najarian [EMAIL PROTECTED] schrieb am 16.09.2004, 09:00:52: I tried to run a program I thought would but it doesn't. This is on a windows XP platform. Everything compiled well but I get this error: Exception in thread main

RE: RE: A little offbeat question

2004-09-16 Thread John Najarian
bother with classpath environment, but (with the class in your current directory) simply run 'java -cp . HelloWorld'. Would really surprise me if it didn't work. John Najarian [EMAIL PROTECTED] schrieb am 16.09.2004, 09:32:18: That's what I did. When I was first learning Java that 1 bit me

RE: Home page Administration and Manager links

2004-09-15 Thread John Najarian
Pam, In the C:\Tomcat\conf\tomcat-users.xml file you might have to add user such as: user username=admin password=* fullName=admin roles=admin,standard/ See if this works. -Original Message- From: Pamela Stangl [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004

RE: How many connections can be made to Tomcat on Windows?

2004-09-14 Thread John Najarian
No, it doesn't mean that(although it was funny). What it means is to run Unix/Linux. Winblows sux! -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 10:10 AM To: Tomcat Users List Subject: Re: How many connections can be made to Tomcat on

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

2004-09-10 Thread John Najarian
. -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 8:35 PM To: 'Tomcat Users List' Subject: RE: How to create/run a Java Service on UNIX It's very easy to launch a Java daemon in Linux/Unix. It used to be difficult require some JNI programming

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

2004-09-09 Thread John Najarian
Do you want to run this as a daemon? -Original Message- From: Daxin Zuo [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 2:11 PM To: Tomcat Users List Subject: How to create/run a Java Service on UNIX I neeed to create a service on UNIX.( The program is in Java. this service

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

2004-09-09 Thread John Najarian
: John Najarian [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 2:59 PM To: 'Tomcat Users List' Subject: RE: How to create/run a Java Service on UNIX Do you want to run this as a daemon? - To unsubscribe, e-mail

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

2004-09-09 Thread John Najarian
Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 2:59 PM To: 'Tomcat Users List' Subject: RE: How to create/run a Java Service on UNIX Do you want to run this as a daemon

Trouble getting examples to work

2004-09-05 Thread John Najarian
Im trying some of the examples from the http://java.sun.com/developer/technicalArticles/javaserverpages/JSP20/ site. Trying the 1 below the error message I get: Anyone have any ideas? Thanks HTTP Status 500 - type Exception report message description The server

RE: Trouble getting examples to work

2004-09-05 Thread John Najarian
=GET -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Sunday, September 05, 2004 8:24 AM To: 'Tomcat Users List' Subject: Trouble getting examples to work I'm trying some of the examples from the http://java.sun.com/developer/technicalArticles/javaserverpages

RE: [tomcat] Removing a service from XP

2004-09-04 Thread John Najarian
PROTECTED] wrote: This might not be the answer to your question, but then you can keep the service and just configure it not to start automatically (like, if you want to start tomcat from the batch files provided). José Ernesto Echeverría -Original Message- From: John

RE: Tomcat 5 service on windows

2004-09-04 Thread John Najarian
But Tomcat isn't listed as an installed program on 2K or XP and I imagine on any other winbloze platform. I had a similar problem and running: Tomcat/bin/service.bat remove did the trick. Check if Tomcat5.28 runs with your jdk. I read you're using jdk1.4.1_05. Check that you might need a newer

RE: Newbie help w/ORielly examples

2004-09-03 Thread John Najarian
Recomiliing didn't help. Has anyone got any ideas? Thanks. -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 2:56 PM To: 'Tomcat Users List' Subject: RE: Newbie help w/ORielly examples I've restarted a few times. I'll see if I can

RE: Newbie help w/ORielly examples

2004-09-03 Thread John Najarian
: do the Tomcat examples run? Yoav Shapira Millennium Research Informatics -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 1:20 PM To: 'Tomcat Users List' Subject: RE: Newbie help w/ORielly examples Recomiliing didn't help. Has anyone

RE: Newbie help w/ORielly examples

2004-09-03 Thread John Najarian
03, 2004 12:57 To: Tomcat Users List Subject: RE: Newbie help w/ORielly examples Hi, Are you trying the Tomcat examples or the O'Reilly ones? Yoav Shapira Millennium Research Informatics -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004

RE: Newbie help w/ORielly examples

2004-09-03 Thread John Najarian
Informatics -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 1:55 PM To: 'Tomcat Users List' Subject: RE: Newbie help w/ORielly examples I don't know if the Tomcat examples run. That's what I'm trying. Other JPSs Servelts do run on this tomcat

RE: Newbie help w/ORielly examples

2004-09-03 Thread John Najarian
by the OP is insufficient to determine the cause of the error. To the OP: do the Tomcat examples run? Yoav Shapira Millennium Research Informatics -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 1:20 PM To: 'Tomcat Users List' Subject

RE: Newbie help w/ORielly examples

2004-09-03 Thread John Najarian
installation? First thing to do cause then you know if jsps are compiling correctly. José Ernesto Echeverría -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Viernes, 03 de Septiembre de 2004 12:16 p.m. To: 'Tomcat Users List' Subject: [tomcat] RE: Newbie help w

Removing a service from XP

2004-09-03 Thread John Najarian
I have a service for tomcat on XP. Does anyone know how to remove the service? Thanks

Newbie help w/ORielly examples

2004-09-02 Thread John Najarian
I've tried installing the examples from the 'Java Server Pages' book to no avail. I expanded the jspbook3.zip file and copied the 'ora/' directory to the 'tomcat/webapps' directory. I restarted the tomcat service. When I try to access the apps by typing 'http://localhost:8080/ora/' into a

RE: Newbie help w/ORielly examples

2004-09-02 Thread John Najarian
autodeploy on the admin app (i.e. localhost:8080/admin). Make sure you have a user configured to access the admin app in your conf/server.xml file John Najarian escribió: I've tried installing the examples from the 'Java Server Pages' book to no avail. I expanded the jspbook3.zip file and copied

RE: Newbie help w/ORielly examples

2004-09-02 Thread John Najarian
it the admin app has a facility to deploy a context that should do the trick John Najarian escribió: Thanks John, the autodeploy was already set to 'True'. I've got a few apps working this one just doesn't. -Original Message- From: John Villar [mailto:[EMAIL PROTECTED

RE: Newbie help w/ORielly examples

2004-09-02 Thread John Najarian
really don't know what this debug attribute is used for but you should restart your tomcat to see if it heals. John Najarian escribió: I got in there but now I get this error when I try to access the context '/ora': HTTP Status 500 - Error retrieving attribute debug _ type

RE: ResultSupport class

2004-08-09 Thread John Najarian
Where is it? -Original Message- From: Julian [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 1:43 PM To: Tomcat Users List Subject: Re: ResultSupport class Figured it out. Nevertheless thanks (it had driven me bonkers). Julian wrote: I'm a newbie and would be grateful if

RE: how I can to see the output in tomcat from windows 2000

2004-07-26 Thread John Najarian
I know mine is on XP but my friend runs on 2000. You should have an stdout.log localhost_log... files in the Jakarta.../logs directory. Try doing a search under Jakarta... for files modified today. Perhaps you inadvertently put it in some other directory a maybe under another name.

Re: sleepy tomcat

2004-06-18 Thread John Najarian
What's the RAM? What platform? -Original Message- From: Yana Begun [EMAIL PROTECTED] Sent: Jun 18, 2004 12:23 PM To: [EMAIL PROTECTED] Subject: sleepy tomcat Hi, I have stand alone version of our web application running with Tomcat. Everything is fine, but after displaying 5-6 pages

RE: sleepy tomcat

2004-06-18 Thread John Najarian
What else is running? Check your page file size or just increase it. -Original Message- From: Yana Begun [EMAIL PROTECTED] Sent: Jun 18, 2004 12:36 PM To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: sleepy tomcat But the web version with JRun works OK. Everything runs on XP 2002 +

RE: sleepy tomcat

2004-06-18 Thread John Najarian
Najarian [EMAIL PROTECTED] Subject: RE: sleepy tomcat CPU Usage 2% Page File Usage 380/1249 - should be enough? -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 3:59 PM To: Tomcat Users List Subject: RE: sleepy tomcat What else is running

RE: Manager access problems

2004-05-10 Thread John Najarian
I ran into a problem accessing the manager admin apps. I didn't realize you had to add users in the Jakarta-tomcat-5.0.19/conf/tomcat-users.xml file. -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 2:22 PM To: 'Tomcat Users List' Subject: RE:

RE: the requested resource is unavailable

2004-05-07 Thread John Najarian
Hi Matt, Maybe this will be a bit clearer. When I start tomcat and go to the the admin page I get promted for a username password, I don't recall setting one so I have no idea what to enter. When I try to enter the manager app I get: HTTP Status 403 - Access to the requested resource has

RE: tomcat 5 - server status

2004-05-06 Thread John Najarian
Hi Matt, I can't answer your question but I'd like to ask you one. I'm running tomcat 5.019 on XP and I can't get the admin or manager apps to work. Any pointers? I did make the changes in the readme and restarted tomcat but I've had no success. Thanks, John -Original

RE: love letter?

2004-05-03 Thread John Najarian
No it isn't mine -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 8:46 AM To: [EMAIL PROTECTED] Subject: love letter? is that yours? - To unsubscribe, e-mail: [EMAIL