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 



-
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

thanks ken for you help,
but I have tomcat 6.0 installed already + mysql 5.1+ Java 1.5+ php+ 
apache-hhtp well the things is
that I need to configurate the  tomcat and mysql connector/J for developer 
application in java that use DB in mysql.

but I don't know how configurate the mysql/ J connector in windows 2000.

I need a help.
thanks one again.
have a great day
TOMAS

--
From: Ken Bowen kbo...@als.com
Sent: Monday, March 16, 2009 8:32 PM
To: Tomcat Users List users@tomcat.apache.org
Subject: Re: mysql/J connector + tomcat and it configuration


Hello Tomas,

Start with
http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html

What Tomcat/Java versions are you using?  If you are just starting,  you 
should

use Tomcat 6.0.18 and Java 1.5+

--Ken

On Mar 16, 2009, at 8:15 PM, Tomas Rodriguez wrote:


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

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



configuration about tomcat for work with mysql/J connector

2009-03-19 Thread Tomas Rodriguez

Hi all
I'm new in Tomcat and java, I installed already Tomcat 6.0 for windows 2000, 
I have to mysql server and the connector/j for work together mysql and 
Tomcat.
I declare a variable for connector mysql/j in panel 
control/system/advance(enviroment variable) , this variable have the mysql 
connector path,
I test the tomcat doing http://localhost:8080 and every is ok, but my 
problem is.


How Can I know that my connector java work with mysql without any problem?, 
what file I'll need change in the directory tomcat .
please somebody can help me, I wanna learn tomcat for developer 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



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

Hi everyone
Thanks for the help.
I have mysql server + tomcat 6.0 running together already, but now I have a 
problem.
my page jsp example I save in the directory 
c:/tomcat6.0/webapps/examples/jsp, because I tried to copy for other 
location in the server W2K and dosen't work when I load in the IE, by this 
reason I decided to save for that location.
but now I wanna have in other directory my web pages examples, for instance 
in d:\websites\examplesJSP,
what variable I need to change in the apache tomcat for work?, what files in 
the server apache tomcat can I change?


Somebody can Help me again please!!!

thanks
have a good day
TOMAS


--
From: Rusty Wright rusty.wri...@gmail.com
Sent: Thursday, March 19, 2009 8:40 PM
To: Tomcat Users List users@tomcat.apache.org
Subject: Re: configuration about tomcat for work with mysql/J connector


http://lmgtfy.com/?q=tomcat+mysql+tutorial

E.g.,

http://www.roseindia.net/mysql/mysqldatabase.shtml


Tomas Rodriguez wrote:

Hi all
I'm new in Tomcat and java, I installed already Tomcat 6.0 for windows 
2000, I have to mysql server and the connector/j for work together mysql 
and Tomcat.
I declare a variable for connector mysql/j in panel 
control/system/advance(enviroment variable) , this variable have the 
mysql connector path,
I test the tomcat doing http://localhost:8080 and every is ok, but my 
problem is.


How Can I know that my connector java work with mysql without any 
problem?, what file I'll need change in the directory tomcat .
please somebody can help me, I wanna learn tomcat for developer 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



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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


thanks a lot to Christopher and Charles for great help, but I have a doubt 
yet,
please tell me how can I create the server.xml and build.xml for 
personalized my examples made for myself and leave the original examples 
tomcat where tomcat installed.


inmy case I wanna have two webapps one for the original examples and other 
one for my examples(d:\exmaplestomact). bt accodrding with the information 
that gave me Charles I will need to
create a file named conf/Catalina/[host]/[appName].xml containing a 
Context element with a docBase attribute whose value is the absolute 
location of the webapp.

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

--
From: Christopher Schultz ch...@christopherschultz.net
Sent: Friday, March 20, 2009 10:34 AM
To: Tomcat Users List users@tomcat.apache.org
Subject: Re: mysql + tomcat work already but I need to reconfigurate the 
tomcat for load the examples in other location of the hard driver



-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thomas,

On 3/20/2009 4:21 AM, Tomas Rodriguez wrote:

but now I wanna have in other directory my web pages examples, for
instance in d:\websites\examplesJSP,
what variable I need to change in the apache tomcat for work?, what
files in the server apache tomcat can I change?


I know this seems like a simple question, and users new to Tomcat (or
any servlet server) have a bit of difficulty, but it has a complex
answer. Let me try to explain things a little bit:

The most basic unit of work for a servlet container is the servlet
itself. JSP files are translated on the fly into Java classes which are
also servlets. Although the servlet is the most basic unit of work, the
webapp is really the focus of the server, and the concept that is most
difficult to grasp for someone coming from a PHP or Perl or other CGI
background.

A Java webapp is a collection of servlets, JSPs, static content, helper
classes, and libraries all bundled together, often into a WAR file. A
WAR file is just a JAR file with a specific directory layout to
facilitate webapp deployment.

A webapp needs to look like this (structurally):

/The root of the webapp. Anything can go in here like
static content, subdirectories of static content, etc.
/WEB-INF This directory contains webapp configuration files
/WEB-INF/web.xml This is the deployment descriptor which defines the
mapping from URLs to servlets, as well as some other
things. Read the web.xml from any Tomcat example
to get an idea of what you can do.
/WEB-INF/classes This directory contains your Java class files, in
package directories (like com/mycompany/MyClass.class)
/WEB-INF/lib This directory contains any JAR files on which your
code depends.
/META-INFThis directory holds information about the JAR/WAR
itself. The jar utility will add a MANIFEST.MF file
here to indicate how it was created, etc.
/META-INF/context.xml This file is a Tomcat-specific deployment file.
You will want to look at some Tomcat examples for
more information. This file is optional if you
do not have any special configuration. Note that
in your case, you probably want one of these files,
and you probably want to use it to set up your
database connections.

This page gives you a start-to-finish example of how to build a web
application. I hope it helps:

http://www.adp-gmbh.ch/blog/2004/october/13.html

Unfortunately, most of the Tomcat documentation assumes that the reader
already knows all about Java webapps and just needs to know how to get
things running on Tomcat. That's because there is already so much
information out there online about Java webapps that the Tomcat folks
don't really need to repeat everything.

I hope that helps you out a bit.

Good luck,
- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAknDqVgACgkQ9CaO5/Lv0PBg0wCdHAbw0YMojQKSlxK9CCIbMGC7
YzgAniWD6UGgLQgH0Po3TkKmKeWJVkNl
=FCuB
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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

2009-03-23 Thread Tomas Rodriguez
Ok thanks a lot Charles, jus I followed your advise, I created all 
directory(WEB-INF
/lib, web-inf/classes) under my folder d:/examplestomcat, and I created too 
the file tomas.xml at the directory 
c:\tomcay6.0\conf\Catalina\localhost\tomas.xml
with the Context docBase=d:/examplestomcat, I executed the IE and the 
via URL I 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/) is not available.




Apache Tomcat/6.0.18
--


I reboot the tomcat services, but I can't get any good result, well I don't 
know what should I do with the web.xml. I just copied the orginal web.xml 
from tomcat directory to d:/examplestomcat/web.xml, I didn't change anything 
in this file.
and I copied as well the mysql/J connect from tomcat/lib to my 
d:/examplestomcat/WEB-INF\lib

I sorry for bother you, but I need to finish with this configuration.
thanks so much
have a great day
sincerely
TOMAS


From: Caldarale, Charles R chuck.caldar...@unisys.com
Sent: Saturday, March 21, 2009 5:49 PM
To: Tomcat Users List users@tomcat.apache.org
Subject: RE: mysql + tomcat work already but I need to reconfigurate the 
tomcat for load the examples in other location of the hard driver



From: Tomas Rodriguez [mailto:admhards...@yahoo.ca]
Subject: Re: mysql + tomcat work already but I need to
reconfigurate the tomcat for load the examples in other
location of the hard driver

please tell me how can I create the server.xml and
build.xml


You're on your own for the build.xml; setting that up depends entirely on 
the organization of your source files.



I will need to create a file named
conf/Catalina/[host]/[appName].xml containing a
Context element with a docBase attribute whose
value is the absolute location of the webapp.


Correct.  Unless you are supporting multiple web sites, the existing 
Host will do; you don't have to create another one, so you shouldn't 
have to add anything to server.xml.  You appear to have decided to place 
your own examples in the D:\examplestomcat directory, so that's what your 
docBase attribute will point to.  The only missing piece of information is 
the URL name used to access your webapp; for brevity, we'll use the name 
tomas, but you're of course free to use anything you want.


1) no changes are needed to server.xml

2) create the file C:\tomcat6.0\conf\Catalina\localhost\tomas.xml

3) the contents of the above file are just:
Context docBase=D:/examplestomcat /

4) under D:\examplestomcat, you should have:
WEB-INF\web.xml - contains your servlet mappings
WEB-INF\lib - contains jar files (if any) for your webapp
WEB-INF\classes - contains individual class files (if any) for your webapp
index.html - the home page of your webapp.

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.


You can, of course, vary #4 considerably to meet your needs, as long as 
you stick with the structure required by the servlet spec.


- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you 
received this in error, please contact the sender and delete the e-mail 
and its attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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

2009-03-28 Thread Tomas Rodriguez

Thanks Charles.

I have been following you , I created all file and directory step by step, 
but I don't know what is the context for my new file web.xml, however I 
wrote this context inside it.

--
?xml version=1.0 encoding=iso-8859-1?

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_5.xsd;

version=2.5

welcome-file-list
 welcome-fileindex.html/welcome-file
 welcome-fileindex.htm/welcome-file
 welcome-fileindex.jsp/welcome-file
/welcome-file-list
/web-app
--

That it.  what context should I include inside?. I'm not use any servlet, my 
example is simple, a few line for connection with a DB in mysql and that it. 
I don't have any other file such as classes or servlet or something like 
that.


in the file create the file C:\tomcat6.0\conf\Catalina\localhost\tomas.xml 
I wrote this.


?xml version=1.0 encoding=iso-8859-1?
Context docBase=D:/websites/tomcatwebsite /


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 report

message

description The server encountered an internal error () that prevented it 
from fulfilling this request.


exception

org.apache.jasper.JasperException: java.lang.ClassCastException: 
org.apache.catalina.util.DefaultAnnotationProcessor cannot be cast to 
org.apache.AnnotationProcessor


org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.java:156)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:329)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)


root cause

java.lang.ClassCastException: 
org.apache.catalina.util.DefaultAnnotationProcessor cannot be cast to 
org.apache.AnnotationProcessor


org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.java:146)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:329)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)


note The full stack trace of the root cause is available in the Apache 
Tomcat/6.0.18 logs.


-

thanks charles for huge help to me.
have a good day.
sincerely
Tomas Rodriguez 



-
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
That's very odd - never seen it before.  Your Tomcat installation may be 
damaged, or you may have added extra classes that you shouldn't have to your 
webapp.  Refresh our memories:
I put inside of the directory example/jsp my  pagejava1jsp and I loaded with 
IE at the   http://127.0.0.1:8080/examples/jsp/pagejava1.jsp
and the web page work fine, but I change for other location in 
d:/websites/tomcatwebsite , then the page not work and show me error 500.

howevere here is the information that you requested me.


1) What version of Tomcat are you using?

6.0.18

2) What JRE/JDK are you using?

1.5

3) Have you added any jars or classes to Tomcat's lib directory?

NONE

4) What jars are in your webapp's WEB-INF/lib directory?

conection to mysql server 5

5) What classes are in your webapp's WEB-INF/classes directory?

NONE


I wanna have in other directory all 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 chuck.caldar...@unisys.com
Sent: Saturday, March 28, 2009 12:07 PM
To: Tomcat Users List users@tomcat.apache.org
Subject: RE: HTTP Status 500 The server encountered an internal error () 
that prevented it from fulfilling this request



From: Tomas Rodriguez [mailto:admhards...@yahoo.ca]
Subject: HTTP Status 500 The server encountered an internal error ()
that prevented it from fulfilling this request

I don't know what is the context for my new file web.xml


Simple webapps may not need a WEB-INF/web.xml at all.


I wrote this context inside it.
--
?xml version=1.0 encoding=iso-8859-1?

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_5.xsd;
version=2.5

welcome-file-list
  welcome-fileindex.html/welcome-file
  welcome-fileindex.htm/welcome-file
  welcome-fileindex.jsp/welcome-file
/welcome-file-list
/web-app
--


The above is a waste of time, since it merely duplicates configuration 
data in conf/web.xml, which is automatically included in all webapps.  It 
doesn't hurt, but it doesn't accomplish anything.



java.lang.ClassCastException:
org.apache.catalina.util.DefaultAnnotationProcessor cannot be cast to
org.apache.AnnotationProcessor
org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.java:146)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:329)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)


That's very odd - never seen it before.  Your Tomcat installation may be 
damaged, or you may have added extra classes that you shouldn't have to 
your webapp.  Refresh our memories:


1) What version of Tomcat are you using?

2) What JRE/JDK are you using?

3) Have you added any jars or classes to Tomcat's lib directory?

4) What jars are in your webapp's WEB-INF/lib directory?

5) What classes are in your webapp's WEB-INF/classes directory?

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you 
received this in error, please contact the sender and delete the e-mail 
and its attachments from all computers.



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



advantages using tomcat + mod_jk

2009-04-06 Thread Tomas Rodriguez

Hi. for everyone
I wanna know what advantage can I have if I'll install tomcat with the 
mod_jk for work with apache  http?.
It will be more easy to configurate the tomcat with the virtual directory ?, 
because I wanna have in other directory my owner examples and until now I 
can't 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: advantages using tomcat + mod_jk

2009-04-06 Thread Tomas Rodriguez


thanks for the answer about advantages of tomcat + mod_jk, ok.
I want to have  a different directory for my examples of java, or web pages, 
wherever, but I will don't like to have the default directory for my 
examples.

for directory by default for all examples is c:\tomcat6.0\webapps\examples\
My sample now is under  c:\tomcat6.0\webapps\examples\foo\pagejava.jsp y 
work very well, without any problem, but when I copy for other directory 
outside of c:\tomcat6.0, such as d:\websites\examplestomcat, my example 
dosen't work, the IE show me the code for the website and never the result, 
even though that I created the directory inside of examplestomcat

WEB_INF
WEB_INF\Classes
WEB_INF\lib

I have a huge problem with this, I need configurate my tomcat6.0.18 for 
windows for load all my example create for by myself  in 
d:\websites\examplestomcat



however charles he sent me an email with the short explanation about it, but 
dosen't work. he told me that I need to create my own web.xml

I following him according with his step, he told me this.
1) no changes are needed to server.xml

2) create the file C:\tomcat6.0\conf\Catalina\localhost\tomas.xml

3) the contents of the above file are just:
Context docBase=D:/examplestomcat /

4) under D:\examplestomcat, you should have:
WEB-INF\web.xml - contains your servlet mappings
WEB-INF\lib - contains jar files (if any) for your webapp
WEB-INF\classes - contains individual class files (if any) for your webapp
index.html - the home page of your webapp.

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 
big problem.


somebody can explain me with more details, somebody made the same like me?.

I hope to find  a help between this person.

thanks so much
TOMAS






--
From: Christopher Schultz ch...@christopherschultz.net
Sent: Monday, April 06, 2009 5:40 PM
To: Tomcat Users List users@tomcat.apache.org
Subject: Re: advantages using  tomcat + mod_jk


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tomas,

On 4/6/2009 4:12 PM, Tomas Rodriguez wrote:

I wanna know what advantage can I have if I'll install tomcat with
the mod_jk for work with Apache http?.


There are a number of advantages to using Apache httpd + mod_jk instead
of just Tomcat standalone. Here are a few I can think of:

1. mod_jk provides load-balancing across multiple Tomcat instances
2. mod_jk allows you to have a single web server instance and
  multiple (non-clustered) Tomcat instances serving different apps
  or even running as different users, etc.
3. Apache httpd includes a /lot/ of modules for authentication, data
  massaging, etc. that can be used on top of servlet code (think
  mod_rewrite)

There are very few tasks for which Apache httpd is /required/. Maybe if
you tell us what you'd like to do, we can help you configure it in
Tomcat. Just remember that Tomcat was written to deploy applications,
not to serve files (though it does that just fine, too).


It will be more easy to [configure tomcat for virtual directories]?,
because I wanna have in other directory my [own] examples and until
now I can't [do] that.


I'm having trouble understanding what you're asking: you want to have
several virtual directories? You can do that with just Tomcat... it just
takes a bit of work to do.

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAknadrYACgkQ9CaO5/Lv0PDeyQCeKmvIe/PCN4xVo6RcanQHrlw+
AY0AoKoScVuourkKk6wgK2ivwL+JypyZ
=hW1J
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


__ NOD32 3990 (20090406) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.com




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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.apache.org
Subject: Re: advantages using  tomcat + mod_jk
Date: Mon, 6 Apr 2009 19:41:47 -0400


thanks for the answer about advantages of tomcat + mod_jk, ok.
I want to have  a different directory for my examples of java, or web 
pages,

wherever, but I will don't like to have the default directory for my
examples.
for directory by default for all examples is 
c:\tomcat6.0\webapps\examples\

My sample now is under  c:\tomcat6.0\webapps\examples\foo\pagejava.jsp y
work very well, without any problem, but when I copy for other directory
outside of c:\tomcat6.0, such as d:\websites\examplestomcat, my example
dosen't work, the IE show me the code for the website and never the 
result,

even though that I created the directory inside of examplestomcat
WEB_INF
WEB_INF\Classes
WEB_INF\lib

I have a huge problem with this, I need configurate my tomcat6.0.18 for
windows for load all my example create for by myself  in
d:\websites\examplestomcat


however charles he sent me an email with the short explanation about it, 
but

dosen't work. he told me that I need to create my own web.xml
I following him according with his step, he told me this.
1) no changes are needed to server.xml

2) create the file C:\tomcat6.0\conf\Catalina\localhost\tomas.xml

3) the contents of the above file are just:
Context docBase=D:/examplestomcat /

4) under D:\examplestomcat, you should have:
WEB-INF\web.xml - contains your servlet mappings
WEB-INF\lib - contains jar files (if any) for your webapp
WEB-INF\classes - contains individual class files (if any) for your 
webapp

index.html - the home page of your webapp.

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
big problem.

somebody can explain me with more details, somebody made the same like 
me?.


I hope to find  a help between this person.

thanks so much
TOMAS






--
From: Christopher Schultz ch...@christopherschultz.net
Sent: Monday, April 06, 2009 5:40 PM
To: Tomcat Users List users@tomcat.apache.org
Subject: Re: advantages using  tomcat + mod_jk

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Tomas,

 On 4/6/2009 4:12 PM, Tomas Rodriguez wrote:
 I wanna know what advantage can I have if I'll install tomcat with
 the mod_jk for work with Apache http?.

 There are a number of advantages to using Apache httpd + mod_jk instead
 of just Tomcat standalone. Here are a few I can think of:

 1. mod_jk provides load-balancing across multiple Tomcat instances
 2. mod_jk allows you to have a single web server instance and
   multiple (non-clustered) Tomcat instances serving different apps
   or even running as different users, etc.
 3. Apache httpd includes a /lot/ of modules for authentication, data
   massaging, etc. that can be used on top of servlet code (think
   mod_rewrite)

 There are very few tasks for which Apache httpd is /required/. Maybe if
 you tell us what you'd like to do, we can help you configure it in
 Tomcat. Just remember that Tomcat was written to deploy applications,
 not to serve files (though it does that just fine, too).

 It will be more easy to [configure tomcat for virtual directories]?,
 because I wanna have in other directory my [own] examples and until
 now I can't [do] that.

 I'm having trouble understanding what you're asking: you want to have
 several virtual directories? You can do that with just Tomcat... it 
 just

 takes a bit of work to do.

 - -chris
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (MingW32)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAknadrYACgkQ9CaO5/Lv0PDeyQCeKmvIe/PCN4xVo6RcanQHrlw+
 AY0AoKoScVuourkKk6wgK2ivwL+JypyZ
 =hW1J
 -END PGP SIGNATURE-

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org


 __ NOD32 3990 (20090406) Information __

 This message was checked by NOD32 antivirus system.
 http://www.eset.com



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



_
Windows Liveā„¢: Keep your life in sync.
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_allup_1a_explore_042009


__ NOD32 3990 (20090406) Information __

This message was checked