RE: Hey man, long not see you

2003-10-28 Thread Gustavo Cebrian
*** Gustavo Cebrian Quality Manager Want to improve the ROI on your EAI project? Download RV Tester and reduce your development and testing timescales by as much as 50%. http://www.greenhatconsulting.com/rvtester Green Hat Consulting Ltd. 107

Exception.

2003-08-21 Thread Gustavo Cebrian
(ContextConfig.java:243) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166) at org.apache.catalina.core.StandardContext.start(StandardContext.java:3567) *** Gustavo Cebrian Analyst/Programmer Want to improve the

Ant. Newbie.

2003-07-28 Thread Gustavo Cebrian
Hi, I want to use Ant to build my web-application. I have downloaded the package and unzipped. In the manual it says I have to execute the program build -Ddist.dir= dist in order to build Ant. I do not find this build executable? I have not found any information on how to use Ant to bui

RE: Is possible to run JAX-RPC under Tomcat?

2003-06-16 Thread Gustavo Cebrian
Can you give me a good example of when could I use JAX-RPC? Thanks in advance. Gustavo. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Internet Explorer Cash and SMS Netsize API.

2003-03-27 Thread Gustavo Cebrian
. Has Anyone used the Netsize API to send a receive sms messages. Thanks in advance. Gustavo. *** Gustavo Cebrian Analyst/Programmer Want to improve the ROI on your EAI project? Download RV Tester and reduce your development and testing timescales by as

RE: TOMCAT + MYSQL need help

2003-03-18 Thread Gustavo Cebrian
So, your problem is that is does not find the classpath. We place it under shared\lib *** Gustavo Cebrian Analyst/Programmer Want to improve the ROI on your EAI project? Download RV Tester and reduce your development and testing timescales by as

RE: How can I send an SMS to a number from Tomcat Server to the J2ME (2.0 ) client?

2003-03-17 Thread Gustavo Cebrian
Is there a lot of work using J2ME. Where are you from if you do not mind me asking? Gustavo. *** Gustavo Cebrian Analyst/Programmer Want to improve the ROI on your EAI project? Download RV Tester and reduce your development and testing timescales by

RE: How can I send an SMS to a number from Tomcat Server to the J2ME (2.0 ) client?

2003-03-17 Thread Gustavo Cebrian
Do not you think this is the typical class path error? What version of tomcat are you using? Are you including the class path? By using tomcat 4.1.12, you should place your jar under shared/lib. Gustavo. *** Gustavo Cebrian Analyst/Programmer Want

RE: Configuration of tomcat

2003-03-14 Thread Gustavo Cebrian
. *** Gustavo Cebrian Analyst/Programmer Want to improve the ROI on your EAI project? Download RV Tester and reduce your development and testing timescales by as much as 50%. http://www.greenhatconsulting.com/rvtester Green Hat Consulting Ltd. 107 Fleet

Creating a pool connection.

2003-03-12 Thread Gustavo Cebrian
Should I store my pool connection class in the servlet context? Where should I create it? I do not know a common place to execute for all the servlets so they can share resources. Is the context the only place. Thanks. Gustavo. *** Gustavo

Creating a Pool connections for my web app.

2003-03-11 Thread Gustavo Cebrian
Should I store my pool connection class in the servlet context? Where should I create it? I do not know a common place to execute for all the servlets so they can share resources. Is the context the only place. Thanks. Gustavo. *** Gustavo Cebrian

RE: Exception on Tomcat

2003-03-11 Thread Gustavo Cebrian
No, that file have classes you need. That is. Gustavo. *** Gustavo Cebrian Analyst/Programmer Want to improve the ROI on your EAI project? Download RV Tester and reduce your development and testing timescales by as much as 50%. http

Email connections.

2003-03-10 Thread Gustavo Cebrian
If you want to have a system working 24 hours which sends emails, Do you just create a single connection to the server and use it all the time or rather you create a new Session every time you want to send an email. I guess there is a maximun number of connections you can create to the email se

RE: Exception on Tomcat

2003-03-10 Thread Gustavo Cebrian
If you want to have a system working 24 hours which sends emails, Do you just create a single connection to the server and use it all the time or rather you create a new Session every time you want to send an email. I guess there is a maximun number of connections you can create to the email se

posting

2003-03-07 Thread Gustavo Cebrian
How do I post a question in the email list? Thanks. Gustavo. -Original Message- From: Jake Robb [mailto:[EMAIL PROTECTED] Sent: 07 March 2003 15:45 To: Tomcat Users List Subject: web.xml Where might I find good documentation on what exactly the contents of web.xml need to be? I've fou

RE: Newbie: Starting problem

2003-03-07 Thread Gustavo Cebrian
Are you adding any package in your servlet? Are you building a jar file. Where are you placing your class file for the servlet. Gustavo. -Original Message- From: John Plate [mailto:[EMAIL PROTECTED] Sent: 07 March 2003 13:14 To: Tomcat Users List Subject: Newbie: Starting problem Hi

Re: SessionId across webapps in tomcat

2003-02-19 Thread Gustavo Cebrian
We have the same problem. Solution for us, not very elegant. Keeping all the webapps under the same directory. let me know if you get some more elegant solution. Robin de Villiers <[EMAIL PROTECTED]> wrote:I'm trying to use the JSESSIONID cookie to synchronize the data across sessions. I tr

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-19 Thread Gustavo Cebrian
I am posting a email to ther server an it always get bounced. I need to set the maximun number of connections for my-sql. Do you think this will improve performance? Gustavo. Mike Jackson <[EMAIL PROTECTED]> wrote:Also the clob and blob support is closer to the "standard" jdbc implementation tha

Re: SessionId across webapps in tomcat

2003-02-19 Thread Gustavo Cebrian
We have the same problem. Solution for us, not very elegant. Keeping all the webapps under the same directory. let me know if you get some more elegant solution. Gustavo. Robin de Villiers <[EMAIL PROTECTED]> wrote:I'm trying to use the JSESSIONID cookie to synchronize the data across session