RE: JK2 2.0.4

2004-10-01 Thread Paul D. Hester
When I try to remove the uri's in the worker2.properties and set up the mappings in my httpd.conf I get the Apache web page saying I've successfully installed Apache for both virtual hosts. Thanks, Paul -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED] Se

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:loca

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

JK2 2.0.4

2004-09-30 Thread Paul D. Hester
rties 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: Servlet mapping problem

2004-09-29 Thread Anto Paul
. This filter is the only filter that exists in the application. Even if another filter is added it can be put as he last filter in web.xml. Please comment on this. rgds Anto Paul On Wed, 29 Sep 2004 09:04:32 -0400, Shapira, Yoav <[EMAIL PROTECTED]> wrote: > > Hi, > > >How

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 > >

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: > &g

Servlet mapping problem

2004-09-29 Thread Anto Paul
/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: [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: R

[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

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: [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 c

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 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: 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. <@page import="com.dinesh.idcard" > <% @page import="com.dinesh.idcard" %> rgds Antony Paul - Original Message

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,

how to simply configure log4j in tomcat 5.5 ?

2004-09-22 Thread Jean-Paul Le Fèvre
/Tomcat/logs/try.log log4j.logger.org.apache.catalina.core.ContainerBase.Catalina.localhost.try=INFO,L (the last component the path 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, -- __

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 S

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]

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:

Re: Help on tomcat server path set up

2004-09-21 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 >

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

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: 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:

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

[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]

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]

Re: Renaming the ROOT directory ?

2004-09-18 Thread Jean-Paul Le Fèvre
and works pretty > well.. tomcat-5.0.27 -- ___ Jean-Paul Le Fèvre * Mail : [EMAIL PROTECTED] - To unsubscrib

Re: Renaming the ROOT directory ?

2004-09-18 Thread Jean-Paul Le Fèvre
legant. I wonder whether this forced ROOT creation is a bug or a feature. -- ___ 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
I don't understand how to specify a default context. I'm currently working with tomcat-5.0.27 and my server is supporting 3 virtual hosts. In the config file (server.xml) I declare a default context with :

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, contai

Autodeploy problems in 5.0.27

2004-09-17 Thread Kaiser, Paul
lt as when CATALINA_BASE = CATALINA_HOME. I discover that none of the contexts in catbase/conf/Catalina/localhost get deployed. There is no indication in the Catalina log file that anything is wrong. Am I wrong to think this should work? Have I left out a necessary config step? Thanks in adva

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 implementatio

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 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, 2

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:

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 rgds Anotny Paul. - Original Message - From: "Jarl Skogsholm" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, Septem

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" <[EMA

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 -

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 Ant

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]> T

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" <[EM

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]> T

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

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]> T

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

SocketException: Software caused connection abort: recv failed

2004-09-09 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: 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" <[EMA

Re: how do i set max session time in 4.1.27

2004-09-09 Thread Antony Paul
If you are setting maximum session time out you can set it in the WEB-INF/web.xml like this 30 The time out is in minutes. This is to be placed after servlet-mapping element. or use session.setMaxInactiveInterval(); rgds Antony Paul - Original Message - From: "Arun Pra

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]&g

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

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.. Luke (Ter

how to configure log file ?

2004-08-26 Thread Jean-Paul Le Fèvre
than 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-Pau

Re: Best practice for generating URL's

2004-08-25 Thread Antony Paul
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 for generating URL's > Hi all, > What is the best practice f

Best practice for generating URL's

2004-08-24 Thread Antony Paul
L. 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-19 Thread Antony Paul
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 size

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 i

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

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]

RE: TC 5.0.27 startup problem

2004-07-22 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

TC 5.0.27 startup problem

2004-07-22 Thread Paul Wallace
what was using port 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

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 /shar

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 i

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 PROTEC

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 confi

RE: no connection pool

2004-06-30 Thread Lee, Paul NYC
? -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- From: Yana Beg

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 p

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

RE: jspc

2004-06-24 Thread Paul Wallace
reasoning, 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

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.

RE: jspc

2004-06-24 Thread Paul Wallace
a path 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

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

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: 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 don

RE: Easy /servlet question

2004-06-23 Thread Lee, Paul NYC
you should find something like this: Just uncomment and it should work. Note that "/servlet/" is no longer part of the specification as of 2.3. Mapping it is recommended. Regards, Paul -Original Message- From: e-Denton Subscriber [mailto:[EMAIL PROTECTED] Sent: Wednesday

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 conte

tomcat4127 standalone install login problem

2004-06-04 Thread Paul
localhost:8080 {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 h

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 docum

Connection timeout when using OutputStream

2004-05-28 Thread Paul Mitchell
one ? Thanks, Paul. __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

registering Tomcat as service

2004-05-27 Thread Paul Wallace
rvice" 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.

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]

SynchronizerToken pattern

2004-05-26 Thread Paul Ivancsics
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 Software Design und Beratung G.m.

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 maili

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
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 = application/

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 figu

Re: Odd deployment problem

2004-05-14 Thread Paul Mitchell
Check your 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: > > debug="1" > reloadable="

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,

xslt, standalone vs jk2

2004-05-10 Thread Paul
hat a work-around 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]

Memory Options

2004-05-10 Thread Paul Mitchell
. The same 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/care

RE: Can't connect from applet

2004-05-07 Thread Celona, Paul - AES
Research Informatics >-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

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 10.1.1.243:

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 one

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 they

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

XSLT in Tomcat apps

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

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