Re: 404

2006-06-04 Thread Martin Gainty
I guess if your a PHP guy I think you'll like it..Sorry sir the domain www.mycompany.com is taken! Check the port number assigned to Tomcat i.e. http://localhost:8080 HTH Martin-- This email message and any files transmitted with it contain confidential information intended only for the p

Re: Problem while deploying war

2006-06-04 Thread Martin Gainty
Venkatesh- I am Posting this to ant-users I did not see deploy task (unless you taskdef'ed in some class somewhere) but I did set serverdeploy http://ant.apache.org/manual/OptionalTasks/serverdeploy.html HTH Martin-- This email message and any files transmitted with it contain confide

Re: a compromised tomcat server

2006-06-12 Thread Martin Gainty
In the meanhile I would strongly suggest you run locally so you can control the environment- Martin -- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email

Re: Using Ant install with Tomcat 5.5

2006-06-13 Thread Martin Gainty
in the case of C:\Program Files\fu becomes C:\PROGRA~1\fu(which uses the shortened directory name) Just a FYI-- Martin -- * This email message and any files transmitted with it contain confidential information in

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

mod_jk broken pipe

2006-10-18 Thread Martin Kautz
d? Sorry for my bad english and thx in advance, Martin - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mod_jk broken pipe

2006-10-18 Thread Martin Kautz
Rainer, Thank you, but I'd like to know a bit more. Is there a way to avoid "pipes get broken"? Even if this issue does not affect the user's expirience I'd like to get rid of that log file pollution. I forgot to mention that the issue only applies to concurrent re

Re: static content

2006-10-23 Thread Martin Gainty
you can't skip SSL if your browser is speaking it? How does your browser speak SSL? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby not

Re: Eliminating the need for a trailing slash in accessing sub-directoryresourceson a Tomcat HTTP server

2006-10-23 Thread Martin Gainty
If I interpret this correctly you're saying if I go to https://www.whateveryoursiteis.com OR http://www.whateveryoursiteis.com:443 IE 6 browser intentionally (with no 301/302 HTTP events being sent from web server) redirects to port 80? M- This e-mail communica

Re: Help for Apache-Tomcat - JSP error

2006-10-23 Thread Martin Gainty
please display the jsp Martin-- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communication in

Re: Tomcat 5.5.20 : context unloaded and blank page for all JGI

2006-10-24 Thread Martin Gainty
from my understanding I believe there has to be a VirtualHost identified for all the *.jgi pages where the value of the ServerName corresponds to the value of the name attribute of server.xml Anyone else? M- This e-mail communication and any attachments may contain confidential and privileged i

Re: What would you do with field defect rate predictions?

2006-10-24 Thread Martin Gainty
have to understand in a visual sense what happens with defects of commercial offerings vs OpenSource counterpart over time Thanks, Martin -- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If

Re: give X509Certificate from ssl connection

2006-10-24 Thread Martin Gainty
as craig and bill barker have said if you want to force the browser to transmit your cert set your To: Sent: Tuesday, October 24, 2006 7:23 AM Subject: give X509Certificate from ssl connection Dear friends! I only start to work with tomcat, and already asked about it but have not received t

Re: problem with truststoreFile in server.xml

2006-10-24 Thread Martin Gainty
Hello Victor- you may want to follow the directions on how to create an empty keystore and then import Import the private key/certificate chain into the java keystore using extkeytool http://www.switch.ch/aai/certificates/certificateupdate.html then take a look at the keys afterwards at keytoo

Re: problem with truststoreFile in server.xml

2006-10-24 Thread Martin Gainty
or copying of it or its contents - Original Message - From: "Víctor Torres - UPF" <[EMAIL PROTECTED]> To: "Tomcat Users List" ; "Martin Gainty" <[EMAIL PROTECTED]> Sent: Tuesday, October 24, 2006 11:55 AM Subject: Re: problem with truststoreFi

Re: JSessionID Confusion

2006-10-24 Thread Martin Gainty
the only cgi var which could store this information is QUERY_STRING why not use session to store session info such as SessionID? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are n

Re: problem with truststoreFile in server.xml

2006-10-25 Thread Martin Gainty
uot;Víctor Torres - UPF" <[EMAIL PROTECTED]> To: "Tomcat Users List" ; "Martin Gainty" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, October 25, 2006 5:21 AM Subject: Re: problem with truststoreFile in server.xml > Have a look at the a

Re: How to use catalina classloader

2006-10-25 Thread Martin Gainty
thats because the manager webapp accesses classes from $TOMCAT_HOME/server/webapps/manager/WEB-INF/lib/catalina-manager.jar if you place the classes in $TOMCAT_HOME/server/webapps/manager/WEB-INF/classes the manager webapp will be able to access those classes M- This e-mail communication and any

Re: AW: Tomcat special character missin in request parameter

2006-10-25 Thread Martin Gainty
tive to tell the parser not to parse whats in the brackets e.g. <![CDATA[PutAllYourEscapedCharactersHere]]> I found a great tutorial here http://www.jerf.org/programming/encoding.html Martin-- This e-mail communication and any attachments may contain confidential and privileged informati

Re: Running single webapp across multiple hosts

2006-10-25 Thread Martin Gainty
Jeremy- From tomcat Context descriptors allow defining all aspects and configuration parameters of a Context, such as naming resources and session manager configuration. It should be noted that the docBase specified in the Context element can refer to either the .WAR or the directory so if y

Re: are JSPs using Java5.0 syntax supported completely?

2006-10-25 Thread Martin Gainty
) Martin -- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communication in error and that any review

Re: Tomcat Security Problem

2006-10-26 Thread Martin Gainty
If you want to restrict what pages/data items the user sees and to implement security for your web applications then I would look at portals jetspeed is a Portal Manager meaning it will only show the pages that the user is authorised to view as defined within the security roles Martin-- This e

Re: [TOMCAT 5.5] Context configuration problem

2006-10-26 Thread Martin Gainty
Adding the 127.0.0.1 WhateverTheHostNameIs to hosts allows that config to properly resolve to 127.0.0.1 (without any mods to server.xml) M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If y

Re: Shared Library Files in Tomcat 6.0?

2006-10-26 Thread Martin Gainty
http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html catalina classloader disappeared as well.. ??? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended rec

Re: can not deploy application .war in Tomcat

2006-10-26 Thread Martin Gainty
netstat -a will determine if Tomcat socket is already bound in which case you will have to stop the server M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipi

Re: Changing defaultHost from localhost to a FQDN

2006-10-27 Thread Martin Gainty
the correct port number as in http://host:Port Martin-- P.S. Alan are you by chance related to Don? This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you

Re: Changing the webapps directory

2006-10-28 Thread Martin Gainty
Aaron to change docRoot supply new value for appBase attribute in host element within server.xml http://tomcat.apache.org/tomcat-5.5-doc/config/host.html This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients na

Re: mod_jk and apache problem

2006-10-29 Thread Martin Gainty
Darek- You forgot to Add http://mail-archives.apache.org/mod_mbox/tomcat-users/200101.mbox/[EMAIL PROTECTED] Martin -- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the

Re: mod_jk configuration

2006-10-30 Thread Martin Gainty
Bruno- box: login as root to the box tomcat: login with tomcat-user (such as admin or manager) that already has admin,manager privs M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you

Re: Very basic web server hosting question

2006-10-30 Thread Martin Gainty
Canada- record the dynamic IP that the Tomcat server is running on and have the other boxes reference that IP in browser e.g. Tomcat server = 192.168.1.100 now other machines reference by going to http://192.168.1.100:8080 if you dont want IPs then publish a hosts file somewhere e.g /hosts 192.1

Re: installing the admin on 5.5

2006-10-30 Thread Martin Gainty
Good Evening Michael- download admin.zip from here http://tomcat.apache.org/download-55.cgi be sure to put commons-modeler.jar into $TOMCAT_HOME/webapps/admin/WEB-INF/lib HTH, M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the d

Re: JNDIRealm exception

2006-10-31 Thread Martin Gainty
Hello can we please see the statements leading up to NameParser.parse() method call are you able to ldapsearch using DC and OU parameters without CN? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients na

Re: Problem redirecting appbase on a network drive

2006-10-31 Thread Martin Gainty
/manager Martin -- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communication in error and that any

Re: haaving trouble html in tomcat 5.5.20

2006-10-31 Thread Martin Gainty
have you tried to apprise the response to setHeader so it may understand the specific wmv content-type e.g. response.setHeader("Content-Type","video/x-ms-wmv"); M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated rec

Re: tomcat-5.5.20 tld listeners from jars only from .../tomcat/common/lib?

2006-11-01 Thread Martin Gainty
on/classes f.. $CATALINA_HOME/common/endorsed/*.jar g.. $CATALINA_HOME/common/i18n/*.jar h.. $CATALINA_HOME/common/lib/*.jar i.. $CATALINA_BASE/shared/classes j.. $CATALINA_BASE/shared/lib/*.jar Martin-- This e-mail communication and any attachments may contain confidential and privileged

Re: getting the full URL

2006-11-01 Thread Martin Gainty
Dan- iterate thru all of the header variables and print the header variable.. <% Enumeration headerNames = request.getHeaderNames(); while(headerNames.hasMoreElements()) { String headerName = (String)headerNames.nextElement(); out.print("" + headerName); out.println(request.getHeader(headerName)+"

Re: Multiple paths to one application

2006-11-02 Thread Martin Gainty
actually the performance is better as you have control over what is being accessed, who is accessing and you dont have to play games with external http servers such as IIS / Apache M- This e-mail communication and any attachments may contain confidential and privileged information for the use of

Re: Modifying the response

2006-11-02 Thread Martin Gainty
Hello Charles- can you be more specific on this bug? Thx, M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have receiv

Re: forced to constantly restart Tomcat

2006-11-02 Thread Martin Gainty
It appears someone mucked up your socket permissions inside %TOMCAT_HOME%/conf/catalina.policy check for this SocketPermission grant grant { permission java.net.SocketPermission "localhost:80", "accept,connect,listen,resolve"; } Martin -- This e-mail communication and any att

Re: Could a bad servlet initializtion stop tomcat?

2006-11-02 Thread Martin Gainty
Yaar- try init() { try { //code here } catch(Exception excp) { System.exec("/PATH/TO/JAKARTA/bin/shutdown.sh"); } } Anyone else? Martin -- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients n

Re: problems with unpacking ROOT.war

2006-11-03 Thread Martin Gainty
Andrew- since the manager app is used to implement the decompression of the war I would set privilieged = "true" If the decompression error only occurs using Ant deploy task I would ping ant users list user@ant.apache.org Anyone else? M- This e-mail communication and any attachments may contai

Re: Could a bad servlet initializtion stop tomcat?

2006-11-03 Thread Martin Gainty
you're definitely targetting the most resource intensive and tangential use case Although there seems to be a bit of a disconnect that where exception logic shuts-down the server its running on BTW putting a system.exit(0) in your catch block will shutdown tomcat as well... albeit not gracefull

Re: Communication with a standalone java program from servlets (embedded tomcat). RMI?

2006-11-03 Thread Martin Gainty
ting multi-threaded objects for your web application. In other words you're on the right track..for more details take a look at http://java.sun.com/javase/technologies/core/basic/rmi/whitepaper/index.jsp Martin -- This e-mail communication and any attachments may contain confidential

Re: Error Messages?

2006-11-03 Thread Martin Gainty
Kevin- every Servlet has an init(ServletCinfig) method where you want to make sure you initialise all of the servlet variables Also perform quick sanity checks by initialising as well as printing the variable to make sure it is NOT null and avoid NullPointerExceptions on load e.g. YourServlet e

Re: Thread pool per webapp?

2006-11-03 Thread Martin Gainty
Huy This RequestProcessor enqueues requests and services on as needed basisyou can easily substitute jdbc connections for corba connections http://www.koders.com/java/fid327B70539EF40AE0E75381B058FB06D9B1BFFE61.aspx M- This e-mail communication and any attachments may contain confidential an

Re: Cannot create JDBC driver of class '' for connect URL 'null'"

2006-11-03 Thread Martin Gainty
eric- the name of your DB in the URL appears incorrect instead of url="jdbc:mysql://localhost:3306/p6120?autoReconnect=true" use url="jdbc:mysql://localhost:3306/P6120?autoReconnect=true" anyone else? M- This e-mail communication and any attachments may contain confidential and privileged info

Re: obtain X-Forwarded-for: client-IP-address in access logs

2006-11-03 Thread Martin Gainty
you can acquire the local IP (%A) and remote IP (%a) if you implement AccessLogValve http://tomcat.apache.org/tomcat-5.0-doc/catalina/docs/api/org/apache/catalina/valves/AccessLogValve.html M- This e-mail communication and any attachments may contain confidential and privileged information for t

Re: Thread pool per webapp?

2006-11-03 Thread Martin Gainty
> To: "Tomcat Users List" Sent: Friday, November 03, 2006 5:21 PM Subject: Re: Thread pool per webapp? > Lol! I was starting to get the same impression. :-) > > --David > > Christopher Schultz wrote: >> Tomcat List, >> >> Does anyone else suspect t

Re: Thread pool per webapp?

2006-11-03 Thread Martin Gainty
I have received another blank email from Chris- Am i the only person that doesnt see your response??? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient,

Re: Thread pool per webapp?

2006-11-03 Thread Martin Gainty
t; <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, November 03, 2006 6:40 PM Subject: RE: Thread pool per webapp? > From: Christopher Schultz [mailto:[EMAIL PROTECTED] et] > Subject: Re: Thread pool per webapp? > > > What was Eliza's last name? Co

Re: Apologies to the list (and Martin)

2006-11-04 Thread Martin Gainty
in the future- Thanks, Martin -- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communication in

Re: Thread pool per webapp?

2006-11-04 Thread Martin Gainty
never seen any configuration > parameters that effectively partition threads between webapps. > > --David > > Martin Gainty wrote: >> Boys- >> >> Why do you not post your answers? >> Do you have a solution or your solution is to whine like 10 year olds

Re: Request for WMV file to machine name doesn't work

2006-11-06 Thread Martin Gainty
that *should* work go to tomcat box ipconfig /all to view the IP assigned to the box go to another box nslookup IP to view the machine name ensure your machine name resolves to the same IP as the IP assigned for the tomcat box Anyone else? M- This e-mail communication and any attachments may c

Re: Request for WMV file to machine name doesn't work

2006-11-07 Thread Martin Gainty
You will also need to specify Content-disposition after setting Content-type as setting these attributes for your response response.setContentType("video/x-ms-wmv") response.setHeader("Content-disposition","attachment; filename=file.wmv"); Take a look at http://joseph.randomnetworks.com/arc

Re: mod_jk affinity for a lamed tomcat instance

2006-11-07 Thread Martin Gainty
Dan- the only way I could see accomplishing this task to programmatically support socket_keepalive on the connection and use default config of quiesce connection when not use ...as in this parameter which requests mod_jk to close connections immediately after use as in this option JkOptions

Re: SSL not working on Tomcat

2006-11-07 Thread Martin Gainty
Michael comments prefixed with Re> Howdy all, I'm struggling through setting up Tomcat with SSL on a Windows 2003 server, and even when I get the server running, with no errors in the logs when restarting the tomcat service, all I get is a "Page Not Found" error when I point to the ssl port

Re: java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener

2006-11-08 Thread Martin Gainty
Vasily- Can we see the web.xml listener element configuration for ServletContextListener and any listener's deriving from ServletContextListener have you verified your $CATALINA_HOME/commons/lib/servlet-api.jar is the same as the OS specific distro jar? Anyone else? M- This e-mail communication

Re: Tomcat and JSF. Internet Explorer prompts for download

2006-11-08 Thread Martin Gainty
Josue- I cannot resolve http://java.sun.com/jsf/html from your index.jsp Entiende? M This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby no

Re: configuring tomcat 6

2006-11-08 Thread Martin Gainty
Henry - It would be much easier to to implement this under tomcat standalone Is/Are there any reasons to run Apache with Tomcat or could you run Tomcat standalone? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated

Re: Extracting certificate information

2006-11-08 Thread Martin Gainty
the request.AuthType needs to be request.CLIENT_CERT_AUTH if(request.getAuthType()==request.CLIENT_CERT_AUTH) { //do your cert processing... } so in web.xml CLIENT_CERT RealmName so check the auth-method from your web.xml and make sure you set up to Standard Caveats apply as this is Only one

Re: How do I enable HTTP Sessions after setting up Virtual Hosts?

2006-11-11 Thread Martin Gainty
If ou are referring a bean somewhere.. in which case the default Scope is Page change the scope to Session as in and reference a session scoped HashMap instead of page scoped HashMap M- This e-mail communication and any attachments may contain confidential and privileged information for the use

Re: How do I enable HTTP Sessions after setting up Virtual Hosts?

2006-11-11 Thread Martin Gainty
it or its contents - Original Message - From: "Rashmi Rubdi" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, November 11, 2006 3:24 PM Subject: Re: How do I enable HTTP Sessions after setting up Virtual Hosts? Martin, Thanks for your reply. The HashMa

Re: New tomcat and Jasper error

2006-11-12 Thread Martin Gainty
have you verified your jasper libraries are located in $CATALINA_HOME/commons/lib jasper-compiler-jdt.jar jasper-compiler.jar jasper-runtime.jar ? This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named ab

Re: Tomcat reloading

2006-11-12 Thread Martin Gainty
can you verify the timeouts for the default connectors (specifically the connectionTimeout for the non-SSL default connector) also can you display the log ? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipi

Re: Tomcat reloading

2006-11-12 Thread Martin Gainty
s List" Sent: Sunday, November 12, 2006 3:35 PM Subject: Re: Tomcat reloading there is only one connector: sorry, what log do you mean? Best regards Karim Zibari - Original Message From: Martin Gainty <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Sunday, November 12, 200

Re: How do I ........?

2006-11-12 Thread Martin Gainty
you can always wrap your accesor in a simple try/catch block as in try { Image logo=null; logo = Toolkit.getDefaultToolkit().getImage("images/splash.png"); } catch(NullPointerException excp) { log.debug("NullPointerException thrown while retreiving image images/splash.png"); System.out.printl

Re: How do I ........?

2006-11-12 Thread Martin Gainty
sc = getServletContext (); >InputStream in = sc.getResourceAsStream("/Sexy_Laundry_Girl!.JPG"); > >int r = 0; >byte[] by = new byte[4096]; > >OutputStream os = rp.getOutputStream(); >while( ( r = in.read(by)) != -1) { >

Re: Problem with bootstrap.java

2006-11-13 Thread Martin Gainty
I see a different error message when using the build.xml at http://tomcat.apache.org/tomcat-5.5-doc/building.html Target download does not exist M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients name

Re: How do I ........?

2006-11-13 Thread Martin Gainty
intended recipient, you are hereby notified that you have received this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents - Original Message - From: "steve Burrus" <[EMAIL PROTECTED]> To: "Tomcat

Re: JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved....

2006-11-13 Thread Martin Gainty
Mano- I would start with a working Spring webapp such as petclinic sample webapp from spring and modify the code accordingly Feel free to contact me offline as this specific issue appears to be a mis-alignment with your spring environment M- This e-mail communication and any attachments may con

Re: Problem with bootstrap.java

2006-11-13 Thread Martin Gainty
Please display build.xml you are using M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communica

Re: Tomcat VS JBOSS

2006-11-13 Thread Martin Gainty
You are not necessarily confined to that 2.4 Servlet Container as mentioned in the docs and Tomcat classes specified in server.xml Read install and cluster config docs info at http://docs.jboss.org/jbportal/v2.4/reference-guide/en/html/clustering.html M- This e-mail communication and any attachmen

Re: How do I ........?

2006-11-13 Thread Martin Gainty
the instant you execute code where a variable is NULL you will throw NullPointerException if you want robust code you are better off wrapping in try catch block as in try { if( in == null) System.out.println("This statement will never be executed as NullPointerException will be thrown"); } cat

Re: How do I ........?

2006-11-13 Thread Martin Gainty
age - From: "david.delbecq" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, November 13, 2006 4:03 PM Subject: Re: How do I ? > o.O > > . > . > (not laughing, not laughing, not laughing) > > this is going to

Re: How do I update the commons-fileupdate JAR from 1.0 to 1.2?

2006-11-14 Thread Martin Gainty
I assumed you build as per http://www.wireshark.org/faq.html#q1.7 which protocol are you sniffing? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you

Re: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Martin Gainty
I verified the allow attribute is operational in RemoteAddrValve.. (that is when allow="192\.168\.200\.188" only 192.168.200.188 is authorised to that tomcat instance) could you verify which IP's are being authorised? could you tell us which version of Tomcat you are executing? Thanks, M- This e

jk connector problems

2006-11-14 Thread Martin Hochreiter
Hi! I have some problems with Tomcat & JK Connector and Apache Virtual hosts. Apache should only give requests of one virtual host to the jk connector, but it handles all requests over to the jk connector, no matter what host. Actually the log files of jkerror.log are very big - and getting bi

Re: jk connector problems

2006-11-14 Thread Martin Hochreiter
Rainer Jung schrieb: Hi, Martin Hochreiter schrieb: Hi! I have some problems with Tomcat & JK Connector and Apache Virtual hosts. Apache should only give requests of one virtual host to the jk connector, but it handles all requests over to the jk connector, no matter what host.

Re: jk connector problems

2006-11-15 Thread Martin Hochreiter
Rainer Jung schrieb: Hi Martin, these lines only mean, that mod_jk is checking whether it should forward the request or not, but it doesn't find a match (=JkMount), so it decides to let other apache modules handle the request. This part of request processing is normal, even if there

Re: jk connector problems

2006-11-15 Thread Martin Gainty
.lbfactor=3 worker.worker1.lbfactor=2 (worker2 is favored to handle incoming request over worker1) Viel Gluck, Martin This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended

Re: How do I ........?

2006-11-15 Thread Martin Gainty
This is one of those SS!=DS discussions which means that variables placed/alloc'ed on the stack are NOT the same as variables alloc'ed from heap so when using a variable which is alloced on the stack AND initialised to some known value (null) feel free to test that pre-allocated stack variabl

Re: Serving up applets

2006-11-16 Thread Martin Gainty
Hi Robert Which class is throwing the ClassNotFoundException? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have

Re: Serving up applets

2006-11-16 Thread Martin Gainty
ither for >>security problems or not finding the class. >> >>Robert S. Harper >>Information Access Technology, Inc. >> >>-Original Message- >>From: Martin Gainty [mailto:[EMAIL PROTECTED] >>Sent: Thursday, November 16, 2006 12:33 PM >>To:

Re: Serving up applets

2006-11-17 Thread Martin Gainty
are hereby notified that you have received this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents - Original Message - From: "Robert Harper" <[EMAIL PROTECTED]> To: "'Tomcat Users List

Re: Accessing Tomcat Manager failure

2006-11-17 Thread Martin Gainty
inside your $CATALINA_HOME/conf/server.xml display for us your UserDatabase entry here is mine as an example M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intend

Re: Filters, Security, Tomcat and Configuration

2006-11-17 Thread Martin Gainty
http://www.docjar.com/docs/api/javax/servlet/http/HttpServletRequest.html try getRequestURI (instead of getURI) HTH, M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the inten

Re: Realtime notification of ThreadPool logFull

2006-11-18 Thread Martin Gainty
your diagnostic appears out of sync with your source where did you acquire the source? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby

Re: Tomcat Performance Concerns

2006-11-18 Thread Martin Gainty
ThinCLient) JDBC driver Please keep us apprised on your progress, Martin -- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have

Re: Tomcat Performance Concerns

2006-11-18 Thread Martin Gainty
are a ton of sites to get oracle information from one of the most frequently visited sites is Oracles AskTom http://asktom.oracle.com One of the best sites for DBA oracle resources is Don Burleson's site located at http://www.dba-oracle.com/articles.htm HTH, Martin -- Oracle has alot of

Re: UnsatisfiedLinkError while using JNI

2006-11-18 Thread Martin Gainty
the entries in the LD_LIBRARY_PATH must be colon separated if your setting thru bash make sure you export LD_LIBRARY_PATH If none that works take a look at these LD_LIBRARY_PATH diagnostics http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html M- This e-mail communication and any attac

Re: Pooling Issue

2006-11-19 Thread Martin Gainty
,listen,resolve"; } ? Martin-- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communication in error

Re: Accessing Tomcat Manager failure

2006-11-19 Thread Martin Gainty
Friday, November 17, 2006 02:33 PM To: Tomcat Users List; Martin Gainty Subject: Re: Accessing Tomcat Manager failure Please post the file $CATALINA_HOME/conf/server.xml so that we can see where & how the ressource for your authorization is defi

Tomcat 6.0.2 and JSF

2006-11-23 Thread Martin Dubuc
Tomcat 6.0.2 and if there are undocumented steps to get this to work. Martin - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat Exception

2006-11-25 Thread Martin Gainty
A_HOME/bin/catalina.sh or %CATALINA_HOME%\bin\catalina.bat ? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender

Tomcat 6.0.2 Deployer

2006-11-27 Thread Martin Dubuc
ed on my system is 1.6.5. Martin - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Memory leaks on webapp redeploy

2006-11-28 Thread Martin Gainty
tions I hope this helps you, Martin This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communication in

Re: Is jsp designed for use by large websites

2006-11-28 Thread Martin Gainty
Good Morning Jack- As Tomcat is OpenSource (and not proprietary) and can be installed on any OS (vs just 1) I dont undertand What is causing the number of Tomcat users to attenuate over time? M This e-mail communication and any attachments may contain confidential and privileged information for

Re: javax.naming.NameNotFoundException: Name pool is not bound in this Context

2006-11-28 Thread Martin Gainty
Gerardo- http://tomcat.apache.org/tomcat-6.0-doc/printer/jndi-datasource-examples-howto.html server.xml need to identify all of the attributes of the DataSource as in ... web.xml needs to identify resource-ref name of jdbc/TestDB as DataSource http://java.sun.com/xml/ns/j2ee"; xmln

Re: server not reachable in regular period of time

2006-11-28 Thread Martin Gainty
(7.9K) [text/html] 100%[>] 8,132 --.--K/s 11:05:29 (30.37 MB/s) - `index.jsp.1' saved [8132/8132] Would you have any interest in automating this task? Viel Gluck, Martin -- This e-mail communication and any attachments may contain confidential and privileged information

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