Problem with updated file!!!

2002-10-10 Thread Mauricio Tia Ni Gong Lin
Hi all, I am using tomcat in my company. I have a JSP file that references a Client JavaScript file. When I update the JavaScript file, the JSP file cannot execute a newer JavaScript file, instead of this it gives me the older one. The code that references the JavaScript file is something like:

Is it worthwhile using tomcat with IIS?

2002-06-18 Thread Mauricio Tia Ni Gong Lin
Hi everybody, I wonder if it is worthwhile integrating IIS with Tomcat in a real application for a organization with 100 client hosts ? Is there any problem to integrate these web servers in a real appplication ? Could anyone tell me ? Regards, Mauricio Lin. -- To unsubscribe, e-mail:

RE: Is it worthwhile using tomcat with IIS?

2002-06-18 Thread Mauricio Tia Ni Gong Lin
is it a good idea to integrate it with IIS? Regards, Lin. It depends on the volume of static files you have to handle. And the size of the server sure. Don't you have any metrics ? Regards, Sebastien Dui [EMAIL PROTECTED] -Message d'origine- De : Mauricio Tia Ni Gong Lin [mailto

Using bean is JSP files

2002-06-09 Thread Mauricio Tia Ni Gong Lin
Hi all, Is there any difference between the following code in order to use bean? %@ page import=java.sql.*% jsp:useBean id=connection class=br.fua.ppgi.ConnectionBean scope=session/ %@ page import=java.sql.*,br.fua.ppgi.*% jsp:useBean id=connection class=ConnectionBean scope=session/ The

Using bean in JSP files

2002-06-09 Thread Mauricio Tia Ni Gong Lin
Mensagem Original Assunto: Using bean is JSP files De: [EMAIL PROTECTED] Data: Sun, June 9, 2002 2:12 pm Para: [EMAIL PROTECTED] Hi all, Is there any difference between the following code in order to use bean? %@ page import=java.sql.*% jsp:useBean id=connection

Syntax error using mod_webapp

2002-06-03 Thread Mauricio Tia Ni Gong Lin
Hi everybody, I configured the apache web server 1.3.24 integration with tomcat 4.0 (using mod_webapp) at my home and everything is doing well. I have been trying the same configuration at my job, but when I start the apache web server, the following message is displayed?

Re: AW: Syntax error using mod_webapp

2002-06-03 Thread Mauricio Tia Ni Gong Lin
I just find out the problem. The server name is not set up. I forgot this detail. Thank you for the response, Regards, Lin. Make shure that ServerName is set before the webapp directives. -Ursprüngliche Nachricht- Von: Mauricio Tia Ni Gong Lin [mailto:[EMAIL PROTECTED]] Gesendet

Loaded DSO /usr/lib/apache/mod_webapp.so uses plain Apache 1.3 API, this module might crash under EAPI!

2002-05-31 Thread Mauricio Tia Ni Gong Lin
I am using mod_webapp to connect apache web server version 1.3.20 with Tomcat 4, but the following warning message is showed when I start the apache web server: -- [Fri May 31 17:47:00 2002] [warn] Loaded DSO

Apache and Tomcat integrating problems

2002-05-29 Thread Mauricio Tia Ni Gong Lin
I have been trying to integrate the Apache Web Server and Tomcat, but I get the following message when I start the Apache Web Server: Syntax error on line 211 of /usr/local/apache/conf/httpd.conf: Invalid command 'LoadModule',

Apache Web Server and Tomcat

2002-05-29 Thread Mauricio Tia Ni Gong Lin
Hi all, I read the Tomcat documentation, but I still have some problems when I try to integrate Apache Web Server with Tomcat. Can I use virtual hosts without DNS server installed and running? How can I invoke jsp files through URL conform the following piece of configuration in my httpd.conf?

Integrate Apache Web Server with Tomcat

2002-05-28 Thread Mauricio Tia Ni Gong Lin
Hi all, I have been trying to integrate the apache web server with tomcat 4, but the following message is displayed when I start the apache web server: -- Syntax error on line 209 of /usr/local/apache/conf/httpd.conf: Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not

Alias for JSP Files

2002-05-27 Thread Mauricio Tia Ni Gong Lin
I was trying to set up the Tomcat 4 in order to create an alias for my aplication myapp.jsp, but it does not work. I used the following in the web.xml file: servlet servlet-namemyapp/servlet-name jsp-filemyapp.jsp/jsp-file /servlet servlet-mapping

JSP Session

2002-05-24 Thread Mauricio Tia Ni Gong Lin
Hi, Does it must use JavaBeans in order to use session among several jsp files? Is there any simpler solution? I want to maintain a persistent database connection in all jsp files. For example: Create a database object in first jsp file and retrieve it in other jsp files Regards, Mauricio

JDBC trouble

2002-05-23 Thread Mauricio Tia Ni Gong Lin
Hi everybody, When I try to access the PostgreSQL DataBase using Tomcat 4.0.3 the following error message is displayed at the browser: -- Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error type: Exception report message: Internal Server Error description: The server encountered an