RE: Tomcat Service on Windows.

2006-06-14 Thread Gohil, Jayesh
Hey thanks guys. I got it.I changed through windows service properties -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 11:40 AM To: Tomcat Users List Subject: Re: Tomcat Service on Windows. you can manipulate the user that

Re: Re: Axis application running on Tomcat 4.1.31 in Windows XP as NT Service cannot access network units

2006-06-14 Thread Marcos Guerrero Gomez
Hello Mark! Thank you for the answer! *Accessing the resource by UNC path : The same behavior, startup.bat makes the application can reach //computer/shareresource/commonfile.txt, but when we start Tomcat as NT service we get FileNotFound exception * Context Listener: Sorry, I can't find any

Re: Configure Resource in context.xml does not work as expected

2006-06-14 Thread Timm Frenzel
Hi Renaud, I tried this and now the content within the context-Element is preserved. Now I got it working, but I had to put the attribut override=true in the Context-Element. At first I didn't do that and then all additional attributes (like reloadable=true) had been ignored. Even the

Re: Not able to setup SSL on tomcat 5.5.17

2006-06-14 Thread Jack
Hi, I am not sure how to do the SSL setup in code but to do it via the config files you can see my instructions here: http://jack.godau.googlepages.com/jbosscertificatesandopenssl Cheers Jack... On 13/06/06, Raja Shaker Garlapati [EMAIL PROTECTED] wrote: Hi all, My application is

Re: JSPs will not load with virtual domain/Context Issue

2006-06-14 Thread Giorgio Ponza
Dave Kennell wrote: Well, Your context idea was a step in the right direction. I hate to be a bother however now as long as the JSP is in the root. It works great. But as soon as I try to goto www.test.com/admin it cannot find any of the classes that my JSPs have in them. Ive tried adding

Tomcat 5.5.17 JSP Reloading Problem

2006-06-14 Thread Akash
Hi, I am having a problem with JSP Reloading in Tomcat 5.5.17. It seems any changes I make to the jsp page are not reflected even if I restart the server. I put the context reloadable property to true in context.xml. Even redeployed the page through manager. Deleted the files in the work

Re: WELCOME to users@tomcat.apache.org

2006-06-14 Thread tzsoci
Hello! I installed java 1.6 and tomcat 5.5.15 on a machine. (this combo works fine on other machines) When i try to start tomcat it writes the following errors to the log file: [2006-06-14 11:17:47] [173 javajni.c] [error] Given module not exists. [2006-06-14 11:17:47] [924 prunsrv.c] [error]

Tomcat only shows blank pages

2006-06-14 Thread Fredrik Andersson
Hi all I´m trying ot set up an RHEL 4.3 server station with Apache ontop of Tomcat using the mod_jk connector. When Apache forwards pages to Tomcat all I get is empty white pages. I have no idea what is up with that and no clue on how to solve it. Any help on this would be great. Thanks =)

Re: WELCOME to users@tomcat.apache.org

2006-06-14 Thread Martin Gainty
This is a JVM topic specifically your LD_LIBRARY_PATH needs to be updated.. Martin- * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message

Re: Tomcat 5.5.17 JSP Reloading Problem

2006-06-14 Thread Mark Thomas
Akash wrote: Hi, I am having a problem with JSP Reloading in Tomcat 5.5.17. It seems any changes I make to the jsp page are not reflected even if I restart the server. I put the context reloadable property to true in context.xml. Even redeployed the page through manager. Deleted the

Re: Tomcat only shows blank pages

2006-06-14 Thread Mark Thomas
Fredrik Andersson wrote: Hi all I´m trying ot set up an RHEL 4.3 server station with Apache ontop of Tomcat using the mod_jk connector. When Apache forwards pages to Tomcat all I get is empty white pages. I have no idea what is up with that and no clue on how to solve it. Any help on

Re: problems with unsubscribing

2006-06-14 Thread Mark Thomas
Kris Reese wrote: OK -- I've been trying to unsubscribe from the mailing list, many many many many times now by sending a blank e-mail to [EMAIL PROTECTED] but it's not working. Can anybody tell me what is going on here? No idea. I have unsubscribed you. Mark

Re: Tomcat only shows blank pages

2006-06-14 Thread Fredrik Andersson
Versions: tomcat 5.5.17 apache 2.0.52-22 (RHEL 4 binary) mod_jk 1.2.15 log4j 1.2.13 commons-logging 1.1 Logs from latest run: catalina.out Jun 14, 2006 10:09:27 AM org.apache.catalina.core.StandardWrapper unload INFO: Waiting for 1 instance(s) to be deallocated Jun 14, 2006 10:09:27 AM

replace tomcat Status report

2006-06-14 Thread Dean Hiller
I finally gave up in searching for this(and my partner is soon to give up to) so I decided to ask here. When I go to http://localhost:8080/NoPage.jsf, tomcat tells me the tomcat version and everything so I can google for tomcat hacks on that version. I would much prefer to hide the version

Re: WELCOME to users@tomcat.apache.org

2006-06-14 Thread tzsoci
Thanks for the answer. Could you describe it a little bit? Thx Zsolt Martin Gainty [EMAIL PROTECTED] írta: This is a JVM topic specifically your LD_LIBRARY_PATH needs to be updated.. Martin- * This email message and any

Re: Tomcat 5.5.17 JSP Reloading Problem

2006-06-14 Thread Akash
Hi, The default pages that come with tomcat. If you want to change any of them and still get them reloaded. Where are the precompiled jsp for examples stored. Thanks Akash - Original Message - From: Mark Thomas [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent:

Re: replace tomcat Status report

2006-06-14 Thread Dean Hiller
I guess I should add that my partner did add this stuff to our ROOT.war(we deleted the ROOT directory) but it doesn't seem to work... error-page exception-typejava.lang.Throwable/exception-type location/error.jspx/location /error-page error-page

Fwd: Re: Tomcat only shows blank pages

2006-06-14 Thread Fredrik Andersson
A quick question on the topic, Is J2ee 5.0 SDK good to run togheter with these version of tomcat and apache? Forgott to mention that I had that version of java (5.0_017). To me it seems like it is either a problem with the mod_jk module (but it does forward me to an Appache Tomcat page when the

Re: replace tomcat Status report

2006-06-14 Thread Fredrik Andersson
Hi there I belive you should be able to edit you web.xml with info to overwrite the default error pages. Never done it myself but it´s a hint. =) Good luck Den 6/14/2006, skrev Dean Hiller [EMAIL PROTECTED]: I guess I should add that my partner did add this stuff to our ROOT.war(we deleted the

getContext(uri) returns null

2006-06-14 Thread Laurent SAUVAGE
Hi, I am using Tomcat 5.5.16, and a getServletContext().getContext('toto') call returns null. 'toto' is a web app deployed on same instance of tomcat where there is another wep app containing the servlet doing the call. What should I do for this call returns the correct ServletContext ?

RE: replace tomcat Status report

2006-06-14 Thread Tim Lucia
This works: 888 web.xml 8 ?xml version = '1.0' encoding = 'UTF-8'? 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;

Re: BASIC authentication to DIGEST authentication

2006-06-14 Thread jamurph
Mark, I've running Tomcat 5.0.28. BASIC is working ok with JDBC and JNDI, but when I change to DIGEST, login fails (401). I don't see anything in the log files and it looks like Tomcat isn't even trying to authenticate the user. Cann't see anything in LDAP logs for example. The password is stored

web-jsptaglibrary_1_1.dtd

2006-06-14 Thread carrie . latimer
I could not find this file on my computer. I did a cut and paste from the web of this file. I updated my struts-bean.tld file to use it locally and I get an error Severity Description ResourceIn Folder Location Creation Time Id 1 The file cannot be validated as the XML Schema

Fwd: Does the binary version of tomcat will run on an Itanium?

2006-06-14 Thread Einar Coutin
-- Forwarded message -- From: Einar Coutin [EMAIL PROTECTED] Date: 14-jun-2006 9:35 Subject: Does the binary version of tomcat will run on an Itanium? To: users@tomcat.apache.org Hello: The question is self explanatory, My platform: Itanium 1 733 MHZ. 1 GB RAM. Debian woody

Re: Problem with tag library calling

2006-06-14 Thread Hassan Schroeder
On 6/12/06, Alex Turner [EMAIL PROTECTED] wrote: I have the following lines in my source file: %@ taglib prefix=mp uri=com.mintpixels.web.helper % Has this ever worked? Because that uri above doesn't look much like a URI to me :-)(nor does it match any examples in JSP.7.3)... -- Hassan

Multiple instances of servlets

2006-06-14 Thread Magnus Larsgården
Hi all, Is Tomcat supposed to create multiple instances of my servlet at startup? Or is it a bug? Background: I have two different domains connected to my Tomcat server (version 5.5.17): http://mydomain1.host.com and http://mydomain2.host.com mydomain1 is directed to

Re: Newbie - Document Access Problem

2006-06-14 Thread Suba Suresh
Currently I am developing it on Windows XP. It has to run on both Linux and Windows OS. thanks, suba Mark Thomas wrote: What OS are you using? - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail:

Re: Multiple instances of servlets

2006-06-14 Thread Len Popp
How many web.xml files do you have, and how many servlet declarations are there in those files? Each one of those is a different servlet (even if some of them happen to be implemented by similar Java classes). Normally, Tomcat will create one instance of each of those servlets (or one per JVM in

Apache 2.2, tomcat 5.0.28 and mod_proxy_ajp

2006-06-14 Thread Pieter Bolle
I had to set up a a name based virtual host on a server. The JSP-files of this server should be served by Tomcat, any other file should be served by Apache. Therefore, I wrote this configuration: VirtualHost *:80 ServerName domain.be ServerAlias www.domain.be ServerAdmin

downloaded JK binaries for Linux - which to use? workers or prefork?

2006-06-14 Thread Kim Albee
I need some help -- I'm downloading the JK binaries to get my tomcat installation working with Apache, and when I go to download the jk binaries for linux/apache, I see the two files: jakarta-tomcat-connectors-jk-1.2.14-linux-sles9-x86_64-prefork.so

RE: problems with unsubscribing

2006-06-14 Thread Johnnie Chang
Apparently, nobody cares. I am tiring to unsubscribe from the list for a about a year. I am still getting tons to email related to Tomcat. Hope you have better luck. Johnnie Chang Network Administrator Phone: 909-305-2332 Fax:909-305-2180 [EMAIL PROTECTED] Alsaleh

RE: problems with unsubscribing

2006-06-14 Thread Darren Hall
Johnnie, To remove your address from the list, send an empty message to: [EMAIL PROTECTED] Hope this helps, Darren -Original Message- From: Johnnie Chang [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 11:05 AM To: 'Tomcat Users List' Subject: RE: problems with

Re: Problem clustering with multiple nodes

2006-06-14 Thread Troy Davidson
Filip, Thanks for the reply. I started to look at the lb and make sure everything was ok there. I did have a problem and everything is now working properly. Filip Hanik - Dev Lists wrote: How do you go to another server? are you using a load balancer? ie, is your session cookie passed

Re: Re: Axis application running on Tomcat 4.1.31 in Windows XP as NT Service cannot access network units

2006-06-14 Thread Marcos Guerrero Gomez
Hello again Mark! Thank you again for the answer. Although I'm going to search about servlet context listener, I've trying again with the UNC paths, and yes! you are right and the service started with users credentials with read permissions over the shared resource is able to read the file!

Re: getContext(uri) returns null

2006-06-14 Thread Marc Farrow
you need to have crosscontext set to true in your configuration file. On 6/14/06, Laurent SAUVAGE [EMAIL PROTECTED] wrote: Hi, I am using Tomcat 5.5.16, and a getServletContext().getContext('toto') call returns null. 'toto' is a web app deployed on same instance of tomcat where there is

Re: web-jsptaglibrary_1_1.dtd

2006-06-14 Thread Marc Farrow
I think it needs a protocol. try: !DOCTYPE taglib PUBLIC -//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1 //EN file://c:\temp\web-jsptaglibrary_1_1.dtd On 6/14/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I could not find this file on my computer. I did a cut and paste from the web of

Configure SSL

2006-06-14 Thread ngolehung84
Hi, I have configured my web site to use SSL successfully. But, the client can access my website from 2 URL with 2 protocol Http and Https For example: The client can access my website with: http://localhost:8080/mysite/ https://localhost:8443/mysite/ Now, I want to configure Tomcat to allow

Re: Configure Resource in context.xml does not work as expected

2006-06-14 Thread Renaud Waldura
Yeah, the reason why we're all trying to do this is because sometimes server.xml cannot be touched. In my case it's the installation default, but I'd rather not touch it anyway. Here's my context.xml, not much to it really. I think the key is in how you deploy it.

[SEMI - OT]

2006-06-14 Thread Marc Farrow
We have an internal DNS of somename. This DNS points to a specific machine with IIS running. When the user goes to http://somename the default web page pulls up which redirects the user to http://machinename/somename. Our current setup is Apache 2 with Tomcat 5.5.9 using MOD_JK2 on OpenVMS. Is

tomcat exception

2006-06-14 Thread IST1.Temp
Our tomcat server has 4 workers. My application sends out email to different users. After it sends out email I see following thing in Catalina.out 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Jun 14, 2006 2:01:01 PM org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run SEVERE:

SSL configured but not showing list of portlets inside portal

2006-06-14 Thread keyur sheth
Hi everybody, Well I configured the SSL in tomcat and now I am able to redirect the request from http to https. But doing that I found one problem. I am using a gridsphere portal which is an application deployed in tomcat. But configuring https I am not able to get the list of

Re: downloaded JK binaries for Linux - which to use? workers or prefork?

2006-06-14 Thread David Rees
On 6/14/06, Kim Albee [EMAIL PROTECTED] wrote: I need some help -- I'm downloading the JK binaries to get my tomcat installation working with Apache, and when I go to download the jk binaries for linux/apache, I see the two files:

Re: mod_jk timeout question

2006-06-14 Thread David Rees
On 6/13/06, FM [EMAIL PROTECTED] wrote: Is there a way to set a timeout for mod_jk ? Something tomcat crashes and httpd stops responding because every connection tries to connect to tomcat (with mod_jk) but there is no time out. I try this setting in worker.properties :

Re: tomcat exception

2006-06-14 Thread Martin Gainty
More than likely the port is already bound.. shut the server down and look for the PortNumber you are looking for- netstat -a | grep NameOfPortYouAreAdvertisingOn M- * This email message and any files transmitted with it contain

Re: downloaded JK binaries for Linux - which to use? workers or prefork?

2006-06-14 Thread Kim Albee
yes -- but what is the difference? i'm running Fedora Core 3 on a single processor Linux box, running Apache 2.x what does prefork mean? vs. worker? thanks, Kim :-) On 6/14/06, David Rees [EMAIL PROTECTED] wrote: On 6/14/06, Kim Albee [EMAIL PROTECTED] wrote: I need some help -- I'm

Re: web-jsptaglibrary_1_1.dtd

2006-06-14 Thread carrie . latimer
!DOCTYPE taglib PUBLIC -//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1 //EN file://C:\TEMP\web-jsptaglibrary_1_1.dtd taglib The error I receive now is Severity Description ResourceIn Folder LocationCreation Time Id 2 Referenced file contains errors

Re: downloaded JK binaries for Linux - which to use? workers or prefork?

2006-06-14 Thread Filip Hanik - Dev Lists
Prefork: http://httpd.apache.org/docs/2.0/mod/prefork.html Worker: http://httpd.apache.org/docs/2.0/mod/worker.html Kim Albee wrote: yes -- but what is the difference? i'm running Fedora Core 3 on a single processor Linux box, running Apache 2.x what does prefork mean? vs. worker? thanks,

Re: web-jsptaglibrary_1_1.dtd

2006-06-14 Thread Richard DeGrande
Have you tried just using the http address... http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd [EMAIL PROTECTED] 06/14/06 1:15 PM !DOCTYPE taglib PUBLIC -//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1 //EN file://C:\TEMP\web-jsptaglibrary_1_1.dtd taglib The error I receive now is

Re: web-jsptaglibrary_1_1.dtd

2006-06-14 Thread RickD
is there a reason you can't just specify the http address ?? http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd Or just take it out completely unless you need it validated. -- View this message in context: http://www.nabble.com/web-jsptaglibrary_1_1.dtd-t1786092.html#a4871884 Sent from

Re: web-jsptaglibrary_1_1.dtd

2006-06-14 Thread carrie . latimer
The connection is timing out. Carrie Latimer Florida's Turnpike Enterprise Tolls Data Center Main 561.488.5361 SC 247.5361 Fax 561.470.6615 Mobile: 561.239.6189 Nextel: 158*763*109 [EMAIL PROTECTED] - To start a new topic,

Re: web-jsptaglibrary_1_1.dtd

2006-06-14 Thread carrie . latimer
The connection is timing out .Severity Description ResourceIn Folder LocationCreation Time Id 1 The file cannot be validated as there was a connection problem. struts-html.tld SplitTransaction/WebContent/WEB-INF line 9 June 14, 2006 3:37:49 PM 249 Carrie Latimer

Re: web-jsptaglibrary_1_1.dtd

2006-06-14 Thread Marc Farrow
If connection is timing out, then I would suggest this as a firewall issue and you are not allowed to get to the HTTP address. As Rick suggested, just remove the DOCTYPE tag all together unless you need to validate the XML file. On 6/14/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The

Template tool

2006-06-14 Thread Leonel
Hello What's the simplest template engine or tool to use with tomcat servlets ?? thanks Leonel - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Tomcat 5.5.17 JSP Reloading Problem

2006-06-14 Thread Mark Thomas
They will be servlets in the classes directory for that webapp. Also, look at the definitions and mappings in t web.xml for the app. Mark Akash wrote: Hi, The default pages that come with tomcat. If you want to change any of them and still get them reloaded. Where are the precompiled jsp

Re: BASIC authentication to DIGEST authentication

2006-06-14 Thread Mark Thomas
jamurph wrote: From your response, it looks like JNDI, JDBC, digested passwords with digest authentication, are not supported until Tomcat version 5.5.5? It would explain why DIGEST with JNDI / JDBC doesn't work if running tomcat 5.0.28. I'm looking in the release notes but cann't see anything.

RE: Template tool

2006-06-14 Thread MW Janssen
i use velocity.. Maarten -Oorspronkelijk bericht- Van: Leonel [mailto:[EMAIL PROTECTED] Verzonden: donderdag 15 juni 2006 0:55 Aan: users@tomcat.apache.org Onderwerp: Template tool Hello What's the simplest template engine or tool to use with tomcat servlets ?? thanks Leonel

Re: Newbie - Document Access Problem

2006-06-14 Thread Mark Thomas
Suba Suresh wrote: Currently I am developing it on Windows XP. It has to run on both Linux and Windows OS. You could: - map a context to the folder containing your documents. - on Linux you could use a link. - just move the files and put them under the context Mark

Re: problems with unsubscribing

2006-06-14 Thread Mark Thomas
Johnnie Chang wrote: Apparently, nobody cares. I am tiring to unsubscribe from the list for a about a year. I am still getting tons to email related to Tomcat. Hope you have better luck. If we don't know about your problem, it is difficult to care. I have just unsubscribed you. Mark

RE: Template tool

2006-06-14 Thread Michael Rimov
does it can handle templates from String or has to be templates on file Nope, will work with a file. Be aware of XSS (Cross Site Scripting) when dealing with velocity, but that's about the only caveat. Here's the hello world example:

Re: Axis application running on Tomcat 4.1.31 in Windows XP as NT Service cannot access network units

2006-06-14 Thread Mark Thomas
Marcos Guerrero Gomez wrote: Glad to hear it is all working. A few words on additional explanation follow, mainly for those reading this thread at some point in the future. *All the services running in XP with LocalSystem account are not able to access to UNC paths neither mapped drives. This

Re: Multiple instances of servlets

2006-06-14 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread.

RE: Configure SSL

2006-06-14 Thread ngolehung84
But if I have 2 site: http://localhost/site1/ http://localhost/site2/ and I want only site1 use SSL, site2 does not! So what must I do? Thanks in advance! Hung. -- View this message in context: http://www.nabble.com/Configure--SSL-t1787438.html#a4876499 Sent from the Tomcat - User forum at

Re: Template tool

2006-06-14 Thread David Smith
Freemarker can. Very versitile for both web output as well as email and other templating purposes. --David Leonel wrote: On 6/14/06, MW Janssen [EMAIL PROTECTED] wrote: i use velocity.. Maarten thanks does it can handle templates from String or has to be templates on file