JK2 2.0.4

2004-09-30 Thread Paul D. Hester
file with the two ports, all requests go through the last port listed in the worker2.properties file and the first listed port is being piped over to the second ports web page. HELP I'm about ready to jump out of my window Paul

RE: JK2 2.0.4

2004-09-30 Thread Paul D. Hester
I've attached my workers.properties files. Paul -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 3:11 PM To: Tomcat Users List Subject: RE: JK2 2.0.4 Yes it works fine. You should post your workers2.properties so we can see what your

RE: JK2 2.0.4

2004-09-30 Thread Paul D. Hester
I've attached my workers.properties file below. Paul #define the shared memory file [shm:] file=/usr/local/apache-2.0.50/logs/jk2.log size=100 debug=1 # Define the communication channel [channel.socket:localhost:8409] [channel.socket:localhost:8209] #define the worker [ajp13:localhost

Servlet mapping problem

2004-09-29 Thread Anto Paul
to /sites/one.com . A request to two.com should go to /sites/two.com . How to make it. Thanks in advance Anto Paul -- To strive,to seek,to find and not to yield - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Servlet mapping problem

2004-09-29 Thread Anto Paul
Hi there, I posted this to Tomcat User List. I didnt posted this to Struts. Although the application is using Struts it is not specific to Struts. rgds Anto Paul On Wed, 29 Sep 2004 00:59:53 -0700, Michael McGrady [EMAIL PROTECTED] wrote: Anto Paul wrote: Hi all, I am writing

Re: AW: Servlet mapping problem

2004-09-29 Thread Anto Paul
I cant grasp what you said. I am using Tomcat 4.1.x. I searched in Google for world welcome-file and could'nt find anything on it. Are you talking about welcome-file-list ?. rgds Anto Paul On Wed, 29 Sep 2004 11:43:33 +0200, Steffen Heil [EMAIL PROTECTED] wrote: Hi I wrote a servlet

Re: Servlet mapping problem

2004-09-29 Thread Anto Paul
comment on this. rgds Anto Paul On Wed, 29 Sep 2004 09:04:32 -0400, Shapira, Yoav [EMAIL PROTECTED] wrote: Hi, However, I am sure about the fact, that you cannot map a single url such as /. (Yes, you can define a mapping of /, but that maps to EVERY request, NOT to the root url only

[OT]Geronimo and Tomcat

2004-09-28 Thread Anto Paul
Hi all, I was reading a tutoral on using Geronimo. It seems that Geronimo is using Jetty. Why it don't use Tomcat. Or is Tomcat is available as optional plug in ?. rgds Anto Paul -- To strive,to seek,to find and not to yield

Re: [OT]Geronimo and Tomcat

2004-09-28 Thread Antony Paul
Thanks for the efforts. I am a great fan of Tomcat and other Apache projects. rgds Antony Paul - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 6:15 PM Subject: RE: [OT]Geronimo and Tomcat Hi, If you

using the Standard jdk 1.4 logging with Tomcat 5

2004-09-27 Thread Paul Taylor
Hi in a previous non Tomcat project I wrote some classes that used the java.util.logging library that comes with java 1.4 quite successfully. I am now trying to use the same classes with Toimcat 5.0 but it doesnt like it. With the logging classes you can provide a configuration class which you

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

2004-09-23 Thread Antony Paul
The problem is at line number 5. org.apache.jasper.JasperException: /idcard.jsp(5,5) jsp.error.badaction You forgot to put % sign. body @page import=com.dinesh.idcard % @page import=com.dinesh.idcard % jsp:usebean id=myidcard scope=page class=com.dinesh.idcard rgds Antony Paul

Re: [OT] Handling JDBC transactions

2004-09-23 Thread Antony Paul
Cactus is in-container testing(I assume). Takes time. I want to test code as I write it. Already the development time for deploying an application is high because of having a different source directory than web application directory and of Ant. rgds Antony Paul - Original Message - From

Re: [OT] Handling JDBC transactions

2004-09-23 Thread Anto Paul
Simulating real world is a QA fellows job. I write code, foresee any bugs that it may have, write tests for it, run tests using Ant, deploy to Tomcat(copy files) and test. Only JSP pages one need to test using a container with every change for- for the visual layout. rgds Anto Paul On Thu, 23

Re: [OT] Handling JDBC transactions

2004-09-23 Thread Anto Paul
I don't have any knowledge of Cactus/MockObjects. I had never thought about such a testing strategy. Thanks for the info. Anto Paul On Thu, 23 Sep 2004 09:34:34 -0400, Shapira, Yoav [EMAIL PROTECTED] wrote: Hi, Do you run unit test using Cactus for all code changes ? Just to know ?. I

Re: Help on tomcat server path set up

2004-09-22 Thread Antony Paul
by the applications you deploy in Tomcat rgds Antony Paul - Original Message - From: Shanti Priya [EMAIL PROTECTED] To: Tomcat-User [EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 11:24 AM Subject: Help on tomcat server path set up Hi !! I am using tomcat 4.1.18

Re: Tomcat 4.1.23

2004-09-22 Thread Antony Paul
This may work. URL url = this.getClass().getResource(../x.xml); rgds Antony Paul - Original Message - From: Sudhrasun Ramalingam [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 10:54 AM Subject: RE: Tomcat 4.1.23

Re: Urgent !! Please help me out.

2004-09-22 Thread Antony Paul
This is because the oracle dll is not found int the PATH environment variable. For this you should have Oracle client installed. Or you can use Oracle thin driver which dont need Oracle installed rgds Antony Paul - Original Message - From: Shanti Priya [EMAIL PROTECTED] To: Tomcat-User

Re: jaring a zip file

2004-09-22 Thread Antony Paul
Go to command prompt and rename it. It will work. Make sure that the extension is .jar. rgds Antony Paul - Original Message - From: Shanti Priya [EMAIL PROTECTED] To: Tomcat-User [EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 1:32 PM Subject: jaring a zip file Hi!! I

how to simply configure log4j in tomcat 5.5 ?

2004-09-22 Thread Jean-Paul Le Fèvre
is not very clear try or /try or something else) Basically I do not really care about levels but I do want a file by context. Sincerely, -- ___ Jean-Paul Le Fèvre * Mail : [EMAIL PROTECTED

Re: [OT] Handling JDBC transactions

2004-09-22 Thread Antony Paul
I feel JTA is the solution. JOTM have a documentation on how to use it in Tomcat. But requiring to use JNDI is a problem because Tomcat JNDI is not available outside Tomcat and I cannot run unit tests. Thanks for the help. rgds Antony Paul - Original Message - From: Shapira, Yoav [EMAIL

[OT] Handling JDBC transactions

2004-09-21 Thread Antony Paul
I am looking for alternate ways. How you people handle this ?. rgds Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ant build remote java.net.MalformedURLException (newbie Q)

2004-09-21 Thread Antony Paul
Which version of Tomcat you are using ? rgds Antony Paul - Original Message - From: Harry Hartley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 4:18 PM Subject: ant build remote java.net.MalformedURLException (newbie Q) I am trying to use the sample

Re: cud not solve javax.naming.NamingException: Cannot create resource instance

2004-09-21 Thread Antony Paul
Do you have MySQL JDBC Driver jar ?. Put it in common\lib and restart Tomcat to test rgds Antony Paul - Original Message - From: Atishay Kumar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 9:30 AM Subject: Re: cud not solve

Re: Tomcat 4.1.23

2004-09-21 Thread Antony Paul
How the file is accessed ?. rgds Antony Paul - Original Message - From: Sudhrasun Ramalingam [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 9:33 AM Subject: RE: Tomcat 4.1.23 Sorry for using the wrong words, I've

Re: ant build remote java.net.MalformedURLException (newbie Q)

2004-09-21 Thread Antony Paul
With Tomcat 4.1 I had this problem when I forgot to change the URL of the remote manager when I changed testing from localhost to remote host. Also check the remote machine have manager application installed and have user with manager roles. Also check password. rgds Antony Paul - Original

why is tomcat-users.xml rewritten ?

2004-09-19 Thread Jean-Paul Le Fèvre
hole. -- ___ Jean-Paul Le Fèvre * Mail : [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Renaming the ROOT directory ?

2004-09-18 Thread Jean-Paul Le Fèvre
' directory. - Is it possible to specify unambiguously the name of the default directory. -- ___ Jean-Paul Le Fèvre * Mail : [EMAIL PROTECTED] - To unsubscribe, e-mail

Re: Renaming the ROOT directory ?

2004-09-18 Thread Jean-Paul Le Fèvre
-Paul Le Fèvre * Mail : [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Renaming the ROOT directory ?

2004-09-18 Thread Jean-Paul Le Fèvre
override = true reloadable=true useNaming = false swallowOutput = true /Context -- ___ Jean-Paul Le Fèvre * Mail : [EMAIL PROTECTED

Re: Serializable Logging implementation

2004-09-17 Thread Antony Paul
What is OP ? Can you please expand it ? rgds Antony Paul - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, September 17, 2004 5:41 PM Subject: RE: Serializable Logging implementation Hi, Ditch the super class philosphy

Autodeploy problems in 5.0.27

2004-09-17 Thread Kaiser, Paul
in advance. Paul -- Notice: This e-mail message, together with any attachments, contains information of Merck Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), and/or its affiliates (which may

RE: Autodeploy problems in 5.0.27

2004-09-17 Thread Kaiser, Paul
Am I wrong to think this should work? Have I left out a necessary config step? I forgot to create an empty webapps directory in CATALINA_BASE. -- Notice: This e-mail message, together with any attachments,

Question on use of Java style comments in JSP

2004-09-16 Thread Antony Paul
Hi, I have problems in displaying a JSP page in Tomcat 4.1.12. A file containing code like this is not displayed %//a% aaa Instead it is displayed properly in Tomcat 4.1.30. Whic one behaves correctly ?. 4.1.12 or 4.1.30 rgds Anto Paul

Re: Problem configuring a global resource to be linked from Context elements ....

2004-09-16 Thread Antony Paul
Had you tried it with inside Context element. If it doesn't work it means the JDBC driver is not found when Tomcat starts up. You have to put JDBC jar in CATALINA_HOME\common\lib. It can be placed in WEB-INF\lib if you place dbcp.jar too there. rgds Antony Paul - Original Message - From

Re: Question on use of Java style comments in JSP

2004-09-16 Thread Antony Paul
Do you mean that none of the Tomcat versions behave properly ?. I had used it at lot of JSP pages. It is for the first time I am having a problem. rgds Antony Paul - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 16

Re: Question on use of Java style comments in JSP

2004-09-16 Thread Antony Paul
It is not producing error messages on stdout/stderr or to screen instead it gives this output !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN HTMLHEAD META http-equiv=Content-Type content=text/html; charset=iso-8859-1/HEAD BODY/BODY/HTML rgds Anotny Paul. - Original Message

Re: Question on use of Java style comments in JSP

2004-09-16 Thread Antony Paul
t.jsp %//a% aaa t_jsp.java //a out.write(\naaa\n); The out.write() needs to be on second line. rgds Antony Paul - Original Message - From: Jarl Skogsholm [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 16, 2004 8:14 PM Subject: Re: Question

Re: Problem configuring a global resource to be linked from Context elements ....

2004-09-16 Thread Antony Paul
The correct file name is commons-dbcp-1.1.jar and is found in CATALINA_HOME\common\lib directory. rgds Antony Paul - Original Message - From: Jonathan Rengifo [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 16, 2004 8:36 PM Subject: Re: Problem

Re: Problem configuring a global resource to be linked from Context elements ....

2004-09-16 Thread Antony Paul
help from experts in this list. If the problem is not solved please reply. rgds Antony paul - Original Message - From: Jonathan Rengifo [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 16, 2004 8:48 PM Subject: Re: Problem configuring a global resource

Serializable Logging implementation

2004-09-15 Thread Antony Paul
Hi, I used Log4J and commons logging in an ActionForm which is stored in the session. When I reload the context it is invalidating the session because it is non serializable. Is there any work around for this ?. Or do I have to use any other Logger. rgds Antony Paul

Re: Serializable Logging implementation

2004-09-15 Thread Antony Paul
I extend a base form which gets the Log as LogFactory.getLog(this.getClass()); So that no need to define and get a Log instance in subclass. Is there any way so that I can follow this pattern. rgds Antony Paul - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List

Re: Serializable Logging implementation

2004-09-15 Thread Antony Paul
Then it throws NullPointerException rgds Antony Paul - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 6:05 PM Subject: RE: Serializable Logging implementation Hi, Hmm, you want to be careful

Re: Serializable Logging implementation

2004-09-15 Thread Antony Paul
The NPE is because the Log instance is transient. I can fix this by getting a new instance when it is read from disk. I dont remember the method which is called when an object is serialized. rgds Antony Paul - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List

Re: Serializable Logging implementation

2004-09-15 Thread Antony Paul
My understanding is that this event will be called when the container passivates for transfering one object from one VM to Another like a cluster. Will this be invlked on Tomcat 4.1 when an object is serialised ?. rgds Antony Paul - Original Message - From: Tim Funk [EMAIL PROTECTED

Re: Serializable Logging implementation

2004-09-15 Thread Antony Paul
The NPE is because the Log instance is transient. I can fix this by getting a new instance when it is read from disk. I dont remember the method which is called when an object is serialized. rgds Antony Paul - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List

SocketException: Software caused connection abort: recv failed

2004-09-10 Thread Antony Paul
HotSpot(TM) Client VM - build 1.4.1_01-b01 I am using unsigned certificates. rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how do i set max session time in 4.1.27

2004-09-09 Thread Antony Paul
Paul - Original Message - From: Arun Prasad R [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 09, 2004 4:03 PM Subject: how do i set max session time in 4.1.27 hi all how do i set max session time in 4.1.27 Thanks in Advance arun

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Antony Paul
Which version ?. Are you using the default Tomcat installation . If yes there should not be any problem if you didnt changed any configuration files. rgds Antony Paul - Original Message - From: Arun Prasad R [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday

DBCP - monitoring connections

2004-09-08 Thread Antony Paul
these information. rgds Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jndi-datasource

2004-09-01 Thread Antony Paul
Do you have the jtds jar in Tomcat classpath. I think it should in same directory as dbcp.jar which is in CATALINA_HOME\common\lib folder. Antony Paul - Original Message - From: Steve Cheng [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 2

Re: Tomcat 5 Crystal Reports

2004-08-31 Thread Antony Paul
Is it possible to install Crystal Reports in Tomcat as a web application ?. Which version of Crystal Reports supports this ?. Antony Paul - Original Message - From: POLO ARAUJO, JAVIER [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 12:32 PM Subject: Tomcat 5

Re: tomcat 5.0.27 xml schema or DTD for server.xml

2004-08-29 Thread Paul Gregoire
This should point you in the right direction.. lt;web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd; version=2.4 gt; Luke (Terry)

how to configure log file ?

2004-08-26 Thread Jean-Paul Le Fèvre
40 characters long ! I'm not interested in the context name and I would like to get rid of it. Is there somewhere a configuration file to do that ? Do I have to extend the FileLogger class by myself ? -- ___ Jean-Paul Le Fèvre

Re: Best practice for generating URL's

2004-08-25 Thread Antony Paul
. This application may be deployed with multiple Apache and Tomcat instances. I have no experience in this kind of work. rgds Antony Paul - Original Message - From: Antony Paul [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 2:19 PM Subject: Best practice

Best practice for generating URL's

2004-08-24 Thread Antony Paul
. It is using Struts and how to manage links in struts-config.xml. There will be lot of people who worked on this kind of scenario and I expect them to help me. rgds Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED

[OT]CVS Tag in source code

2004-08-20 Thread Antony Paul
. If this version is included it is easy to identify which version we are using. rgds Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomact 5 - Out of Memory

2004-08-03 Thread Paul Wallace
Also ensure session expiry is firstly happening, and being handled (the later being optional!) -Original Message- From: Pradeep Chauhan [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 August 2004 3:28 PM To: Tomcat Users List Subject: RE: Tomact 5 - Out of Memory Increase the JDK heap

Weaver Release Announcement (XML Programmed Servlet Controller Component)

2004-08-02 Thread Paul Harvey
Weaver is a pure-Java, XML programmed Controller component for developing Model View Controller (MVC) structured, servlet based, Web applications. Weaver exploits your existing knowledge of the JSP Expression Language (EL) and of JSTL via a consistent XML tag set. The main features of Weaver

RE: My first WebApplication

2004-07-29 Thread Paul Wallace
Hi to you, 1st guess, you should have a dir for your application - WEB-INF, not WEB-IN...unless it's a typo. In that dir make sure your web.xml names and maps your servlet. Give it a go. Paul. Hi to all Sir/Madam Please help me someone regarding my first WebApplication (Servlet): I

TC 5 - root application

2004-07-25 Thread Paul Wallace
:\site\index.jsp, for example. I have configured it to be using port 80 already. Thanks Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

TC 5.0.27 startup problem

2004-07-23 Thread Paul Wallace
8080 (nothing to my knowledge) and this was confirmed. I ran netstat which confirmed that port 8080 was not in use. TC appears to have started, but http://localhost:8080 (with numerous stacktraces (above)) is showing a 404. Am I illegally setting CATALINA_HOME? Thanks Paul

RE: TC 5.0.27 startup problem

2004-07-23 Thread Paul Wallace
Hi thanks, A reboot sorted it. Netstat is not a reliable means to check what ports are being used by which app then? Regards Paul. You definitively have a process using 8080 : either a tomcat process, still running, or another program (oracle,...) Check all your current process

RE: /commons vs /shared

2004-07-16 Thread Lee, Paul NYC
Check out this link: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html -Original Message- From: Insyde [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 9:52 AM To: Tomcat Users List Subject: /commons vs /shared What is the difference between /commons and

Re: Session Replication w/o Multicast

2004-07-13 Thread Paul Gregoire
You could save your sessions in an RDBMS, but I'm not sure how responsive this would be... Jeremy Nix wrote: Is there currently a way of replicating session information across multiple tomcat nodes without multicasting? If not, has any extended the Tomcat API to support this? The reason I ask

queueing concurrent server requests

2004-07-12 Thread Paul Wallace
Hi All, Can someone point me in the right (any) direction towards info on queuing concurrent Tomcat server requests? I propose to queue concurrent requests to Tomcat, if they exceed a given number. Where might I find documentation, or any other resource, to assist? thanks Paul.

Re: Como funciona tomcat en Fedora Core 2

2004-07-02 Thread Paul Gregoire
The internet provides many options for translation. El Internet proporciona muchas opciones para la traducción. http://babelfish.altavista.com/ or http://www.google.com/language_tools Randall Svancara wrote: make that port 8080 -Original Message- From: Randall Svancara [mailto:[EMAIL

RE: Tomcat + Apache + SSL

2004-07-01 Thread Lee, Paul NYC
http://jakarta.apache.org/tomcat/connectors-doc/jk2/index.html -Original Message- From: Lorenzo A. Jimenez Briceno [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 1:13 PM To: Tomcat Users List Subject: Tomcat + Apache + SSL Importance: High Hi, Where can I find info about

RE: no connection pool

2004-06-30 Thread Lee, Paul NYC
He means that when you first install tomcat there is no pool configured. -Original Message- From: Yana Begun [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 2:33 PM To: Tomcat Users List Subject: RE: no connection pool Do you mean that if no maxActive parameter, there is no

RE: no connection pool

2004-06-30 Thread Lee, Paul NYC
it after it already configured? -Original Message- From: Lee, Paul NYC [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 2:36 PM To: 'Tomcat Users List' Subject: RE: no connection pool He means that when you first install tomcat there is no pool configured. -Original Message

RE: jspc

2004-06-27 Thread Paul Wallace
Hi Jason, Yes, it was of help. Thanks for your lengthy insight. Paul. Hi Paul, To specify a path for your compilation results use the -d option like so: jspc.sh -compile -d /jakarta-tomcat-5.0.25/webapps myapp/WEB-INF/classes ...the rest of you compile options... It will build any

jspc

2004-06-24 Thread Paul Wallace
, then WAR/JAR? Can I not define the JSP compile to go under my work directory? The purpose of my efforts is to try and speed up / make TC less memory consumptive. cheers Paul.

RE: jspc

2004-06-24 Thread Paul Wallace
Hi Jason, Thanks for that. Yes, it does make Paul, I just use the -compile option and have jspc do the compilation from .java to .class for me. It seems to work fairly well. Once all the fully compiled (ie .class) files are placed in you applications WEB-INF/classes directory you just

RE: jspc

2004-06-24 Thread Paul Wallace
for the compilation, rather than the classes be placed in the same dirs as the source? (I tried adding a path after the -compile switch, but it constructed and compiled a file with the same name as the class directory destination). Do I make sense?! Paul. Paul, I just use the -compile option

RE: jspc

2004-06-24 Thread Paul Wallace
In an effort to increase speed/free up memory that otherwise might be consumed by Tomcat otherwise Why would you precompile jsp files? On Fri, 25 Jun 2004 09:32:38 +1000, Paul Wallace [EMAIL PROTECTED] wrote: (sorry, wrong key!) Hi Jason, Thanks for that. Yes, it does make sense

RE: jspc

2004-06-24 Thread Paul Wallace
, when it becomes available! A thought..and to answer a question with a question (Why would you precompile jsp files?), why is jspc there? If only to increase performance on the first hit? Thanks Paul. It will increase speed on the first viewing of the jsp, but after that I can't see how

RE: Easy /servlet question

2004-06-23 Thread Lee, Paul NYC
as of 2.3. Mapping it is recommended. Regards, Paul -Original Message- From: e-Denton Subscriber [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 4:29 PM To: [EMAIL PROTECTED] Subject: Easy /servlet question I have a very simple question, to which neither I nor my wife can find

RE: my jsps don't work anymore :(

2004-06-23 Thread Lee, Paul NYC
Can you post your error message? You also have mydomain.com:8080/myacct/myfile.jsp...for the jsp that doesn't work. Does it with localhost? -Original Message- From: Casas, Claudia [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 3:16 PM To: Tomcat Users List Subject: my jsps

RE: contextInitialized being called exactly twice

2004-06-10 Thread Paul Wallace
Hi Yoav, On the same note, I was experiencing the same frustration, but I was not deploying any WAR. Could this be the reason for my 2 * execution, even though I had not packaged my classes into a WAR? Many thanks Paul. Hi I bet it's being called once for each time the context

tomcat4127 standalone install login problem

2004-06-04 Thread Paul
{is text in browser dialog prompt box} yet no username/password combination is accepted, including that for admin. anyone know what is going on here? -paul

RE: Remote Start / Stop of tomcat

2004-05-31 Thread Paul Wallace
Can one achieve this (Tomcat restart) using a mobile device? WAP? I suppose that violates all manner of security protocols? Paul. On Mon, May 31, 2004 at 09:49:38AM +0530, [EMAIL PROTECTED] wrote: : Once in a week I need to restart Tomcat due to OutofMemoryError. But I do : not have access

registering Tomcat as service

2004-05-28 Thread Paul Wallace
The service does not subsequently run. Now my service may not have any work to do, but I most certainly do. Any info is much appreciated. Paul.

Connection timeout when using OutputStream

2004-05-28 Thread Paul Mitchell
Hello, I am running into problems with downloading unusually big files within my application using the ServletOutputStream. From what I read on the documentation I set the Coyote Connector attribute connectionTimeout=-1 and still the problem persists. Any ideas/advice anyone ? Thanks, Paul

Re: Connection timeout when using OutputStream

2004-05-28 Thread Paul Mitchell
I forgot to mention - I am running Tomcat 4.1.27 on Win2K. Thanks. --- Paul Mitchell [EMAIL PROTECTED] wrote: Hello, I am running into problems with downloading unusually big files within my application using the ServletOutputStream. From what I read on the documentation I set

SynchronizerToken pattern

2004-05-26 Thread Paul Ivancsics
consumes the token so a subsequent duplicate submission fails. The Exception page renders, depending on the exception thrown, either the general error text, or an error text specific to the FlowSequenceException. Feel free to utilise or comment on this posting. Paul Ivancsics -- Anecon

Re: SynchronizerToken pattern

2004-05-26 Thread Paul Ivancsics
Sorry, wrong list Paul Ivancsics schrieb: We recently brought a Tapestry app into operation, about 80 pages and components... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Apache startup errors

2004-05-25 Thread Paul Gregoire
I experienced this problem on FreeBSD.. i cant remember what the fix was exactly but i can tell you to work around it you will have to make a change in your httpd.conf. I found my fix by pasteing the error into Google.. good luck Shapira, Yoav wrote: Hi, Maybe ask on the Apache httpd

Re: Any Resource talking abt how Tomcat intergrated to Apache

2004-05-20 Thread Paul Gregoire
You can use mine http://www.gregoire.org/howto/virtualhost.jk2.html just make sure you rename the worker= to group= in the workers2.properties file Salvador Santander Gutierrez wrote: http://johnturner.com/howto/apache-tomcat-howto.html I hope this helkp you - Original Message -

Re: jar and jad with httpd

2004-05-19 Thread Paul Gregoire
For JAD files.. .jad = text/vnd.sun.j2me.app-descriptor For JAR files... .jar = application/java-archive and / or .jar = application/x-java-archive kalin mintchev wrote: hi all sorry if this isn't the right place for this question... i just couldn't find a better place to ask... i'm trying to

Re: jar and jad with httpd

2004-05-19 Thread Paul Gregoire
If you mean do i need Tomcat to serve java files then the answer is no you dont need Tomcat, serving jad and jar files works just fine without any java vm at all on the webserver. kalin mintchev wrote: For JAD files.. .jad = text/vnd.sun.j2me.app-descriptor For JAR files... .jar =

Re: Odd deployment problem

2004-05-14 Thread Paul Mitchell
Check your Host unpackWars attribute- it could be set to false. Try setting it to true. --- Poorav Sheth [EMAIL PROTECTED] wrote: I am using Tomcat 4.1.30 with a SQL Server 7.0 database. Since I needed a DataSource, I modified the Tomcat server.xml as follows: Context path=/StrutsTest

Re: Memory Options

2004-05-11 Thread Paul Mitchell
Posting this again. Anyone run into this problem ever ? Thanks. --- Paul Mitchell [EMAIL PROTECTED] wrote: Hello All, I am trying to configure Tomcat 4.1.27 on Windows XP and for some reason when I set the CATALINA_OPTS option in my environment variables, the catalina jpda start

Memory Options

2004-05-10 Thread Paul Mitchell
configuration used to work fine on Windows 2000. Has anyone else run into this same problem ? Thanks, Paul. __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover

xslt, standalone vs jk2

2004-05-10 Thread Paul
or fix to this might be??? Anyone else have a problem like this? -paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Can't connect from applet

2004-05-07 Thread Celona, Paul - AES
I have developed an applet that can connect to the database and access the data I need. When I run the same applet under Tomcat, I get the following exception Unable to connect to any hosts due to exception java.security.AccessControlException: access denied (java.net.SocketPermission

RE: Can't connect from applet

2004-05-07 Thread Celona, Paul - AES
-Original Message- From: Celona, Paul - AES [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 10:42 AM To: [EMAIL PROTECTED] Subject: Can't connect from applet I have developed an applet that can connect to the database and access the data I need. When I run the same applet under Tomcat, I get

Re: Starting Tomcat from Apache...

2004-05-06 Thread Paul Gregoire
The real question is has anyone gotten it work work in Linux! It always seemed odd to me that it worked in Windows but not Linux.. ;) Ive got a couple how-to's on my site http://www.gregoire.org/howto/ One of which shows how to do inprocess with Win32 and Tomcat 4x. I would really like to add

XSLT in Tomcat apps

2004-05-05 Thread Paul
pointer in the right direction would be a great help. thanks, paul.

Re: domain name help

2004-05-05 Thread Paul
i am not sure, but does this not have to do with setting up a default startup page in the following Apache config file: httpd.conf specifically lines in that file something like as follows, DocumentRoot C:/Tomcat41/webapps/ROOT DirectoryIndex index.html index.jsp - Original Message -

How does a servlet get a username

2004-05-05 Thread Celona, Paul - AES
How does a servlet get a username from a user that has been authenticated using either BASIC or FORM authentication? Paul This email and any files transmitted with it are proprietary and intended solely for the use of the individual or entity to whom

Tomcat 4x, configuring for XSLT or XSQL

2004-05-04 Thread Paul
=en OPT=-Duser.region=US #OPT=-Djava.compiler=NONE disabled=0 however, xsql pages are still not processed, but rather, when run, the source code is merely echoed to the screen. also, i do not know where or how to map the file extension .xsql to the jar file or class -paul.

<    1   2   3   4   5   6   7   8   9   10   >