Re: Single error page for multiple web applications

2013-12-31 Thread Serge Fonville
p;ei=ALNzUtHWPKKN4wTVv4DgAw#q=tomcat+webapp+error+page&safe=off HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl 2013/12/31 Maarten van Hulsentop > Hello, > > We are using Tomcat to host a number of web applications as a uniform > solution. We trying to

Re: How to store session in database

2013-05-24 Thread Serge Fonville
Hi, Does http://www.intelligrape.com/blog/2010/07/21/tomcat-6-session-persistence-through-jdbcstore/ help answer your question? HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https

Re: runtime.exec "cmd.exe /C net use"

2013-03-24 Thread Serge Fonville
Hi, See the second reply on SO http://stackoverflow.com/questions/182750/map-a-network-drive-to-be-used-by-a-service HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https

Re: tomcat 7 eliminate connection

2011-03-27 Thread Serge Fonville
Hi, http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Request_Filters I found deny="192\.168\.1\.\d+" would cover it. If not, please clarify further HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Google!! They need to add G

Re: md5

2010-05-06 Thread Serge Fonville
newline? On Thu, May 6, 2010 at 4:56 PM, János Löbb wrote: > Folks, > > What am I doing wrong here ? > > bash-3.2# md5 -s apache-tomcat-6.0.26.zip > MD5 ("apache-tomcat-6.0.26.zip") = d0892b5662287d18c06b167c4bba249d > bash-3.2# cat apache-tomcat-6.0.26.zip.md5.txt > 6bf77c1c820a0e7c1a1fb6463c0a2

Re: Does Tomcat http work on port 80?

2009-10-09 Thread Serge Fonville
On Fri, Oct 9, 2009 at 4:28 PM, Peter Crowther wrote: > 2009/10/9 Serge Fonville : > > Hi, > > > > Yesterday on the JBoss users forum I posted the question how to setup > http > >> for Tomcat on port 80 internal to JBoss 5.1.0GA under Windows 2000 Prof. > [..

Re: Does Tomcat http work on port 80?

2009-10-09 Thread Serge Fonville
/en.lmgtfy.com/?q=tomcat+port+80+linux HTH Regards, Serge Fonville -- http://www.sergefonville.nl Convince Google!! They need to support Adsense over SSL https://www.google.com/adsense/support/bin/answer.py?hl=en&answer=10528 http://www.google.com/support/forum/p/AdSense/thread?tid=1884bc9310d9f923&hl=en

Re: [ANN] Compile Tomcat Web apps into native Windows/Linux executables (beta)

2009-09-22 Thread Serge Fonville
er. But If I compile tomcat and webapps into > single package, I will lost this feature. > > I see that's a very limited functionnality. I can imagine such functionality be very userfull for ISV, since upgrading those is often more tedious anyway. Apart from that I see little to no use

Re: How to install an updated third party SSL certificate for B2B transactions

2009-09-09 Thread Serge Fonville
Hi, > keytool error: java.lang.Exception: Public keys in reply and keystore don't > match http://lmgtfy.com/?q=Public+keys+in+reply+and+keystore+don%27t+match&l=1 Start with that, read the thread and maybe it helps HTH Regards, Serge Fonville On Wed, Sep 9, 2009 at 5:07

Re: Running tomcat as limited user (MS Windows)

2009-08-24 Thread Serge Fonville
uired operations. cacls to change permissions and net to alter groups and users. To take ownership, this can only easily be done through the gui (the security tab and click away...windows style ;-)) HTH Regards, Serge Fonville On Mon, Aug 24, 2009 at 9:34 AM, Peter Crowther wrote: > 2009/8/24

Re: Custom 404 page when webapp stopped

2009-08-20 Thread Serge Fonville
. Don't ask me for details I honestly don't know. Hopefully someone else can be more helpful, it's just a suggestion HTH Regards, Serge Fonville On Thu, Aug 20, 2009 at 3:25 PM, llg wrote: > Hi, > >  I have a webapp that needs to be down if we are doing some maintenance. I &

Re: Clearing the catalina.out file

2009-08-14 Thread Serge Fonville
learned either way and won't have to ask > again. Sorry. I support many other applications and if you have time to > explain how logrotate works, it's been on my to do list for a while. I do > appreciate the help. Just an idea http://www.apache.org/info/support.cgi Regards, Serge Fonville

Re: Clearing the catalina.out file

2009-08-14 Thread Serge Fonville
, Serge Fonville On Fri, Aug 14, 2009 at 5:06 PM, Susan Richards wrote: > No, but I will do it with a test server first since no one knows the > answer. > > >>> Christopher Schultz 8/14/2009 9:47 AM > >>> > -BEGIN PGP SIGNED MESSAGE- > Hash: SH

Re: Clearing the catalina.out file

2009-08-14 Thread Serge Fonville
> catalina.out Why type more ;-) HTH Serge On Fri, Aug 14, 2009 at 3:58 PM, Dan Denton wrote: > "echo "" > catalina.out" (without the outside quotes) works for us. > > Dan > > -Original Message- > From: Susan Richards [mailto:richa...@matc.edu] > Sent: Friday, August 14, 2009 8:53 AM >

Re: Beginner

2009-08-06 Thread Serge Fonville
Hi, Have you read http://tomcat.apache.org/tomcat-6.0-doc/index.html? The / urlpath correspoinds with $webappsdir/ROOT For every webapp a directory under $webappsdir is used HTH Regards, Serge Fonville On Thu, Aug 6, 2009 at 2:24 PM, Mohamed Shah wrote: > Hi, > > I am new to apac

Re: Need some SSL Config help.

2009-07-27 Thread Serge Fonville
> Just an update.  I decided to change up what I was doing.  Instead of > starting with SSL on tomcat, I ported Apache and Tomcat to work together on > my local test server.  Now I am going to do the APR.  Do I need to configure > SSL on both Apache and Tomcat or just Tomcat? If all connections go

WebdavServlet custom directory

2009-07-15 Thread Serge Fonville
possible with this implementation or do I need to use another one? I am running Glassfish 2.1 as a service on Windows Vista x64 SP1 on port 8080 Thanks in advance. Regards, Serge Fonville - To unsubscribe, e-mail: users-unsubscr

Re: Where does System.out.println go by default

2009-07-07 Thread Serge Fonville
'd google for: tomcat stdout http://tomcat.apache.org/tomcat-5.5-doc/logging.html HTH Regards, Serge Fonville - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: mod_jk on Windows 2008 x64

2009-07-07 Thread Serge Fonville
f chaning platform... And for Mod_JK, since that is a module for apache (I believe) it can be 32-bit just fine... Why exactly do you think you need it to be x64? How much memory is in the machine? What have you already tried? HTH Regard

Re: mod_jk on Windows 2008 x64

2009-07-07 Thread Serge Fonville
e and jdk? Also, have you tried compiling the software? HTH Regards, Serge Fonville - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: tomcat 6 service on local computer could not sta rt (1067 error)‏

2009-06-30 Thread Serge Fonville
e I'll post a step by step I use to install tomcat under windows HTH Regards, Serge Fonville - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Which Do I SSL - httpd or Tomcat?

2009-06-02 Thread Serge Fonville
Hi, >    Thank you for reading and replying. Can I assume from your reply that if I > am not on a secure LAN that I should SSL httpd and both Tomcat servers? It depends, is your tomcat accessible directly instead of through httpd? HTH Regards, Serge Fo

Re: hello world

2009-05-29 Thread Serge Fonville
ocal path What is the server.xml like How did you deploy the app How have you changed the default config... HTH Serge Fonville - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Compile JSP before the first request arrives

2009-05-27 Thread Serge Fonville
ng it? And can this also be done for an entire webapp instead of a single page? Regards, Serge Fonville - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Default servlet url mapping issue

2009-05-20 Thread Serge Fonville
Just out of interest, but where, how and why does it violate the spec? On Wed, May 20, 2009 at 3:33 PM, Mark Thomas wrote: > Viktoras Agejevas wrote: >> Hi, >> >> I have a weird default servlet url mapping issue >> (Tomcat 6.0.18 with fully default configuration). >> >> Here's my web.xml configur

Re: Default servlet url mapping issue

2009-05-20 Thread Serge Fonville
Have you tried a different order? On Wed, May 20, 2009 at 3:17 PM, Viktoras Agejevas wrote: > Hi, > > I have a weird default servlet url mapping issue > (Tomcat 6.0.18 with fully default configuration). > > Here's my web.xml configuration: > > > >      AnyServlet >      /* > > >      default

Re: What happened to the Tomact 6 Monitor?

2009-03-03 Thread Serge Fonville
cat runs OK on other machines (Vista or not), that way you can be sure whether it is host specific, os specific, of you should do some additional configuration (I know for a fact that tomcat works under Vista, I have it running on my Vista x64 machine, without errors or dialogs) Hope this helps Regards, Serge Fonville

Re: What happened to the Tomact 6 Monitor?

2009-03-02 Thread Serge Fonville
t is installed? I have had this same behavior several times. > So not every time then? All these times, was it on the same machine or different machines? Hope this helps. Regards, Serge Fonville On Mon, Mar 2, 2009 at 3:21 PM, Gary Marshall wrote: > All: > > I have a Vista machin

Re: friendly urls

2009-03-01 Thread Serge Fonville
g-Friendly-URLs-applications-Tomcat Hope this helps. Regards, Serge Fonville

Re: "remember me" authentication?

2009-02-26 Thread Serge Fonville
e authentication decisions. Any web application that uses authentication needs to perform these steps at every request (page view) Hope this helps. Regards, Serge Fonville

Re: Expired Self-Signed Certificates?

2009-02-17 Thread Serge Fonville
ificates are a means to verify the other party is who they say they are by means of acknowledgement of a recognized authority. If you wan't your application to deny the connection if the certificate is expired, the application must be written to do so. Hope this helps, Serge Fonville >

Re: Expired Self-Signed Certificates?

2009-02-17 Thread Serge Fonville
Hi, We have noticed that our expired self-signed certificates are still > functioning with no error messages. > What error messages would you expect?Is there nothing displayed prior to showing the page? Regards, Serge Fonville

Re: Problem starting Tomcat Windows service

2009-02-10 Thread Serge Fonville
Hi, Perhaps http://www.nabble.com/Tomcat-5.5-and-x64-Windows-to8430335.html#a20310083 might help. Yo can download the x64 version of the service exe and use that instead. Hope this helps Regards, Serge Fonville On Tue, Feb 10, 2009 at 2:37 PM, André Warnier wrote: > Hi. > > A

Re: virtual hosts

2009-01-28 Thread Serge Fonville
Alternatively you may be able to create a wildcard CNAME in dns Hope this helps. Regards, Serge Fonville On Wed, Jan 28, 2009 at 2:25 PM, Serge Fonville wrote: > On Wed, Jan 28, 2009 at 2:16 PM, Serge Fonville > wrote: > >> I tried it at my dev machine and added an alias to t

Re: virtual hosts

2009-01-28 Thread Serge Fonville
On Wed, Jan 28, 2009 at 2:16 PM, Serge Fonville wrote: > I tried it at my dev machine and added an alias to the host section for > *.domain.tldevery attempt to access a tomcat host on a resolvable address > works. > Sorry, my bad. I had only configured a default host. Probably t

Re: virtual hosts

2009-01-28 Thread Serge Fonville
I tried it at my dev machine and added an alias to the host section for *.domain.tldevery attempt to access a tomcat host on a resolvable address works. Hope this helps. Regards, Serge Fonville On Wed, Jan 28, 2009 at 1:53 PM, Josh Pollara wrote: > I am making a transition from apache h

Re: virtual hosts

2009-01-28 Thread Serge Fonville
Hi, Is your dns properly configured? And what does your environment look like? Regards, Serge Fonville On Wed, Jan 28, 2009 at 1:28 PM, Josh Pollara wrote: > Does Tomcat support wildcard virtual hosts? > > I'm looking to do something like this: > > *.example.

Re: by passing virtualhost when accessing an app?

2009-01-06 Thread Serge Fonville
Perhaps you can make the app available as a subdirectory of a domain, (similar as how google does it) that way you can point them to http://example.com/example.org to access the app you would normally access as example.org Hope this helps, Regards, Serge Fonville On Tue, Jan 6, 2009 at 2:04 PM

Re: HelloWorld servlet, or just about

2008-12-19 Thread Serge Fonville
ello World" by the above ? > > Better yet (but I don't want to abuse your patience), just paste the code > right here below : > > (space intentionally left blank) If you don't mind my asking, how much java experience do you have? Regards, Serge Fonville

Re: Tomcat not displaying jsp files.

2008-12-08 Thread Serge Fonville
Have you created a ROOT directory in your appBase? Regards, Serge Fonville On Mon, Dec 8, 2008 at 2:27 PM, Gaurav Pruthi <[EMAIL PROTECTED]> wrote: > Hi, > > I am facing a strange issue infact from past one year. I am using tomcat > virtual hosting but i am not able to run jsp

Re: dinamically adding virtual hosts

2008-12-05 Thread Serge Fonville
://localhost:8080/host-manager/html (assuming default install you need to logon using a user that has the admin role Hope this helps Regards, Serge Fonville

Re: dinamically adding virtual hosts

2008-12-05 Thread Serge Fonville
es your current configuration look like What have you already tried What is your end goal Regards, Serge Fonville

Re: tomcat 5.5.20 security issue

2008-11-24 Thread Serge Fonville
not be found. Are all the required libraries installed in the tomcat lib directory or in your WEB_INF/lib? Regards, Serge Fonville On Mon, Nov 24, 2008 at 2:45 PM, aymen83 <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm trying to run a web service on tomcat 5.5.20 but I hav

Re: tomcat virtual host

2008-11-20 Thread Serge Fonville
directory inside the webappsdir Every host can have it's own appBase. Hope this helps. Regards, Serge Fonville On Thu, Nov 20, 2008 at 5:07 PM, <[EMAIL PROTECTED]> wrote: > > - Mail Original - > De: "Charles R Caldarale" <[EMAIL PROTECTED]> > À:

Re: How do I configure server.xml for Tomcat to recognize my application directory?

2008-11-18 Thread Serge Fonville
Change appBase to the absolute path 'c:\public_html' Inside the appBase create a Directory ROOT (with capitals) Regards, Serge Fonville On Tue, Nov 18, 2008 at 6:26 PM, <[EMAIL PROTECTED]> wrote: > How do I configure server.xml for Tomcat to recognize the following setup? &

Re: Tomcatx.x and vista

2008-11-17 Thread Serge Fonville
Use http://support.microsoft.com/kb/294807 <http://support.microsoft.com/kb/294807> to disable these great pages ;-) Regards, Serge Fonville On Mon, Nov 17, 2008 at 3:54 PM, André Warnier <[EMAIL PROTECTED]> wrote: > Caldarale, Charles R wrote: > >> From: Chuck Hodge

Re: Debian + Apache 2.2 + Tomcat 5.5

2008-11-14 Thread Serge Fonville
inside your server.xml Regards, Serge Fonville On Fri, Nov 14, 2008 at 11:14 AM, Alexander Diedler <[EMAIL PROTECTED]>wrote: > Hello, > I have a problem to integrate my own Application into the Tomcat Server. > The mod_jk works fine. If I open http://127.0.0.1 I see the Tomcat Start &g

Re: Deploying On Production Server

2008-11-14 Thread Serge Fonville
Inside server.xml you can change the port number from (default) 8080 to 80Restart the tomcat service and it is running on the default HTTP port Regards, Serge Fonville On Fri, Nov 14, 2008 at 9:40 AM, Zaki Akhmad <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- >

Re: default web app

2008-11-08 Thread Serge Fonville
Perhaps you should use virtual hosts then. Regards, Serge Fonville On Sat, Nov 8, 2008 at 11:34 PM, Stefano Nichele <[EMAIL PROTECTED]>wrote: > Since in some case I must install others applications that I can't check it > and maybe someones of that is ROOT; in such case, I w

Re: Tomcat Native library for Windows

2008-11-07 Thread Serge Fonville
) you could also telnet to your tomcat server for http: GET / HTTP/1.1 host: localhost (two enters) On Fri, Nov 7, 2008 at 1:16 PM, zmeeagain <[EMAIL PROTECTED]> wrote: > > My server.xml: http://www.nabble.com/file/p20379495/server.xml server.xml > > > Serge Fonville wrote: &

Re: Tomcat Native library for Windows

2008-11-07 Thread Serge Fonville
Could you post your server xml (excluding comments) since I have the same situation working fine. On Fri, Nov 7, 2008 at 11:51 AM, zmeeagain <[EMAIL PROTECTED]> wrote: > > What I failed to report is that, now that the AprLifecycleListener is > initialised and the library is loaded, I can't access

Re: Tomcat multiple sub domain names configuration

2008-11-06 Thread Serge Fonville
Either create a new host in server.xml with a different appBase or check for the request url and perform a redirect Regards, Serge Fonville On Thu, Nov 6, 2008 at 1:28 PM, Ridwan <[EMAIL PROTECTED]> wrote: > Hi, > > I Need some help. I have Java applications running in Apache

Re: Tomcat Native library for Windows

2008-11-06 Thread Serge Fonville
As far as I know Vista x64 does not run on an ItaniumPerhaps you instead wanted amd64 Regards, Serge Fonville On Thu, Nov 6, 2008 at 9:07 AM, zmeeagain <[EMAIL PROTECTED]> wrote: > > I too had and still have the same problem: > > 6 N

Re: SSL setup help

2008-11-05 Thread Serge Fonville
aes256 -out key.pem 8192 Enter pass phrase for key.pem: proactix req -new -key key.pem -sha1 -x509 -out cert.pem The same should be similar on Linux Regards, Serge Fonville On Wed, Nov 5, 2008 at 4:29 PM, Michael A. Tucker < [EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE---

Re: Custom Error Messages (5xx and 4xx)

2008-11-03 Thread Serge Fonville
page for the current example uses the "exception" object to report the name of the class that caused the exception: Basically when at the top of the jsp you specify isErrorPage=true, you have a variable exception that contains the thrown exception Hope this helps Regards, Serge Fonvill

Re: Tomcat 5.5 and x64 Windows

2008-11-03 Thread Serge Fonville
remember a thread earlier (within the last month or so) in this > forum where one of the luminaries (Mark or Chuck or..) indicated some > location where a 64-bit version of these programs could be obtained on the > Tomcat site. > > HTH > > > > Serge Fonville wrote: > &

Re: Tomcat 5.5 and x64 Windows

2008-11-03 Thread Serge Fonville
file specified. > [2008-11-03 14:40:56] [1336 prunsrv.c] [error] > Load configuration failed > > > > > Serge Fonville wrote: > > > > Hi, > > > > I have tomcat running on Windows Vista Home Premium x64 in native 64-bit. > > Heres what I did: &g

Re: Tomcat 5.5 and x64 Windows

2008-11-03 Thread Serge Fonville
done? Regards, Serge Fonville On Mon, Nov 3, 2008 at 9:24 PM, robainp <[EMAIL PROTECTED]> wrote: > > Have the same problem. > want to install tomcat service on windows 64 running on xeon processor. > > installed the microsoft library > > http://www.microsoft.com/down

Re: Problem to install APR Tomcat Native Library

2008-10-31 Thread Serge Fonville
Thanks, I didn't know that. I stand corrected Regards, Serge Fonville On Fri, Oct 31, 2008 at 6:06 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Serge Fonville [mailto:[EMAIL PROTECTED] > > Subject: Re: Problem to install APR Tomcat Native Library >

Re: Problem to install APR Tomcat Native Library

2008-10-31 Thread Serge Fonville
In tomcat 6 you need to specify an executor to define minSpareThreads and maxSpareThreads (altough this isn't required, IIRC/AFAIK) http://tomcat.apache.org/tomcat-6.0-doc/config/http.html(search for executor) http://tomcat.apache.org/tomcat-6.0-doc/config/executor.html Regards, Serge Fon

Re: How to find tomcat's- window service parameters

2008-10-31 Thread Serge Fonville
want to do is increase the heap size, this can be done in catalina.bat by adding -Xms and -Xmx to the java_opts Any additional information about your environment would be helpful to answer your questions Regards, Serge Fonville On Fri, Oct 31, 2008 at 11:12 AM, Thangavel Sankaranarayanan < [EM

Re: How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-10-30 Thread Serge Fonville
approach to configuring multiple instances You should be able to create a service for each instance (specify the service name with the service.bat) I found all the links so far by googling for 'tomcat multiple instances windows' (without the quotes) Regards, Serge Fonville On Thu, Oct 3

Re: How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-10-30 Thread Serge Fonville
sure, specify it near the top (before used) That way the alternate value only applies inside that instance Does this help? Regards, Serge Fonville On Wed, Oct 29, 2008 at 8:16 PM, dOE <[EMAIL PROTECTED]> wrote: > Guys, please don't give up on me yet, I am going to go read up on

Re: How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-10-29 Thread Serge Fonville
Any additional information about your environment would be nice. Regards, Serge Fonville P.s. just a note, please do not use caps, it greatly reduces the readability ;-) On Wed, Oct 29, 2008 at 5:19 PM, dOE <[EMAIL PROTECTED]> wrote: > You say the page not found errors are good... > *IT

Re: How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-10-29 Thread Serge Fonville
connectors have an address defined The fact you get a 400 indicates that a tomcat is responding, you now only have to determine if it is the right one and what causes the error (what type of content are you serving, static dynamic) Regards, Serge Fonville On Wed, Oct 29, 2008 at 3:49 PM, dOE <[EM

Re: How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-10-29 Thread Serge Fonville
Place inside a element and the output of netstat contains an entry for 127.0.0.1:80 instead of the usual 0.0.0.0:80 Regards, Serge Fonville On Wed, Oct 29, 2008 at 2:31 PM, dOE <[EMAIL PROTECTED]> wrote: > Serge thanks for the reply... > > so to hard code the IP its just a

Re: How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-10-29 Thread Serge Fonville
There is an address attribute inside the connector that specifies the address of the listening socket http://tomcat.apache.org/tomcat-6.0-doc/config/http.html http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html Hope this helps Regards, Serge Fonville On Wed, Oct 29, 2008 at 2:06 PM, dOE

Re: Disjoint Base64 Encoded String

2008-10-29 Thread Serge Fonville
A + is automatically converted to a space.If you want to use base64 either convert it client side or indeed urlencode it so that it can only be interpreted as it is intended and no 'intelligent' interpretation is done Regards, Serge Fonville On Wed, Oct 29, 2008 at 2:01 PM, Jeng

Re:

2008-10-28 Thread Serge Fonville
d the AD server the same system (have you tried on another system) windows has it quirks(not being able to connecto to the local IP for example Regards, Serge Fonville On Tue, Oct 28, 2008 at 1:13 PM, Hisham Farahat <[EMAIL PROTECTED]>wrote: > Ok, i used the normal logger with ALL messag

Re:

2008-10-28 Thread Serge Fonville
nd has all libraies in its classpath avaiable to it. the rest can be found on the tomcat website about logging (which yoiu clearly already found) Perhaps you got a specific error during building. If so, what was it and what steps did you take (before,during,after) Regards, Serge Fonville On Tue, Oct 2

Re: Tomcat Cluster and NFS mounted webapp

2008-10-27 Thread Serge Fonville
Even though I have little experience with tomcat clusteringFor this situation I would specify one work directory in the config files (located on nfs) that points to a local directory that way everything can be shared except the work directory Hope this helps Regards, Serge Fonville On Mon, Oct

Re: Tomcat server with two websites with two different authentications

2008-10-27 Thread Serge Fonville
In Tomcat there is already a host defined (localhost)Copy that block and you have a new host (change the path though) And look at the docs about realms, virtual hosts, engine and services and their nesting Regards, Serge Fonville On Mon, Oct 27, 2008 at 12:09 PM, Hisham Farahat <[EM

Re:

2008-10-27 Thread Serge Fonville
. Also if you increase the verbosity of the logging<http://tomcat.apache.org/tomcat-6.0-doc/logging.html>you might be able to determine what exactly went wrong. Hope this helps Regards, Serge Fonville Links: On Mon, Oct 27, 2008 at 10:33 AM, Hisham Farahat <[EMAIL PROTECTED]>wrote:

Re:

2008-10-27 Thread Serge Fonville
What OS is it running on Can you use ldap manually without errors Regards, Serge Fonville On Mon, Oct 27, 2008 at 9:18 AM, Hisham Farahat <[EMAIL PROTECTED]>wrote: > Dear All, > I have a problem with my web application. I configured tomcat 6.0 to > authenticate users through Re

Re: Are multiple contexts of the same code code base visible to each other?

2008-10-24 Thread Serge Fonville
Unless specifically coded to do so, no thread can talk to another by default since there is no way of talking to another instance with an unknown name or identifier On Fri, Oct 24, 2008 at 7:09 PM, Jonathan Mast <[EMAIL PROTECTED]>wrote: > Suppose I have 1 webapp named "code-stuff" that sits in m

Re: Obfuscating a Servlet

2008-10-24 Thread Serge Fonville
Hi, Obfuscation makes it harder to reverse engineer your code, nothing more. If your code is of interest, there a people who can reverse engineer it. If you want to make sure people can't read your code. Use a wrapper to encrypt it and decrypt it through a value you can provide through the context.

Re: Question about Tomcat context

2008-10-24 Thread Serge Fonville
Hi Jerome. If you save everything that is specific to the context in that context, they operate as separate. Regards, Serge Fonville On Fri, Oct 24, 2008 at 12:02 PM, Jerome Lepage - AKEROZ < [EMAIL PROTECTED]> wrote: > > Hi, Thanks for quick answers > > My app is a Cms &

Re: Question about Tomcat context

2008-10-24 Thread Serge Fonville
upgrade to Tomcat 6.0 That said: By simply copying the same files to different contexts you have the same application available multiple times under different URLs. Regards, Serge Fonville On Fri, Oct 24, 2008 at 11:25 AM, Jerome Lepage - AKEROZ < [EMAIL PROTECTED]> wrote: > > H

Re: SSL Host

2008-10-10 Thread Serge Fonville
fault host service which just throws a 404 or something Thanks a lot so far, Serge Fonville On Fri, Oct 10, 2008 at 5:27 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Serge Fonville [mailto:[EMAIL PROTECTED] > > Subject: Re: SSL Host > > > > I

Re: SSL Host

2008-10-10 Thread Serge Fonville
umn.nl/ to refer to one appbase and https://secure.autumn.nl/ to another appbase basically having three appbases, secure.autumn.nl, localhost and *.autumn.nlwhich then contain contexts as usual How would I go about this then? Thanks in advance, Serge Fonville On Fri, Oct 10, 2008 at 4:28 PM, C

Re: Too many open files

2008-10-08 Thread Serge Fonville
I'm recently new to tomcat, but still I hope I am able to help a little.On one end, any connection object should be nulled so the garbage collector can pick it up. On the other end, in server.xml define an executor and refer it in the connector, that way, you can specify the idle time and the maxim

Re: SSL Host

2008-10-07 Thread Serge Fonville
]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Serge, > > Serge Fonville wrote: > > What I would like to know is: how do I setup tomcat to serve a different > > host on ssl and normal on the same socket. > > Do you mean the same port? You can't have

SSL Host

2008-10-07 Thread Serge Fonville
combining listener, connector and host in some way, but I can not find out how I should do that. Thanks a lot in advance Serge Fonville

Re: Tomcat outputs php to stderr

2008-09-30 Thread Serge Fonville
wrote: > > - Original Message - From: "Serge Fonville" < > [EMAIL PROTECTED]> > To: > Sent: Monday, September 29, 2008 6:00 PM > Subject: Tomcat outputs php to stderr > > > > Hi, >> I am developing a ticket system which should use servlets to conne

Tomcat outputs php to stderr

2008-09-29 Thread Serge Fonville
Hi, I am developing a ticket system which should use servlets to connect to the various resources. Currently I am a php developer and busy to learn JSP/TLD/Servlets I installed Tomcat 6.0.18 with PHP 5.2.6 on Windows Vista Business (the production server will be running either Gentoo or CentOS). I