Debugging Techniques

2001-03-29 Thread patrick
s on how to debug this stuff? TIA. Patrick. -- e-mail: [EMAIL PROTECTED]

Apache-SSL or Tomcat-SSL

2001-04-02 Thread patrick
9, Tomcat 3.1.1, Soap 2.0, on a Solaris 7 System. TIA. Patrick. -- e-mail: [EMAIL PROTECTED]

Apache SSL or Tomcat SSL

2001-04-03 Thread patrick
by just by getting Apache-SSl working? Is one easier than the other (Apache with SSL or Tomcat with SSL)? Particulars: I'm running Apache 1.3.19, Tomcat 3.1.1, Soap 2.0, on a Solaris 7 System. TIA, Patrick. -- e-mail: [EMAIL PROTECTED]

RE: Send mail cgi script doesn't work under tomcat?

2003-10-06 Thread Patrick
on becomes more complicated. 3. Hack the useCGI servlet, I am not sure this works. 4. Just port the email portion to java and write it as a filter servlet, which postprocess the requests after your CGI. (This is the one I would like to try but did not try yet). Patrick Willart <[EMAIL PROTECTED

OutOfMemory Error

2002-08-15 Thread Patrick Codere
Hi, outofmemory problem crashes my Standalone Tomcat Server(NT 4, Tomcat 4.03). large images on the site. From reading on subject, seems I have to increase the JVM heap size. Question? I created a jsp page that shows me the Total memory and Free memory on the site. The free mem

RE: OutOfMemory Error

2002-08-15 Thread Patrick Codere
tp://java.sun.com/j2se/1.4/docs/tooldocs/windows/java.html For the windows standard and non-standard options (such as -Xms and -Xmx). Hope that clears it up for you. -Original Message- From: Patrick Codere [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 1:10 PM To: 'Tomca

RE: OutOfMemory Error

2002-08-15 Thread Patrick Codere
Can someone tell me why when i go on the command prompt and write java -Xms128m -Xmx256m I get the Usage: java [-options] list Thanks. -Original Message- From: Patrick Codere [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 4:24 PM To: 'Tomcat Users List' S

RE: OutOfMemory Error

2002-08-16 Thread Patrick Codere
you want to run... Try: java -Xms128m -Xmx256 YourJavaClassHere That should do it -Original Message- From: Patrick Codere [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 3:02 PM To: 'Tomcat Users List' Subject: RE: OutOfMemory Error Can someone tell me why when i

RE: OutOfMemory Error

2002-08-16 Thread Patrick Codere
EMAIL PROTECTED] Subject: RE: OutOfMemory Error Please, how large are your pictures? Are they directly served by Tomcat? Do you have other JSP / servlets running? How many clients or requests does it take to crash? -Original Message- From: Patrick Codere [mailto:[EMAIL PROTECTED]] Sen

RE: OutOfMemory Error

2002-08-16 Thread Patrick Codere
] Subject: RE: OutOfMemory Error Please, what is your configuration (hardware, os, software installed, web applications running...)? -Original Message- From: Patrick Codere [mailto:[EMAIL PROTECTED]] Sent: 16 August 2002 3:55 PM To: 'Tomcat Users List' Subject: RE: OutOfMe

RE: OutOfMemory Error

2002-08-16 Thread Patrick Codere
EMAIL PROTECTED] Subject: RE: OutOfMemory Error Please, what JVM? No SQL server? Is the search engine a commercial product? Do you have a log? -Original Message- From: Patrick Codere [mailto:[EMAIL PROTECTED]] Sent: 16 August 2002 4:13 PM To: 'Tomcat Users List' Subject: RE: OutOfMe

RE: OutOfMemory Error

2002-08-16 Thread Patrick Codere
the trace level... -Original Message- From: Patrick Codere [mailto:[EMAIL PROTECTED]] Sent: 16 August 2002 4:20 PM To: 'Tomcat Users List' Subject: RE: OutOfMemory Error Sorry, JVM sun j2sdk, Have some jsp pages that connect to mysql database. Search engine is Jav

OUT OF MEMORY ERROR - PLEASE HELP

2002-08-21 Thread Patrick Codere
Hi everyone, Here is my situation. -NT, -Tomcat 4.0.3 - 2 webapps that have a link to each other - catalog with Thousand of jpegs (70kb each) After a while Tomcat crashed with java.lang.outofmemory problem. Before crash, get errors in my logs: java.net.SocketException: Software cause

RE: OUT OF MEMORY ERROR - PLEASE HELP

2002-08-21 Thread Patrick Codere
. Fuller docs are at: http://java.sun.com/docs/hotspot/VMOptions.html Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Patrick Codere [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, August 21, 2002 10:03 AM >To: 'Tomcat Users List' >Subject: OUT OF M

RE: OUT OF MEMORY ERROR - PLEASE HELP

2002-08-21 Thread Patrick Codere
av Shapira Millennium ChemInformatics >-Original Message- >From: Patrick Codere [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, August 21, 2002 10:37 AM >To: 'Tomcat Users List' >Subject: RE: OUT OF MEMORY ERROR - PLEASE HELP > >Thanks Yoav, > > I just

TOMCAT AND APACHE

2002-08-22 Thread Patrick Codere
Hi everyone, I was suggested on the list to integrate my Tomcat Standalone with Apache web server due to the large amount of static content of my site. I tried doing so, but can't get it to work properly. Config: Windows 2000, Tomcat 4.0.3, Apache 1.2.36, mod_jk.dll connector. I get, t

RE: TOMCAT AND APACHE

2002-08-22 Thread Patrick Codere
putting double-quotes around that whole line in your httpd.conf, or using the Windows shorthand: drive:\apache~1 is the same as drive:\Apache Group. John Turner [EMAIL PROTECTED] -Original Message- From: Patrick Codere [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 22, 2002 9:36 AM To: &

OUT OF MEMORY ERROR

2002-08-26 Thread Patrick Codere
Hi everyone, I have been getting this error for the past few weeks without solving the issue. But I just found out that I had forgotten to close a database connection. Could that have been the problem? Time will tell, but what exactly happens when you don't close a db connection? Tha

RE: OUT OF MEMORY ERROR

2002-08-27 Thread Patrick Codere
let, seems to work great and also seems to be less filling (memory filling that is). --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Patrick Codere [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 26, 2002 3:15 PM > To: 'Tomcat Users List'

Struts 1.0.2 Examples busted in new Tomcat 4.1.10, fine in 4.0.4

2002-09-19 Thread Patrick Dockhorn
across this problem? I'd rather stay on 4.1.10 as the (struts based!) manager app is really nice and so are some of the other features. Your help is highly appreciated. Best Regards, Patrick Dockhorn cto/skex global support services 33 ames ave carnegie vic 3163 australia m +61 421 064517

AW: Struts 1.0.2 Examples busted in new Tomcat 4.1.10, fine in 4.0.4

2002-09-20 Thread Patrick Dockhorn
Well I'm definitely running it on Windows, although I did copy the struts war file into Tomcat's webapp dir (where it was subsequently unpacked by tomcat). I'll try the next release of the 4.1.x branch anyway - thanks. patrick > -Ursprüngliche Nachricht- > Vo

Embedded Tomcat

2002-10-07 Thread Patrick Lacson
ks in advance! -Patrick _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

tomcat threading model

2002-10-10 Thread Patrick Lacson
Is there any documentation other than code as to Tomcat's threading model? I am looking at running Tomcat as an embedded web process in an application but we've spent a great deal of time and effort researching and developing the threading for the app to make it as realtime as possible( interpre

embedding tomcat + server.xml

2002-10-12 Thread Patrick Lacson
How can I embed tomcat and read the values of server.xml? I know the embedded class expects me to assemble the connectors, engine, etc.. but is it possible to just programatically start tomcat with a given server.xml? -Patrick

Servlet and Applet working in Tomcat 4.0.4 standalone

2002-11-29 Thread Patrick Kosiol
tion to the servlet, so I cannot get my data from the webserver. :-( I hope anyone can help me. thx Patrick -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: RES: Servlet and Applet working in Tomcat 4.0.4 standalone

2002-11-29 Thread Patrick Kosiol
the server? And how do I do that? thx Patrick Tiago Ferraz Machado wrote: Hi, I don't know if it is it, but there is a directive called unpackWARs="true" that I think you should add to your server.xml. Could anyone confirm that ? Thanks, Tiago. -Mensagem original

Re: Servlet and Applet working in Tomcat 4.0.4 standalone

2002-11-29 Thread Patrick Kosiol
David Brown wrote: Patrick Kosiol writes: Hi, I am using the Tomcat 4.0.4 as a standalone-server. Esspecially because JBuilder7 supports Servlet debugging. OK. I have an webApplication that includes a client- and a server-directory (package). The server-dir contains the Servlet-Class and

classpath problem

2002-06-03 Thread Patrick . Pierra
web application !!! Patrick PIERRA Linedata Services Luxembourg 00 352 29 56 65 282 [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: classpath problem

2002-06-03 Thread Patrick . Pierra
When i put WEB-INF instead Web-inf windows reformat the name into Web-inf. Please note that the name Web-inf was created by Tomcat when i deploy the WAR. Patrick PIERRA Linedata Services Luxembourg 00 352 29 56 65 282 [EMAIL PROTECTED

Class org/w3c/dom/NodeList violates loader constraints

2002-06-03 Thread Patrick . Pierra
(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Unknown Source) Patrick PIERRA Linedata Services

tag problem

2002-06-04 Thread Patrick . Pierra
t the servlet calling OdataJDBCinitializer is launch. is someone could help me ? Patrick PIERRA Linedata Services Luxembourg 00 352 29 56 65 282 [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

problem with ressources and/or class loader

2002-06-04 Thread Patrick . Pierra
ava:3395) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:785) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:454) I think it's a problem of class loading but i don't know how to resolve this problem Patrick PIERRA Linedata Services Luxembo

tomcat with security manager

2002-06-12 Thread Patrick Dowler
is buggy and/or malicious :-). Any ideas for a solution would be appreciated? cheers, -- Patrick Dowler Canadian Astronomy Data Centre National Research Council Victoria, BC -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

problem with response.sendRedirect()

2001-04-09 Thread Patrick . Pierra
i am someone could help me to understand ? Patrick PIERRA

Re: run servlet and get "page not found"

2001-04-09 Thread Patrick . Pierra
You have to update the web.xml file Patrick PIERRA "Ja

put an object in the application

2001-04-09 Thread Patrick . Pierra
what is the equivalent to session.setAttribute("aName", anObject) but whith an application scope thanks

Apache Basic authentication and tomcat connector

2001-04-10 Thread Moore, Patrick
We are in a conundrum, having planned to use our custom DCE/Kerberos Apache BasicAA plug-in, and use Tomcat for servlets. The idea is to rope off Tomcat+Apache into a trusted and isolated system, available to users only via the Apache https service. Then Tomcat can acquire credentials via a java

RE: Apache Basic authentication and tomcat connector

2001-04-10 Thread Moore, Patrick
. Of course, you also need to make sure your httpd.conf is using a hand-edited copy of tomcat-apache.conf rather than the auto-generated one. - Pat > -Original Message- > From: Moore, Patrick [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 10, 2001 11:11 AM > To: '

apache tomcat test environment

2001-04-20 Thread Patrick . Pierra
an' t retrieve any servlet code in the VA workspace Any explication... (I don't now if it's reliable but I've just setup IE5.5, before I've used IE4) Patrick PIERRA

bean location

2001-04-20 Thread patrick goruick
hey, all: i've seen this and similar problems in the list archive, but couldn't really find a solution: - i have a site setup on tomcat in webapps/mysite/ - i have a bean/class file @ webapps/mysite/web-inf/classes/mybean.class - the page webapps/mysite/beanuser.jsp works fine. (usebean class="m

apache tomcat test environment in visual age

2001-04-22 Thread Patrick . Pierra
an' t retrieve any servlet code in the VA workspace Any explication... (I don't now if it's reliable but I've just setup IE5.5, before I've used IE4) Patrick PIERRA

/servlet/ mapping

2001-05-03 Thread Patrick Medhurst
I am new to Tomcat, so please be gentle. To access a servlet, the default is to use: http://myhost.com:8080/bob/servlet/bob How can I change the "mapping" to use the following instead: http://myhost.com:8080/servlet/bob

Re: load a servlet or jsp at Tomcat startup

2001-04-20 Thread Patrick . Pierra
  - -   Login   /Login     Patrick PIERRA "

Tomcat + Castor JDO

2001-05-31 Thread Patrick . Pierra
.core.Response) void org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(org.apache.tomcat.service.TcpConnection, java.lang.Object []) void org.apache.tomcat.service.TcpConnectionThread.run() void java.lang.Thread.run() Patrick PIERRA

Get a JDBC DataSource via JNDI ( using Poolman ) - NEED HELP

2001-05-31 Thread Patrick . Pierra
bject org.jnp.interfaces.NamingContext.lookup(java.lang.String) java.lang.Object javax.naming.InitialContext.lookup(java.lang.String) Can someone help us, we have try a lot, read the documentation and the FAQ, but without success, please HELP US Thanks a lot for all your help Patrick Pierra

session object

2001-06-14 Thread Patrick . Pierra
ject is egal to null WHY ! Patrick PIERRA

RE: session object

2001-06-14 Thread Patrick . Pierra
tAttribute("request"); > > I constat that my request object is egal to null > > WHY ! > > > Patrick PIERRA __ Tato komunikace je urcena vyhradne pro adresata a je duverna. This communication is intended solely for the addressee and is confidential.

problem with

2001-09-25 Thread Patrick . Pierra
n a Jsp which is not on my root directory that doesn't work. Any Explication ? Patrick PIERRA

java.lang.SecurityException: sealing violation

2001-09-26 Thread Patrick . Pierra
(PoolTcpEndpoint.java, Compiled Code) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java, Compiled Code) at java.lang.Thread.run(Thread.java:479) any idee to help me Patrick PIERRA

Re: off-topic: Result Set as attribute

2001-09-26 Thread Patrick . Pierra
getEditor%> <%=book.getTitle%> <%=book.getAuthor%> HREF="moreinfos.jsp?index=i">more information } %> than retrieve this bean in your second jsp and retrieve your book object throught the index in your collection attribute <% i = request.getParameter("in

test environnement

2001-09-26 Thread Patrick . Pierra
's of bugs. Could i find a more recent Tomcat Test environnement for visual age or an other solution to debug JSP .. Patrick PIERRA

How to set classpath in TC4

2001-09-26 Thread Patrick . Pierra
hi, Where have i to set the classpath in TC4 ? Patrick PIERRA

run servlet on TC4

2001-09-26 Thread Patrick . Pierra
eb.xml file is wrong write have i to put it in classpath Patrick PIERRA

bug report

2001-09-26 Thread Patrick . Pierra
Hi! I've just install Tomcat 4.0 on WinNT4 with an installer package (.exe). When i launch Tomcat Start i recieve an error : A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL relocation target' has occurred in : 'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpret

Class Not Found Exception in TC4

2001-09-26 Thread Patrick . Pierra
nd, in TC 3.2.1 I've a servlet which try to access a xml file. To parse this xml file i use jaxp and crimson. But i recieve a java.SecurityException (sealing violation) Why ? Patrick PIERRA

Tomcat & JDO

2001-09-27 Thread Patrick . Pierra
in Tomcat ? Patrick PIERRA

no such method error on ((org.apache.jasper.runtime.JspWriterImpl)out).flushBuffer();

2001-12-10 Thread Patrick Dyson
one. I apologize if this has been covered, I cannot find any mention of it. Any help is appreciated. Patrick http://groups.google.com/groups?q=tomcat+JspWriterImpl+no+method+matching+fl ushBuffer()&hl=en&rnum=2&selm=AW1P7.1958%24_3.8295%40news.iol.ie Hello, I'm running Tomcat3

old tag

2002-05-31 Thread Patrick . Pierra
hello ! i try to use tomcat 4.0. I have an aplication which run on tomcat 3.2.4 but i have a problem with tomcat 4.0. It seems that tomcat 4.0 can't understand the tag : 1 in the web.xml file. Could you say me how can i replace this tag to obtain the same result in tomcat 4.0... Patrick P

RE: old tag

2002-05-31 Thread Patrick . Pierra
7;t get any error message because tomcat simply crash here is the concerned part of my web.xml file : OdataJDOinitializer lds.odata.web.servlets.OdataJDOinitializer 1 regards, Patrick PIERRA Linedata Services Luxembourg 00 352 29 5

RE: old tag

2002-05-31 Thread Patrick . Pierra
ok that's help me.. i have another problem. Tomcat crash probably because i have a problem with the servlet which is loaded on startup. The problem is that i can see the trace of the error because the DOS window is closed automatically. How can i change this behaviour ? Patrick PIERRA Lin

RE: old tag

2002-05-31 Thread Patrick . Pierra
s because tomcat 4.0 implements servlet 2.3 spec. The problem is that i use a test environnement (tomcat 3.2) in visual age. Can i found a test environnement that implements the new servlet 2.3 implementation ? Patrick PIERRA Linedata Services Luxembourg 00 352 29 56 65

tomcat and hardware load balancer

2001-06-26 Thread Patrick Tiquet
I'm trying to use tomcat through an Alteon load-balancer. However, I'm seeing a issue where connections remain in Established between the load-balancer and Tomcat, even though the client request has terminated between Apache and the load-balancer. The result is a bunch of unused established conne

get the request URI in a servlet included by a JSP page

2001-06-28 Thread Patrick Ruzand
from a jsp page ? Thanks for your help, Patrick.

mod_jk load-balancing and errors

2001-06-29 Thread Patrick Tiquet
I'm attempting to setup Apache/mod_jk to load-balance through a hardware load-balancer. So far it works, I get nice, even, balancing of requests between Tomcat servers. All is fine until I shutdown one of the Tomcat servers... When I shutdown one of the Tomcat servers I'm load-balancing to, I get

RE: mod_jk load-balancing and errors

2001-06-29 Thread Patrick Tiquet
I am using Tomcat 3.2 I'll give 3.3 a try. Thanks >-Original Message- >From: Jason Koeninger [mailto:[EMAIL PROTECTED]] >Sent: Friday, June 29, 2001 8:54 PM >To: [EMAIL PROTECTED] >Subject: Re: mod_jk load-balancing and errors > > >What version are you using? The mod_jk I'm using that

test

2001-07-13 Thread Patrick Luk
Sorry, this is only a test.

Newbie - Multi IP

2001-07-13 Thread Patrick Luk
Hi there,       I’m using Borland Application Server 4.5 for which it comes with Tomcat 3.2. How can I set Tomcat so that I can direct a particular IP to a specified WAR? This is like a configuration for an ISP for which I need a different web context for each domain.  

Using URL rewriting, I loose session Id when switching from http to https

2001-07-23 Thread Brigger Patrick
Hi Tomcat-ers, When I switch from http to https using URL rewriting (encodeURL(".."), with cookies turned off, I loose my sessionId. Does any one know the trick so that this does not happen? Thanks, Pat getAbstract.com Ltd. Patrick Brigger Alpenquai 12/14 CH-6005 Luzern Switze

Re: System hangs after 2-3 hours of use

2001-07-23 Thread Patrick Coskren
ore we hit the OS limit on open file descriptors, and whammo. Given time, the problem would clear up as the file pointers got garbage collected (closing the files as they went), but that didn't happen fast enough to avoid the problem. Database connections could pose a similar problem, depend

keeping sessions when switching from http to https

2001-07-24 Thread Brigger Patrick
Hi, Without cookies, I loose my session object when switching from http to https using encodeUrl. Can anyone help? Otherwise, it makes Tomcat really useless in real life applications, where it is absolutely necessary to support customers that have cookies disabled. Thanks, Pat

RE: keeping sessions when switching from http to https

2001-07-24 Thread Brigger Patrick
(http or https) so when you switch from http to https you will loose your session. Also the port number will change, which changes the domain. --- Brigger Patrick <[EMAIL PROTECTED]> wrote: > Hi, > > Without cookies, I loose my session object when > switching from http to https

RE: keeping sessions when switching from http to https

2001-07-25 Thread Brigger Patrick
m using cookies though) Is your context the same on the secure and insecure ones ? Can you provide an example of the link that you are using to go between the insecure one and the secure one. ( and the link that it produces :) ) Thanks David Brigger Patrick wrote: > > Th

RE: keeping sessions when switching from http to https

2001-07-25 Thread Brigger Patrick
When I try with cookies enabled, it works both on Netscape and IE 5. Cookies disabled does not work on either. Pat -Original Message- From: Mike Spreitzer [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 24. Juli 2001 19:13 To: [EMAIL PROTECTED] Subject: Re: keeping sessions when switching fr

RE: request for suggestions on how to secure a web application....

2001-07-25 Thread Brigger Patrick
One simple solution, but works perfectly: After the login process, save the login information in an object, for instance a customer object. session.putValue("customer", customer); In your JSP page, read the customer object: Customer customer = (Customer) session.getValue("customer"); Then do

RE: keeping sessions when switching from http to https

2001-07-25 Thread Brigger Patrick
ng the cross-protocol links (with HttpServletResponse.encode[Redirect]URL())? The only reason I ask is that it seems strange that it does OK with cookies but not with URL encoding: the code paths are similar, so I'd expect it to fail with both or succeed with both.

Tomcat 4.0 and IIS

2001-08-15 Thread Patrick Peralta
pear to apply to 4.0. Can anyone point me to documentation that gives directions on how to do this? Thanks! Patrick

virtual host / different welcome file...

2001-08-29 Thread Patrick May
I want a virtual host to forward to a different welcome file. For example, i have a tomcat server running at http://www.foo.com I want http://www.foobar.com to go to http://www.foo.com/friends/foobar.html. What would be the most straight forward way for me to implement this? Thanks, Patrick

problem whith request URL

2001-12-31 Thread Patrick . Pierra
urce1= a little String .&datasource2=.a little String... I don't know, if someone could help me ? Patrick PIERRA -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

URL resolution problem -- Tomcat Newbie

2002-01-14 Thread Patrick Yott
e I done something incorrect in my tomcat installation? Any help greatly appreciated patrick Patrick Yott Center for Digital Initiatives Brown University Library (401) 863-2817 (office) (401) 863-1272 (fax) -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:

New ROOT

2002-01-21 Thread Patrick Santana
Hello! I need to change my folder root to /home/web. How Can I do it? Thanks! -- Patrick Santana TAU CSI [EMAIL PROTECTED] Phone: 55 19 32514001 Mobile: 55 19 91223757 -- To unsubscribe: <mailto:[EMAIL PROTECTED]&g

Re: Help with Alias in Tomcat 4.0.2

2002-01-28 Thread Patrick Roumanoff
> > > > debug="0" crossContext="false" reloadable="true" /> > As far as I can understand, the syntax for aliasing is www.site1.com wap.site1.com see documentation: http://jakarta.apache.org/tomcat/tomcat-4.0

Re: Errors compiling warp connector

2002-01-29 Thread Patrick Roumanoff
> i run the following: > ./configure --with-apxs=/usr/local/Apache_EAPI/bin/apxs > --with-java=/usr/j2se/ > --with-tomcat=/tomcat4.0.2-compile/jakarta-tomcat-4.0.2-b2-src/dist/ >APR configure: config.status: creating include/arch/unix/apr_private.h > Execution of ./configure --enable-s

Re: WebAppDeploy Vs WebAppMount

2002-01-29 Thread Patrick Roumanoff
> WebAppConnection WarpConnection warp localhost:8008 > WebAppDeploy examples WarpConnection /examples > > WebAppConnection warpConnection warp localhost:8008 > WebAppMount examples warpConnection /examples/ > WebAppMount manager warpConnection /manager/ > WebAppMount

Re: why use mod_webapp?

2002-01-31 Thread Patrick Roumanoff
> Hi Folks, >I'm already using mod_webapp for handling my tomcat traffic via > apache. My question from a guy here is why do we do this and not just > create a simple re-direct page? ie. create a directory with a 1 line > HTML page in it that re-directs to the tomcat HTTP ser

Re: Database Pooling

2002-02-06 Thread Patrick Lacson
Don't know if anybody answered this yet but try PoolMan at sourceforge.net -Patrick Jason Webber <[EMAIL PROTECTED]> wrote: Does anyone know of a database pooling bean or soemthing that will aloow me to share connections among many jsp pages. Preferably something that is fre

RE: Apache 1.3.23 +Tomcat 4.0.2

2002-03-04 Thread Patrick Lee
about /path/to/tomcat/etc/tomcat.conf >(but this file doesn't exist). Please help me, I need it as soon as >possible. >Thank you very very much for your answers, >David Maixner > > >-- >To unsubscribe: <mailto:[EMAIL PROTECTED]> >For additional commands: &l

Re: tomcat startup problems on Linux box.

2002-03-05 Thread Patrick Lee
the startup/shutdown >scripts do not seem to work reliably. >I installed Tomcat from the RPM, so use the script >/etc/init.d/tomcat4 {shutdown|start}. >Sometimes they work, sometimes they don't. >I can always restart the service with a reboot, >but don't want to h

j_security_check example error

2001-02-23 Thread Patrick O'Brien
Is there any reason that the example for form authentication does not work. I have 3.2.1 and running the example gives me a 404 error when I try to submit the login info. examples/jsp/security/login/j_security_check Patrick O'Brien Senior VP, Chief Technology Officer MyOptionValue.com, LL

Make all files ending in *.xml be served by specific servlet

2001-03-15 Thread Patrick Beagan
Any help? I need to make all files ending in *.xml be be served by specific servlet, no matter what web application the xml file resides? thx.p Patrick Beagan AdvisorTech Corporation

running tomcat on Visual age

2001-03-23 Thread Patrick . Pierra
I'can't run tomcat on VA. I've imported all the tomcat ressources (servlet.jar, jasper.jar, parser.jar, webserver.jar,.) in VA. When i'm trying to run the tomcat.class in the webserver package i receive an error someone could help me PP

running tomcat in VISUAL AGE

2001-03-25 Thread Patrick . Pierra
Sorry, My last message was little beat short. I can't run tomcat on visual age. I have more precision about my problem It is during the instanciation of the class : -- org.apache.jasper.servlet.JspServlet Here is the trace --

using Tomcat Test Environnement in Visual Age

2001-04-04 Thread Patrick . Pierra
received a 404 error message file not found How have I to do to run a servlet on Tomcat? Patrick PIERRA

RE: using Tomcat Test Environnement in Visual Age

2001-04-04 Thread Patrick . Pierra
I've just downloaded the zip file Apache Tomcat Test Environnement on www.ibm.com. When you run the .exe file, it create a project and a set of package in VA. Then run TomcatRunner. Patrick PIERRA

RE: using Tomcat Test Environnement in Visual Age

2001-04-04 Thread Patrick . Pierra
Sorry, find here reply with history I've just downloaded the zip file Apache Tomcat Test Environnement on www.ibm.com. When you run the .exe file, it create a project and a set of package in VA. Then run TomcatRunner. Patrick PIERRA Patrick P

How to connect to a Data-File above the WEB-INF-Folder from a servlet????

2002-12-03 Thread Patrick Kosiol
know a better way to place my data-files? And how do I connect to them? thx a lot Patrick -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: How to connect to a Data-File above the WEB-INF-Folder from aservlet????

2002-12-03 Thread Patrick Kosiol
ks and the .exe-file is accessing my data-file and another instance of the servlet does the same the tomcat can be crash or the servlet or so. How do I handle that? Patrick Shapira, Yoav wrote: Howdy, How do I connect to a Data-File above the WEB-INF-Folder from a servlet For

Get the IP-Adress in a servlet

2002-12-05 Thread Patrick Kosiol
Hi, How do I get the IP - Adress (and port) from my Tomcat-Server in a servlet? thx4ur help Patrick -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Get the IP-Adress in a servlet

2002-12-05 Thread Patrick Kosiol
equest was received." I don't know how to get the server IP address, but you can get the server name with the getServerName() method. Hope this helps. Greetings Mauro Patrick Kosiol wrote: Hi, How do I get the IP - Adress (and port) from my Tomcat-Server in a servlet? thx4ur

How to get a "File" for a certain folder

2002-12-09 Thread Patrick Kosiol
Hi, how can I get a File-Object for a certain Folder placed under my $CATALINA_HOME/webapps/ROOT/ - Folder. I want to traverse over the files that are placed there. Can anyone help me? thx Patrick -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands,

How to get a "File" for a certain folder

2002-12-09 Thread Patrick Kosiol
Patrick Kosiol wrote: Hi, how can I get a File-Object for a certain Folder placed under my $CATALINA_HOME/webapps/ROOT/ - Folder. I want to traverse over the files that are placed there. Can anyone help me? thx Patrick -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]&g

  1   2   3   4   >