RMI call fails when URL contain spaces

2009-07-20 Thread Tomas Pollak
Hello all, I have this use case: I'm developing a web applicaton that makes an RMI call to a server. If I have a standalone Tomcat instance, and deploy the war to it, it works fine. However, when I use the maven-tomcat-plugin I get a MalformedURLException. Searching for this problem online the

Re: [Bulk] RE: advantages using tomcat + mod_jk

2009-04-06 Thread Tomas Rodriguez
yes I set the tomcat_home as c:\Tomcat6.0 what is environment variable TOMCAT_HOME set to? what is environment variable CATALINA_HOME set to? but which is the path for catalina_home,? isn't the same for tomcat_home? Thanks Tomas From: admhards...@yahoo.ca To: users@tomcat.apach

Re: advantages using tomcat + mod_jk

2009-04-06 Thread Tomas Rodriguez
app. You would access the above via the URL http://127.0.0.1:8080/tomas, assuming your browser is on the same machine that Tomcat is running on and you're using the default server.xml. BUT my big doubt is. What paremeters I'll need write inside of my new file web.xml, this is my bi

advantages using tomcat + mod_jk

2009-04-06 Thread Tomas Rodriguez
doing that. by this reason I asked this doubt. thanks so much, for everyone in this list. TOMAS - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: HTTP Status 500 The server encountered an internal error () that prevented it from fulfilling this request

2009-03-28 Thread Tomas Rodriguez
ll example in java that I wanna build by myself, that all, that I wanna. I have http apache in my pc too. thanks so much TOMAS -- From: "Caldarale, Charles R" Sent: Saturday, March 28, 2009 12:07 PM To: "Tomcat Users List" Subjec

HTTP Status 500 The server encountered an internal error () that prevented it from fulfilling this request

2009-03-28 Thread Tomas Rodriguez
at6.0\conf\Catalina\localhost\tomas.xml I wrote this. when I tried to load my example page http://127.0.0.1:8080/tomas, the navigator show me this error now. HTTP Status 500 - type Exception r

error with tomcat HTTP Status 404 The requested resource() is not available

2009-03-23 Thread Tomas Rodriguez
wrote http://127.0.0.1:8080/tomas, but at the end I can see anything, just show me an error. the error is: HTTP Status 404 - /tomas/ type Status report message /tomas/ description The requested resource (/tomas

Re: mysql + tomcat work already but I need to reconfigurate the tomcat for load the examples in other location of the hard driver

2009-03-21 Thread Tomas Rodriguez
. where host= name or address IP appName=? please somebody can explain me a litte more. actually I am developer in php, asp.net but never I work with tomcat by this reason I have this doubt. thanks a lot to all good peoples in this list. TOMAS

mysql + tomcat work already but I need to reconfigurate the tomcat for load the examples in other location of the hard driver

2009-03-20 Thread Tomas Rodriguez
Help me again please!!! thanks have a good day TOMAS -- From: "Rusty Wright" Sent: Thursday, March 19, 2009 8:40 PM To: "Tomcat Users List" Subject: Re: configuration about tomcat for work with mysql/J connector http://l

configuration about tomcat for work with mysql/J connector

2009-03-19 Thread Tomas Rodriguez
eveloper a project very important to me. thanks have a great day. sincerely TOMAS - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: mysql/J connector + tomcat and it configuration

2009-03-17 Thread Tomas Rodriguez
ql/ J connector in windows 2000. I need a help. thanks one again. have a great day TOMAS -- From: "Ken Bowen" Sent: Monday, March 16, 2009 8:32 PM To: "Tomcat Users List" Subject: Re: mysql/J connector + tomcat and it configuration

mysql/J connector + tomcat and it configuration

2009-03-16 Thread Tomas Rodriguez
Hi everybody. I'm new in this list and new work with tomcat, by this reason I have a doubt with mysql/j connector and Tomcat. my doubt is. what should I do for configurate mysql/j and tomcat work together? somebody can help me with this big problem for me?. Thanks so much. have a good day -

how to change Tomcat default headers

2007-02-12 Thread Tomas Pop
ication/msword", I click on the file and it's processed by Tomcat default servlet and there are bad headers for IE. Thanks. -- Mgr. Tomas Pop Master Internet s.r.o. - To start a new topic, e-mail: users@tomcat.a

request browser window identification

2006-10-26 Thread Tomas Pop
tiple windows (same session). So I want to identify for which window which action was performed. Thank you for your help. -- Mgr. Tomas Pop Master Internet s.r.o. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscri

Re: web.xml error page redirect, Java EE 5

2006-10-24 Thread Tomas Pop
Jon Wingfield wrote: Have you tried the request attributes specified in section "SRV.9.9 Error Handling" of the servlet spec? Specifically, the request attribute named "javax.servlet.error.request_uri". No, I haven't. Thank you for your help, it works fine now. Tom

web.xml error page redirect, Java EE 5

2006-10-24 Thread Tomas Pop
get the path specified by the client after Tomcat 404 error page redirection? Or is there other way to implement these functionality? Thanks a lot. -- Mgr. Tomas Pop Master Internet s.r.o. - To start a new topic, e-mail: users

Re: read file inside WEB-INF

2006-10-20 Thread Tomas Hulek
ation"); Tomas Christopher Schultz <[EMAIL PROTECTED]> wrote on 20.10.2006 17:31:51: > Nuno, > > > I have a web-service that i'am trying to pack it in a war file. > > I am trying to store configuration files into WEB-INF/data directory. In > > m

Re: After stopping tomcat, the tomcat process still appears to be running

2006-10-18 Thread Tomas Hulek
che.org> Tom

Re: After stopping tomcat, the tomcat process still appears to be running

2006-10-18 Thread Tomas Hulek
) or make them daemon threads by calling setDaemon() right after thread creation. Tomas Jørgen Nørgaard <[EMAIL PROTEC

Re: Session hijacking with Tomcat/Myfaces - unable to fix it

2006-08-10 Thread Tomas Hulek
In this case the chances are relatively high - imagine a company using a proxy to connect to the Internet. The client IP does not change, a someone in the company sniffing can easily hijack sessions from his/her colleagues. Tomas

Re: Session hijacking with Tomcat/Myfaces - unable to fix it

2006-08-10 Thread Tomas Hulek
copying it to a new session object. Tomas Darryl Miles To Tomcat

Re: Session hijacking with Tomcat/Myfaces - unable to fix it

2006-08-10 Thread Tomas Hulek
would do: generate new session ID after switch to HTTPS, based eg. on the SSL session ID (to get a new, unique ID). Tomas David Smith <[EM

Re: Session hijacking with Tomcat/Myfaces - unable to fix it

2006-08-09 Thread Tomas Hulek
the session and creating a new one once the user hits the login form/HTTPS. However, once you invalidate the session in the login form Tomcat forgets which URL the user wanted to see and tries to display the "j_security_check", which fails, naturally. Any hints how to fix it? Tomas

Session hijacking with Tomcat/Myfaces - unable to fix it

2006-08-09 Thread Tomas Hulek
making Tomcat regenerate the session ID once user swichtes to HTTPS. We tried many approaches, and all of them break some part of the JSF application. Thank you for your help, Tomas Hulek - To start a new topic, e-mail: users

Re: Rephrased: Maximum number of simultaneous HTTP connections

2006-04-04 Thread Tomas Klockar
, /Tomas Rajeev Jha wrote: I think everybody on the list here agrees that http is not the right sort of thing for a chat application. And most of the IM/chat applications do not run on http anyway. opening the sockets directly for such an application is better/easier any day. However

Re: Avoid duplication of database settings

2006-01-10 Thread Tomas
nd using filtering. Thanks for the suggestion. I will have a look at it. Do you know if frameworks like Spring or Hibernate solves this kind of problems? -Tomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat Oracle Jsdk 1.5

2006-01-09 Thread Tomas
> My first question is : can we use jsdk 1.4 in place of jsdk1.5 ? Have you checked out "JDK 1.4 Compatability Package", http://tomcat.apache.org/download-55.cgi? -Tomas - To unsubscribe, e-mail: [EMAIL P

Avoid duplication of database settings

2006-01-09 Thread Tomas
= ds.getConnection(); java client === Database configuration: mydatabasesettings.properties Code: SybDataSource ds = new com.sybase.jdbc2.jdbc.SybDataSource(); ds.setServerName(this.dbServer); // more configuration... Conne