Re: precompiling jsp files gives error

2004-07-22 Thread johan . philippe
The class it reports missing is from the logging package:

commons-logging-api.jar

The next missing class from your classpath might be Log4J

FYI: the package from the missing class gives you an idea 
of the jar that is missing.


- Original message -

Message-ID: <[EMAIL PROTECTED]>
Date:   Thu, 22 Jul 2004 22:47:15 -0700 (PDT)
From:   java only <[EMAIL PROTECTED]>  
Subject:Re: precompiling jsp files gives error
To: Tomcat Users List <[EMAIL PROTECTED]>
MIME-Version:   1.0
Content-Type:   multipart/alternative; boundary=\"0-1359224737-1090561635=:21435\"

Yes it is there in the classpath...Moreover,when I try to run the build.xml 
file as given in the tomcat docs , it runs fine until it encounters the compile 
error problem because of the included jsp files within jsp files.This was the 
reason I tried running the changed build.xml file (tomcat-precompile-jsp.xml 
file)  as suggested by one of the developers here, but it is giving me build 
failed as mentioned earlier...
 
Can anybody please help ?
 
Regards,
 
javaonlyjava



RE: TC 5.0.27 startup problem

2004-07-22 Thread Paul Wallace
Hi & thanks,
A reboot sorted it. Netstat is not a reliable means to check what ports are 
being used by which app then?

Regards

Paul.

You definitively have a process using 8080 :
either a tomcat process, still running, or another program (oracle,...)
Check all your current process, or simply reboot.


-Message d'origine-
De : Paul Wallace [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 23 juillet 2004 08:40
À : Tomcat Users List
Objet : TC 5.0.27 startup problem


Hi,
A seemingly simple one, but not for I! I am trying to setup the
above version of TC on Win XP. My JAVA_HOME is set as an environment
variable, and in the top of my startup.bat I am setting CATALINA_HOME:

"rem $Id: startup.bat,v 1.6 2004/05/27 18:25:11 yoavs Exp $
rem

---
set CATALINA_HOME=C:\dev\jakarta-tomcat-5.0.27
rem Guess CATALINA_HOME if not defined
set CURRENT_DIR=%cd%"

When running this file from the command prompt I get:

"23/07/2004 16:14:25 org.apache.coyote.http11.Http11Protocol init
SEVERE: Error initializing endpoint
java.net.BindException: Address already in use: JVM_Bind:8080
at
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.
j
at
org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:137)"

I immediately looked at what was using port 8080 (nothing to my
knowledge) and this was confirmed. I ran netstat which confirmed that
port 8080 was not in use.
TC appears to have started, but http://localhost:8080 (with
numerous stacktraces (above)) is showing a 404. Am I illegally setting
CATALINA_HOME?

Thanks

Paul.





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: TC 5.0.27 startup problem

2004-07-22 Thread STOCKHOLM, Raymond
You definitively have a process using 8080 :
either a tomcat process, still running, or another program (oracle,...)
Check all your current process, or simply reboot.


-Message d'origine-
De : Paul Wallace [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 23 juillet 2004 08:40
À : Tomcat Users List
Objet : TC 5.0.27 startup problem


Hi,
A seemingly simple one, but not for I! I am trying to setup the
above version of TC on Win XP. My JAVA_HOME is set as an environment
variable, and in the top of my startup.bat I am setting CATALINA_HOME:

"rem $Id: startup.bat,v 1.6 2004/05/27 18:25:11 yoavs Exp $
rem

---
set CATALINA_HOME=C:\dev\jakarta-tomcat-5.0.27
rem Guess CATALINA_HOME if not defined
set CURRENT_DIR=%cd%"

When running this file from the command prompt I get:

"23/07/2004 16:14:25 org.apache.coyote.http11.Http11Protocol init
SEVERE: Error initializing endpoint
java.net.BindException: Address already in use: JVM_Bind:8080
at
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.
j
at
org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:137)"

I immediately looked at what was using port 8080 (nothing to my
knowledge) and this was confirmed. I ran netstat which confirmed that
port 8080 was not in use.
TC appears to have started, but http://localhost:8080 (with
numerous stacktraces (above)) is showing a 404. Am I illegally setting
CATALINA_HOME?

Thanks

Paul.





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



tomcat-user-uc.1090564482.ejeacpojndhmjdgngfep-tcychow=peoples phone.com.hk@jakarta.apache.org

2004-07-22 Thread Chow C.Y. Terry


Best Regard,

Terry Chow
IT Department
Tel: 29458018
Mobile: 92046004


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



TC 5.0.27 startup problem

2004-07-22 Thread Paul Wallace
Hi,
A seemingly simple one, but not for I! I am trying to setup the
above version of TC on Win XP. My JAVA_HOME is set as an environment
variable, and in the top of my startup.bat I am setting CATALINA_HOME:

"rem $Id: startup.bat,v 1.6 2004/05/27 18:25:11 yoavs Exp $
rem

---
set CATALINA_HOME=C:\dev\jakarta-tomcat-5.0.27
rem Guess CATALINA_HOME if not defined
set CURRENT_DIR=%cd%"

When running this file from the command prompt I get:

"23/07/2004 16:14:25 org.apache.coyote.http11.Http11Protocol init
SEVERE: Error initializing endpoint
java.net.BindException: Address already in use: JVM_Bind:8080
at
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.
j
at
org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:137)"

I immediately looked at what was using port 8080 (nothing to my
knowledge) and this was confirmed. I ran netstat which confirmed that
port 8080 was not in use.
TC appears to have started, but http://localhost:8080 (with
numerous stacktraces (above)) is showing a 404. Am I illegally setting
CATALINA_HOME?

Thanks

Paul.





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



AW: Unsubed imailsrv@part-15.org

2004-07-22 Thread Nagel, Andre
I'm lucky I'm not the only one who receives them ;o)


-Ursprüngliche Nachricht-
Von: Noel J. Bergman [mailto:[EMAIL PROTECTED]
Gesendet am: Freitag, 23. Juli 2004 08:35
An: Tomcat Users List
Betreff: Unsubed [EMAIL PROTECTED]

Removed the cause of the "Illegal IMail List Server Command!" messages.

--- Noel

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Unsubed imailsrv@part-15.org

2004-07-22 Thread Noel J. Bergman
Removed the cause of the "Illegal IMail List Server Command!" messages.

--- Noel

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: precompiling jsp files gives error

2004-07-22 Thread Surendra Kumar
Well i used the jspc.sh shipped with Tomcat 4.1.29 and it compiles the
included jsp files within jsp.
Even i have tried with ANT and it works fine.

Does this jsp compile in the rutime / tomcat ?

-Surendra

- Original Message -
From: "java only" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, July 23, 2004 11:17 AM
Subject: Re: precompiling jsp files gives error


> Yes it is there in the classpath...Moreover,when I try to run the
build.xml file as given in the tomcat docs , it runs fine until it
encounters the compile error problem because of the included jsp files
within jsp files.This was the reason I tried running the changed build.xml
file (tomcat-precompile-jsp.xml file)  as suggested by one of the developers
here, but it is giving me build failed as mentioned earlier...
>
> Can anybody please help ?
>
> Regards,
>
> javaonlyjava
>
> Surendra Kumar <[EMAIL PROTECTED]> wrote:
> Probably the jasper-compiler.jar not in the classpath.
>
> -Surendra
>
> - Original Message -
> From: "java only"
> To: "Tomcat Users List"
> Sent: Friday, July 23, 2004 10:46 AM
> Subject: Re: precompiling jsp files gives error
>
>
> > Hi ,
> >
> > I have checked the archives and I have found that someone else has
> suggested to use their build.xml file (it was named
> tomcat-precompile-jsp.xml) ,and when I try to run it, it gives the
following
> error.
> >
> >
>
$ANT_HOME/bin/ant -Dtomcat.home=/usr/ezipin/jakarta-tomcat-5.0.25 -Dwebapp.n
> ame=mywebappname -Dwebapp.path=mywebapppath -buildfile
> tomcat-precompile-jsp.xml
> > Buildfile: tomcat-precompile-jsp.xml
> > jspc:
> > BUILD FAILED
> > /usr/local/apache-ant-1.6.2/tomcat-precompile-jsp.xml:7: taskdef A class
> needed by class org.apache.jasper.JspC cannot be found:
> org/apache/commons/logging/LogFactory
> > Total time: 1 second
> >
> >
> > can anybody please help?
> >
> > Regards,
> >
> > javaonlyjava
> >
> > java only wrote:
> > Hi All,
> >
> > When I am precompiling my JSP files using the ant script provided in the
> documentation using jasper (ant script),I couldn't compile my whole
> _jsp.java files as those files have and the error says the dependent
object
> in the included file couldn't be found.
> >
> > Is there a way to work around ,as I am keen to get rid of these errors?
> >
> > Thanks in advance,
> >
> > JavaOnlyJava
> >
> >
> > -
> > Do you Yahoo!?
> > Vote for the stars of Yahoo!'s next ad campaign!
> > __
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> -
> Do you Yahoo!?
> Vote for the stars of Yahoo!'s next ad campaign!


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: WebSphere suuports servlets in does Tomcat?

2004-07-22 Thread Bill Barker
Suite yourself :).  The other work-around would be to put a (possibly empty)
index.do file to let Tomcat know that there is something there for it to
serve.

"R A" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> The point of me adding
>
> 
>   action
>   *.do
> 
>
> is that I want all request that match *.do to go through the Sruts
ActionServlet. This includes any *.do in the . The
ActionServlet delegates the request to the RequestProcessor, which uses the
command pattern to map to the appropriate action. It should not be necessary
to add index.do as a servlet.
>
> Bill Barker <[EMAIL PROTECTED]> wrote:
> Tomcat 5 supports servlets as welcome-files, just not extension-mapped
ones
> (e.g. *.do, *.jsp). The reason is that extension-mapped servlets would
> alway be choosen, even though in most cases the servlet couldn't handle
it.
>
> Simply adding a mapping like:
>
> action
> /index.do
>
>
> solves your problem.
>
> "R A" wrote in message
> news:[EMAIL PROTECTED]
> > When entering a servlet(action) in the tag, Tomcat returns
> a directory listing. Does it support servlets in the tags?
> >
> >
> > -
> > Do you Yahoo!?
> > Vote for the stars of Yahoo!'s next ad campaign!
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> -
> Do you Yahoo!?
> Vote for the stars of Yahoo!'s next ad campaign!




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Embedding ${} syntax in jsp pages

2004-07-22 Thread Ess Ci
Hello,
I see some of the examples shipped with 5.0.25 tomcat contains ${} embedded 
jsp commands, as below:

 
\${1}
${1}
  
  
\${1 + 2}
${1 + 2}
  
  
\${1.2 + 2.3}
${1.2 + 2.3}
  
However, as I create a new tomcat application directory (Es. /myexamples) 
and try to use the same jsp syntax I only get symple html output, without 
${} command interpretation.

Does someone know the reason? Is it some directive missing in web.xml file?
Thanks and best regards
Stefano
_
Filtri antispamming e antivirus per la tua casella di posta 
http://www.msn.it/msn/hotmail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Illegal IMail List Server Command!

2004-07-22 Thread List Server
IMail List Server for Windows NT, Ipswitch, Inc. 


   Valid Commands are:

   To subscribe to a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   subscribe listname your_full_name

   To unsubscribe from a list, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   unsubscribe listname

   To receive a list of the lists supported here:

   list

   To receive a list of users on a given list
   (If enabled for that particular list):

   list listname

   To receive help send:

   help [listname]

   To change to digest mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode digest listname

   To change back to standard mode, send a mail message to "imailsrv" at
   this address with the following in the body of the message:

   set mode standard listname


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat as service

2004-07-22 Thread Bill Barker
The service exe that ships with newer versions of TC 5 won't run on W9x
(and, I'm not certain about NT4 :).  However, you can still run it from the
command line.

"Glen Stampoultzis" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I was just installing tomcat this morning and I noticed that even if you
> uncheck the service option during the installation it still installs as a
> service (just doesn't start it).  Does this cause any issues under windows
> 95/98?
>
> -- Glen




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: WebSphere suuports servlets in does Tomcat?

2004-07-22 Thread R A
The point of me adding 
 

  action
  *.do

 
is that I want all request that match *.do to go through the Sruts ActionServlet. This 
includes any *.do in the . The ActionServlet delegates the request to 
the RequestProcessor, which uses the command pattern to map to the appropriate action. 
It should not be necessary to add index.do as a servlet. 

Bill Barker <[EMAIL PROTECTED]> wrote:
Tomcat 5 supports servlets as welcome-files, just not extension-mapped ones
(e.g. *.do, *.jsp). The reason is that extension-mapped servlets would
alway be choosen, even though in most cases the servlet couldn't handle it.

Simply adding a mapping like:

action
/index.do


solves your problem.

"R A" wrote in message
news:[EMAIL PROTECTED]
> When entering a servlet(action) in the tag, Tomcat returns
a directory listing. Does it support servlets in the tags?
>
>
> -
> Do you Yahoo!?
> Vote for the stars of Yahoo!'s next ad campaign!




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!

Re: precompiling jsp files gives error

2004-07-22 Thread java only
Yes it is there in the classpath...Moreover,when I try to run the build.xml file as 
given in the tomcat docs , it runs fine until it encounters the compile error problem 
because of the included jsp files within jsp files.This was the reason I tried running 
the changed build.xml file (tomcat-precompile-jsp.xml file)  as suggested by one of 
the developers here, but it is giving me build failed as mentioned earlier...
 
Can anybody please help ?
 
Regards,
 
javaonlyjava

Surendra Kumar <[EMAIL PROTECTED]> wrote:
Probably the jasper-compiler.jar not in the classpath.

-Surendra

- Original Message -
From: "java only" 
To: "Tomcat Users List" 
Sent: Friday, July 23, 2004 10:46 AM
Subject: Re: precompiling jsp files gives error


> Hi ,
>
> I have checked the archives and I have found that someone else has
suggested to use their build.xml file (it was named
tomcat-precompile-jsp.xml) ,and when I try to run it, it gives the following
error.
>
>
$ANT_HOME/bin/ant -Dtomcat.home=/usr/ezipin/jakarta-tomcat-5.0.25 -Dwebapp.n
ame=mywebappname -Dwebapp.path=mywebapppath -buildfile
tomcat-precompile-jsp.xml
> Buildfile: tomcat-precompile-jsp.xml
> jspc:
> BUILD FAILED
> /usr/local/apache-ant-1.6.2/tomcat-precompile-jsp.xml:7: taskdef A class
needed by class org.apache.jasper.JspC cannot be found:
org/apache/commons/logging/LogFactory
> Total time: 1 second
>
>
> can anybody please help?
>
> Regards,
>
> javaonlyjava
>
> java only wrote:
> Hi All,
>
> When I am precompiling my JSP files using the ant script provided in the
documentation using jasper (ant script),I couldn't compile my whole
_jsp.java files as those files have and the error says the dependent object
in the included file couldn't be found.
>
> Is there a way to work around ,as I am keen to get rid of these errors?
>
> Thanks in advance,
>
> JavaOnlyJava
>
>
> -
> Do you Yahoo!?
> Vote for the stars of Yahoo!'s next ad campaign!
> __
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!

- Surendra Kumar

2004-07-22 Thread Sayeed
Hello dear Surendra Kumar

Can I know your your personal email address please?

Saeed
Programmer


Re: precompiling jsp files gives error

2004-07-22 Thread Surendra Kumar
Probably the jasper-compiler.jar not in the classpath.

-Surendra

- Original Message -
From: "java only" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, July 23, 2004 10:46 AM
Subject: Re: precompiling jsp files gives error


> Hi ,
>
> I have checked the archives and I have found that someone else has
suggested to use their build.xml file (it was named
tomcat-precompile-jsp.xml) ,and when I try to run it, it gives the following
error.
>
>
$ANT_HOME/bin/ant -Dtomcat.home=/usr/ezipin/jakarta-tomcat-5.0.25 -Dwebapp.n
ame=mywebappname -Dwebapp.path=mywebapppath -buildfile
tomcat-precompile-jsp.xml
> Buildfile: tomcat-precompile-jsp.xml
> jspc:
> BUILD FAILED
> /usr/local/apache-ant-1.6.2/tomcat-precompile-jsp.xml:7: taskdef A class
needed by class org.apache.jasper.JspC cannot be found:
org/apache/commons/logging/LogFactory
> Total time: 1 second
>
>
> can anybody please help?
>
> Regards,
>
> javaonlyjava
>
> java only <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> When I am precompiling my JSP files using the ant script provided in the
documentation using jasper (ant script),I couldn't compile my whole
_jsp.java files as those files have and the error says the dependent object
in the included file couldn't be found.
>
> Is there a way to work around ,as I am keen to get rid of these errors?
>
> Thanks in advance,
>
> JavaOnlyJava
>
>
> -
> Do you Yahoo!?
> Vote for the stars of Yahoo!'s next ad campaign!
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat-IIS-JK2 : Problem on POST with Transfer-Encoding: chunked

2004-07-22 Thread Hannah Li
I have successfully configured JK2 to have IIS working with Tomcat. 
However, I am having a problem:

My servlet receives a HTTP request from client which contains an XML 
document in the request body. Whenever I post a request thru IIS with a 
header Transfer-Encoding: chunked, the body of the request is missing 
(HttpServletRequest.getInputStream() is empty) and my program can not 
continue because the XML document is not there. This works fine if I 
directly go to Tomcat. If I set the Content-Length to the header, I can 
retrieve the request body alright. Since the xml doc is dynamically 
generated each time and vary in size, I have to send it in chunks.

There are some error messages in the JK2 log:
Error: [jk_channel_apr_socket.c (488)]: channelApr.receive(): Error 
receiving message body -1 0
Error: [jk_workerEnv.c (492)]: workerEnv.processCallbacks() Error 
reading reply
Error: [jk_worker_ajp13.c (546)]: ajp13.service() ajpGetReply 
recoverable error 12

I don't know which part I did wrong. Is the IIS configurations? or JK2?  
Please help and point me some directions.

I am using:
IIS5.0
Tomcat 4.1.30
JK2 2.0.4
and here is one of my sample request shown in the tcptrace:
-

POST /hctest/servlet/HandCloudServer HTTP/1.1
marshaller: HCLOUDSYNCMARSHALLER
User-Agent: Jakarta Commons-HttpClient/2.0rc3
Host: localhost:8081
Transfer-Encoding: chunked

18c
search(Product_Id=100)Product2004-07-22T21:50:200-1
0
-


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: precompiling jsp files gives error

2004-07-22 Thread java only
Hi ,
 
I have checked the archives and I have found that someone else has suggested to use 
their build.xml file (it was named tomcat-precompile-jsp.xml) ,and when I try to run 
it, it gives the following error.
 
$ANT_HOME/bin/ant -Dtomcat.home=/usr/ezipin/jakarta-tomcat-5.0.25 
-Dwebapp.name=mywebappname -Dwebapp.path=mywebapppath -buildfile 
tomcat-precompile-jsp.xml
Buildfile: tomcat-precompile-jsp.xml
jspc:
BUILD FAILED
/usr/local/apache-ant-1.6.2/tomcat-precompile-jsp.xml:7: taskdef A class needed by 
class org.apache.jasper.JspC cannot be found: org/apache/commons/logging/LogFactory
Total time: 1 second
 
 
can anybody please help?
 
Regards,
 
javaonlyjava

java only <[EMAIL PROTECTED]> wrote:
Hi All,

When I am precompiling my JSP files using the ant script provided in the documentation 
using jasper (ant script),I couldn't compile my whole _jsp.java files as those files 
have and the error says the dependent object in the included file couldn't be found.

Is there a way to work around ,as I am keen to get rid of these errors?

Thanks in advance,

JavaOnlyJava


-
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!
__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Does tomcat5 support digest authentication?

2004-07-22 Thread jiesheng zhang
I think it supports digest authentication. However I
can not make it works even in the simplest case. I
have a basic tomcat 5 installation with one of my web
application. I'd like to use digest authentication(I
do not send password to server in clear text).
The configuration is like this


  The Entire Web
Application
  /*


  tomcat

  

  
DIGEST
Tomcat Supported Realm
  

  

  An example role defined in
"conf/tomcat-users.xml"

tomcat
  

However, it does not work. I always get 403 (access is
denied error). If I use BASIC authentication,
everything works fine. I searched the mail list. It
seemed other people also has this problem. However
there is no any solution posted for it.
Have anyone get digest authentication works?If anyone
does, what extra step/caution should I takes?

Thanks


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: WebSphere suuports servlets in does Tomcat?

2004-07-22 Thread Bill Barker
Tomcat 5 supports servlets as welcome-files, just not extension-mapped ones
(e.g. *.do, *.jsp).  The reason is that extension-mapped servlets would
alway be choosen, even though in most cases the servlet couldn't handle it.

Simply adding a mapping like:
  
   action
   /index.do
  

solves your problem.

"R A" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> When entering a servlet(action) in the  tag, Tomcat returns
a directory listing. Does it support servlets in the  tags?
>
>
> -
> Do you Yahoo!?
> Vote for the stars of Yahoo!'s next ad campaign!




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: WebSphere supports servlets in does Tomcat?

2004-07-22 Thread R A
I added your schema def to the web.xml, but it still displays the directory listing 
when I bring up the web app (i.e. http://localhost:8084/webApplication). However, when 
I access via the URL(i.e. http://localhost:8084/webApplication/index.do) it executes..
 

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_4.xsd";
 version="2.4">
  
action
com.wne.WNEActionServlet

config
/WEB-INF/struts-config.xml


definitions-debug
0


definitions-parser-details
0

 
definitions-parser-validate
true

 
   userFile
   D:/JavaProjects/test.dat
 

listings
false

2


  action
  *.do

  
30
  
   
  
index.do
  
  
  
  /WEB-INF/struts-bean.tld
  /WEB-INF/lib/struts-bean.tld


  /WEB-INF/struts-html.tld
  /WEB-INF/lib/struts-html.tld


  /WEB-INF/struts-tiles.tld
  /WEB-INF/lib/struts-tiles.tld


  /WEB-INF/struts-logic.tld
  /WEB-INF/lib/struts-logic.tld





Tim Funk <[EMAIL PROTECTED]> wrote:
Try:
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_4.xsd";
version="2.4">

-Tim

R A wrote:
> I mean web-app_2_4.dtd does not exist at http://java.sun.com
> 
> 
> R A wrote:
> DTD http://java.sun.com/dtd/web-app_2_3.dtd does not exist at java.sun.com. Any 
> ideas??
> 
> Tim Funk wrote:Your dtd is for the 2.3 spec, try using 2.4.
> 
> -Tim
> 
> R A wrote:
> 
> 
>>Here is a copy of my web.xml. I am using struts 1.1 and using an action(index.do) in 
>>the . This should be ok, since every request goes through the ActionServlet. When I 
>>point to the web app via a browser, it displays a directory listin; however, when I 
>>type index.do on the url, it executes index.do and maps to the correct jsp.
>>
>>
>>
>>>PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
>>
>>"http://java.sun.com/dtd/web-app_2_3.dtd";>
> 
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!

RE: Tomcat and apache problem

2004-07-22 Thread Chow C.Y. Terry
> Dear all,
> 
>   I am using Apache2.0-50 and tomcat 5.0-27 with mod_jk2, Apache is
> compiled by source and the tomcat and mod_jk are using binary
>   The OS I using is Solaris9. After configuration, the web site for
> static page is normal, but when try to run servlets, it return 404 not
> found
>   The HelloWorld.class is located under
> /$DocumentRoot/WEB-INF/classes.
> 
>   The catalina.out show the following:
>   Jul 22, 2004 11:32:40 AM org.apache.coyote.http11.Http11Protocol
> init
> INFO: Initializing Coyote HTTP/1.1 on http-8080
> Jul 22, 2004 11:32:40 AM org.apache.catalina.startup.Catalina load
> INFO: Initialization processed in 1800 ms
> Jul 22, 2004 11:32:41 AM org.apache.catalina.core.StandardService start
> INFO: Starting service Tomcat-Apache
> Jul 22, 2004 11:32:41 AM org.apache.catalina.core.StandardEngine start
> INFO: Starting Servlet Engine: Apache Tomcat/5.0.27
> Jul 22, 2004 11:32:41 AM org.apache.catalina.core.StandardHost start
> INFO: XML validation disabled
> Jul 22, 2004 11:32:42 AM org.apache.catalina.core.StandardHost getDeployer
> INFO: Create Host deployer for direct deployment ( non-jmx )
> Jul 22, 2004 11:32:42 AM org.apache.coyote.http11.Http11Protocol start
> INFO: Starting Coyote HTTP/1.1 on http-8080
> Jul 22, 2004 11:32:42 AM org.apache.jk.common.ChannelSocket init
> INFO: JK2: ajp13 listening on /0.0.0.0:8009
> Jul 22, 2004 11:32:42 AM org.apache.jk.server.JkMain start
> INFO: APR not loaded, disabling jni components: java.io.IOException: java.
> lang.UnsatisfiedLinkError: no jkjni in java.library.path
> Jul 22, 2004 11:32:42 AM org.apache.jk.server.JkMain start
> INFO: Jk running ID=0 time=1/180
> config=/usr/local/jakarta/jakarta-tomcat-5.0.27/conf/jk2.properties
> Jul 22, 2004 11:32:42 AM org.apache.catalina.startup.Catalina start
> INFO: Server startup in 2231 ms
> 
>   Attached plese find the tomcat config, and would you please give me
> some advice.
> 
> Thank you very much.
> 
>  <> 
> Best Regard,
> 
> Terry Chow
> IT Department
> Tel: 29458018
> Mobile: 92046004
> 
workers2.properties
# Define the communication channel
[channel.socket:localhost:8009]
info=Ajp13 forwarding over socket
tomcatId=localhost:8009
port=8009
host=127.0.0.1

# Define the worker
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009

[uri:/*.jsp]
worker=ajp13:localhost:8009

[uri:/servlets/*]
worker=ajp13:localhost:8009

# only at beginnin. In production uncomment it out
[logger.apache2]
level=DEBUG

[shm]
#file=/usr/local/apache/logs/shm.file
file=/usr/local/apache/logs/jk2.shm
size=1048576

Virtual host

  
JkUriSet worker ajp13:localhost:8009


JkUriSet worker ajp13:localhost:8009


Tomcat server.xml




 
  





  


jk2.properties

 shm.file=/usr/local/apache/logs/jk2.shm



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat as service

2004-07-22 Thread Glen Stampoultzis
I was just installing tomcat this morning and I noticed that even if you
uncheck the service option during the installation it still installs as a
service (just doesn't start it).  Does this cause any issues under windows
95/98?

-- Glen




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



precompiling jsp files gives error

2004-07-22 Thread java only
Hi All,
 
When I am precompiling my JSP files using the ant script provided in the documentation 
using jasper (ant script),I couldn't compile my whole _jsp.java files as those files 
have <%@ include other jsp files %>  and the error says the dependent object in the 
included file couldn't be found.
 
Is there a way to work around ,as I am keen to get rid of these errors?
 
Thanks in advance,
 
JavaOnlyJava


-
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!

Re: WebSphere suuports servlets in does Tomcat?

2004-07-22 Thread Tim Funk
Try:
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_4.xsd";
version="2.4">

-Tim
R A wrote:
I mean web-app_2_4.dtd does not exist at http://java.sun.com
 

R A <[EMAIL PROTECTED]> wrote:
DTD http://java.sun.com/dtd/web-app_2_3.dtd does not exist at java.sun.com. Any ideas??
Tim Funk wrote:Your dtd is for the 2.3 spec, try using 2.4.
-Tim
R A wrote:

Here is a copy of my web.xml. I am using struts 1.1 and using an action(index.do) in 
the . This should be ok, since every request goes through the ActionServlet. When I 
point to the web app via a browser, it displays a directory listin; however, when I 
type index.do on the url, it executes index.do and maps to the correct jsp.

PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd";>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: SV: Tomcat virtualhost bug?

2004-07-22 Thread Stephen Souness
Would it work if you just had separate absolute paths for each host appBase?
I'm seeing a similar issue on my development system and need to come up 
with something thast will be suitable for deploying to live systems - 
while preferably allowing for some configuration changes without having 
to bring the whole Tomcat down (which is more related to the discussion 
about whether and how the context.xml file can work for Tomcat apps 
http://www.simongbrown.com/blog/2003/04/28/1051559432000.html).

--
Stephen

Trond Hersløv wrote:
Thanks QM,
funny as it sounds, but nothing works and I'm happy.
No I must just deploy my apps manually. GREAT!
I'll drink a cold norwegian beer now. - haven't slept since saturday.
Thanks again.

-Opprinnelig melding-
Fra: QM [mailto:[EMAIL PROTECTED]
Sendt: Tuesday, May 25, 2004 19:37
Til: Tomcat Users List
Emne: Re: SV: SV: Tomcat virtualhost bug?
On Tue, May 25, 2004 at 07:25:14PM +0200, Trond Hersl?v wrote:
: You say "disable deployOnStartup". Did you mean autoDeploy?
Not at all -- I most certainly meant "deployOnStartup."
Please search the online Tomcat docs for this term, it is explained in
detail.
: What is the point of setting Host:webapps, Context:docBase and
Context:path
: when all three virtualHost
: always take every application it finds under webapps?
See above ref to "deployOnStartup."  =)
-QM

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: WebSphere suuports servlets in does Tomcat?

2004-07-22 Thread R A
I mean web-app_2_4.dtd does not exist at http://java.sun.com
 

R A <[EMAIL PROTECTED]> wrote:
DTD http://java.sun.com/dtd/web-app_2_3.dtd does not exist at java.sun.com. Any ideas??

Tim Funk wrote:Your dtd is for the 2.3 spec, try using 2.4.

-Tim

R A wrote:

> Here is a copy of my web.xml. I am using struts 1.1 and using an action(index.do) in 
> the . This should be ok, since every request goes through the ActionServlet. When I 
> point to the web app via a browser, it displays a directory listin; however, when I 
> type index.do on the url, it executes index.do and maps to the correct jsp.
> 
> 
> > PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
> "http://java.sun.com/dtd/web-app_2_3.dtd";>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!

-
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!

RE: WebSphere suuports servlets in does Tomcat?

2004-07-22 Thread Caldarale, Charles R
> From: R A [mailto:[EMAIL PROTECTED]
> Subject: Re: WebSphere suuports servlets in  does Tomcat?
> 
> DTD http://java.sun.com/dtd/web-app_2_3.dtd does not exist at 
> java.sun.com. Any ideas??

Assuming you meant 2_4, I think the new reference is:
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd

See http://java.sun.com/xml/ns/j2ee/ for more info.

 - Chuck

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: WebSphere suuports servlets in does Tomcat?

2004-07-22 Thread R A
DTD http://java.sun.com/dtd/web-app_2_3.dtd does not exist at java.sun.com. Any ideas??

Tim Funk <[EMAIL PROTECTED]> wrote:Your dtd is for the 2.3 spec, try using 2.4.

-Tim

R A wrote:

> Here is a copy of my web.xml. I am using struts 1.1 and using an action(index.do) in 
> the . This should be ok, since every request goes through the ActionServlet. When I 
> point to the web app via a browser, it displays a directory listin; however, when I 
> type index.do on the url, it executes index.do and maps to the correct jsp.
> 
> 
> > PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
> "http://java.sun.com/dtd/web-app_2_3.dtd";>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!

Re: Recommended DBCP configuration parameters

2004-07-22 Thread Vy Ho
Maybe you should device a way to test and bench mark this for your own 
app.  If not, you could face disaster.  With test and trial and error, 
you can easily set a some very good parameters for this.

Frank Burns wrote:
Hi,
Can anyone tell me where I can find recommendations/guidelines for choosing
values for the DBCP parameters -- such as maxActive, maxIdle, maxWait,
etc. -- in the ResourceParams element of server.xml?
For example, I am about to launch a system that has a user base of approx
7000 users, which I expect will be thrashed hard at launch time and then
settle down to an average of 10 to 100 users at any given time. What values
should I specify for my database pooling parameters?
Thanks,
Frank.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Recommended DBCP configuration parameters

2004-07-22 Thread Frank Burns
Hi,

 Can anyone tell me where I can find recommendations/guidelines for choosing
values for the DBCP parameters -- such as maxActive, maxIdle, maxWait,
etc. -- in the ResourceParams element of server.xml?

For example, I am about to launch a system that has a user base of approx
7000 users, which I expect will be thrashed hard at launch time and then
settle down to an average of 10 to 100 users at any given time. What values
should I specify for my database pooling parameters?

Thanks,

Frank.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



tomcat 4.1.29 problem

2004-07-22 Thread Christina Androne
Hello
I have an application deployed under tomcat 4.1.29 and recently the web 
server has started bahaving weird:
I make a request to one of the apps servlets and I never get a response 
to it or get it very difficult. I have placed debug messages all over 
the servlet so I se everything gets executed but the response content is 
never returned to the browser. Stopping the tomcat service takes ages 
too or just hangs. I am not sure about this, but I think this started 
happening after I modified some stuff in the server.xml conf file. I 
have changed it back but this behaviour still persists. What to do?

What I changed in the server.xml file:
added this:
   
(a new connector on 80)
and changed ROOT to some other dir in
 
Does anybody have a clue on what might be happening? I can attach the 
existing server.xml if necessary .. .

Thanks,
Christina
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Mod_jk problems with Apache 1.3.31 & Tomcat 4.1.30

2004-07-22 Thread Chris Bland
Hello all,
I am having trouble getting the jk connector to work with apache 1.3.31 
and tomcat 4.1.30.  When I try to go from apache to tomcat I am getting 
an internal server error.  My workers.properties file is very basic

   worker.list=rei
   worker.rei.type=ajp13
   worker.rei.host=rei.fdu.edu
   worker.rei.port=8005
   worker.rei.cachesize=10
   worker.rei.cache_timeout=600
   worker.rei.socket_keepalive=1
   worker.rei.socket_timeout=300
I have tried the static httpd.conf entries
   LoadModule jk_module  libexec/mod_jk.so
   AddModule mod_jk.c
   JkWorkersFile /usr/local/apache/rei/conf/workers.properties
   JkLogFile /usr/local/apache/rei/log/mod_jk.log
   JkLogLevel info
   JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
   JkRequestLogFormat "%w %V %T"
   JkMount /examples/* rei
And I used the default non coyote connector in my server.xml file
   
There isn't any output in my log files and the 
/usr/local/apache/rei/log/mod_jk.log did not get created..

Any help would be appreciated.  Thanks in advance.
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Christopher Bland, Systems Manager
Department of University Systems and Security
Fairleigh Dickinson University
M/S Bancroft Hall, T-BH1-01
1000 River Road
Teaneck, NJ 07666
=-=-=-=-=-=-=-=-=-=-=-=
Phone: 201-692-2414
Fax:   201-692-2494
Email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Different virtuel hosts with Tomcat 5

2004-07-22 Thread Emerson Cargnin
Mike Curwen wrote:
In fact, isn't it impossible to use one Manager app and have it be able to
manage apps cross-host ?  So it's not so much a matter of what you "want"?
I'm curious, because I'd like the opposite (one manager app, for all apps on
all hosts) and I've always thought that not possible.  Not true?
But what I want (1 manager for each virtualhost) is possivel, isn't?

-Original Message-
From: Emerson Cargnin [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 22, 2004 3:58 PM
To: Tomcat Users List
Subject: Re: Different virtuel hosts with Tomcat 5

One question is not related to server.xml.
If I want different manager/virtualhost to have different 
users/passwords, I need to deploy it directly to it's own 
virtualhost's 
webapps? (and changing the role-name tag in web.xml)

thanks
Emerson Cargnin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Emerson Cargnin
Analista de Sistemas - Gerente Regional Auxiliar - Tubarão
Setor de Desenvolvimento de Sistemas - TRE-SC
tel : (048) - 251-3700 - Ramal 3181
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Problem with jdbc:odbc in Tomcat 5.025

2004-07-22 Thread Iván Escobedo
I used the installer version of TC 5.0.27 in my home, tonight i'm gonna make the test 
of the privileges and tomorrow i'll have an answer 

-Mensaje original-
De: Wade Chandler [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 22 de Julio de 2004 01:10 p.m.
Para: Tomcat Users List
Asunto: Re: Problem with jdbc:odbc in Tomcat 5.025

Iván Escobedo wrote:

> Wade, I have new information, I tried to replicate this problem with both tomcats at 
> my home, and I found two issues:
> 
> 1.  Tomcat 5.0.27 only works in standalone mode.
> 2.  Both Tomcats work only if it access a "User DNS"; at my job, it works weather I 
> use a "System or User DNS".
> 
> 
> 
> -Mensaje original-
> De: Wade Chandler [mailto:[EMAIL PROTECTED]
> Enviado el: Miércoles, 21 de Julio de 2004 03:50 p.m.
> Para: Tomcat Users List
> Asunto: Re: Problem with jdbc:odbc in Tomcat 5.025
> 
> Iván Escobedo wrote:
> 
>>Ok, something happened after i started the Tomcat 5.0.27 in standalone, 'cause now i 
>>start it in service mode and now it works.  What the...?
>>I really don't know what happened, i just now that now it works.
>>
>>Any insights?
>>
>>-Mensaje original-
>>De: Robert Bateman [mailto:[EMAIL PROTECTED]
>>Enviado el: Miércoles, 21 de Julio de 2004 02:38 p.m.
>>Para: Tomcat Users List
>>Asunto: Re: Problem with jdbc:odbc in Tomcat 5.025
>>
>>Ivan,
>>
>>It may "not" be a jar issue.  One of the "problems" with running something as a 
>>service in Windows is that the program must know it's a service and log into and 
>>network drives or data bases itself.  Do you have your data source set to read a 
>>file on a networked drive?
>>
>>Bob
>>
>>
>>On Wednesday 21 July 2004 04:30 pm, Iván Escobedo wrote:
>>
>>
>>>Yes Wade, I started Tomcat 5.1 as a standalone and it works, could it 
>>>be that the service doesnn't load some jars? Another thing you have 
>>>to know is that the app is accesing a System DNS .
>>>
>>
>>
>>
>>-
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>-
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
> 
> I don't have any real idea other than maybe there was a file that tomcat probably 
> was not able to create...one that may have been created by running it in standalone 
> mode.
> 
> Maybe it wasn't able to create a certain temp file or what ever under it's own 
> working directories and somehow that caused it to pass invalid info to the 
> underlying odbc driver.
> 
> That's about the only thing I can think of.  Since you ran it as the your user and 
> created a file it may have then been able to read it though it wasn't able to create 
> it.
> 
> I would have to see all the code in tomcat and the code inside of the jdbc odbc 
> bridge classes and trace down in it to be sure, but usually it is something like 
> that when it comes to security and an app working after running it as another user 
> with more privileges.
> 
> One thing is for sure...it wasn't magic...just allusive.  ;-)
> 
> Wade
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
Do you mean TC 5.0.27 only works against a User DNS even in standalone mode?  Just 
clarifying.  Is anyone else reading this thread getting the same type of an error that 
might be able to help out by adding some more detail to this thread.  I think it 
definitely boils down to a security issue.

Did you use the TC installer for windows, or did you unzip the tomcat installation and 
setup the service manually?  I would track down which user is the owner of the running 
service.  Then I would give that user permissions to the tomcat server directories 
(recursively).  See if that helps anything.  Also be sure that user has at least read 
access to your entire JVM directory (recursively) and can write to any temp 
directories setup for that user.

One time I had to give a user access to certain areas of the registry for some odbc 
stuff I was working on.  This may be what is happening to you as well.  I was using 
ODBC, Access, and nameless ODBC entries.

Wade


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Need help with Log4j and Tomcat5

2004-07-22 Thread Tonte Pouncil
Hello, 
 
What do I have to do to use Log4j in my jsp application which running on Tomcat5?
 
Thanks!
 
tp


   
tonte pouncil
software developer

214.224.1105
  [EMAIL PROTECTED]

www.imc2.com  


7505 john carpenter frwy
dallas, texas 75247
214.224.1000
fax/214.224.1100 

 


RE: Different virtuel hosts with Tomcat 5

2004-07-22 Thread Mike Curwen
In fact, isn't it impossible to use one Manager app and have it be able to
manage apps cross-host ?  So it's not so much a matter of what you "want"?
I'm curious, because I'd like the opposite (one manager app, for all apps on
all hosts) and I've always thought that not possible.  Not true?


> -Original Message-
> From: Emerson Cargnin [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, July 22, 2004 3:58 PM
> To: Tomcat Users List
> Subject: Re: Different virtuel hosts with Tomcat 5
> 
> 
> One question is not related to server.xml.
> If I want different manager/virtualhost to have different 
> users/passwords, I need to deploy it directly to it's own 
> virtualhost's 
> webapps? (and changing the role-name tag in web.xml)
> 
> thanks
> Emerson Cargnin
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Different virtuel hosts with Tomcat 5

2004-07-22 Thread Emerson Cargnin
One question is not related to server.xml.
If I want different manager/virtualhost to have different 
users/passwords, I need to deploy it directly to it's own virtualhost's 
webapps? (and changing the role-name tag in web.xml)

thanks
Emerson Cargnin
Shapira, Yoav wrote:
Hi,
Look closely at server.xml, the comments there should be sufficient to answer your 
questions.  If you need two different tomcat-users.xml files, you will need two 
different Realms, one for each of the tomcat-users.xml files.  The same logic is true 
for declaring the manager app.
Yoav Shapira
Millennium Research Informatics

-Original Message-
From: Emerson Cargnin [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 22, 2004 3:41 PM
To: Tomcat Users List
Subject: Re: Different virtuel hosts with Tomcat 5


Status 404: Teh requested resource (/manager/html) is not available. Is
there also a documentation for this ?

There's documentation for the manager webapp, yes.  Look at manager.xml
and create one for your second Host also.
A question:
- As the manager app is located inside server/webapps, and I want to
configure the manager for each virtualhost, should I reference the same
manager app inside server for each virtualhost?
What about the tomcatusers.xml? It will use the same file??
I would like to have each virtualhost to have a different user/password,
how do I implement this?
- Should I deploy the manager app under my virtualhost webapps dir to
configure a different user for each virtualhost?
- Or should I have to configure the a Resource tag inside each host??
Thanks...
--
Emerson Cargnin
Analista de Sistemas - Gerente Regional - Tubarão
Setor de Desenvolvimento de Sistemas - TRE-SC
tel : (048) - 251-3700 - Ramal 3181
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Emerson Cargnin
Analista de Sistemas - Gerente Regional Auxiliar - Tubarão
Setor de Desenvolvimento de Sistemas - TRE-SC
tel : (048) - 251-3700 - Ramal 3181
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Another question (Placement)

2004-07-22 Thread Wendy Smoak
From: "Phillip Blancher" <[EMAIL PROTECTED]>
> Well I just talked to the guy who I am doing this for and he said that
> looking at the site, all of the JSP files are sitting where the html files
> are and image folder with all images.
> So how do I get Tomcat to use the htdocs folder?

If the HTML and JSP files are living together, is it possible that there is
no Apache involved in the current site?  Tomcat [alone] will serve HTML and
JSP and images and get it right.  Unless you have a reason for adding
Apache, I'd stick with Tomcat standalone.

You can convince Tomcat to use the htdocs folder-- there's no rule that
webapps have to live under /path/to/tomcat/webapps.  But using *that* folder
is going to cause some problems-- for one you'll be required to put a
WEB-INF under it-- and then you have to tell Apache not to serve anything in
or underneath WEB-INF.  Just seems like you're asking for trouble doing it
this way.  In addition you're going to have to configure the connector
between Apache and Tomcat, not always a straightforward task.

-- 
Wendy Smoak


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Another question (Placement)

2004-07-22 Thread QM
On Thu, Jul 22, 2004 at 03:44:32PM -0400, Phillip Blancher wrote:
: Well I just talked to the guy who I am doing this for and he said that 
: looking at the site, all of the JSP files are sitting where the html files 
: are and image folder with all images.

Is there any reason Apache *must* be in front of Tomcat?
(I missed your original post.)
Tomcat can serve static content just fine w/o Apache's httpd.


: So how do I get Tomcat to use the htdocs folder?

Try a different perspective:
how do you get Apache to use the Tomcat context directory as its
document root?

Long story short: it sounds like Apache and Tomcat will run on the same
machine, or at least have the files in the same directory location.
(I've run smaller sites like this.)

You could setup Tomcat as follows:
{tomcat install}
|
+- webapps
   |
   +-{your webapp}
 |
 +- /WEB-INF
 |  |
 |  +- web.xml
 +_ ... html, JSPs, etc ..

Then, set Apache's document root to:

{tomcat install}/webapps/{your webapp}

Finally, configure mod_jk or mod_jk2 to have Apache hand requests for
JSPs off to the Tomcat engine.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Different virtuel hosts with Tomcat 5

2004-07-22 Thread Shapira, Yoav
Hi,
Look closely at server.xml, the comments there should be sufficient to answer your 
questions.  If you need two different tomcat-users.xml files, you will need two 
different Realms, one for each of the tomcat-users.xml files.  The same logic is true 
for declaring the manager app.

Yoav Shapira
Millennium Research Informatics


>-Original Message-
>From: Emerson Cargnin [mailto:[EMAIL PROTECTED]
>Sent: Thursday, July 22, 2004 3:41 PM
>To: Tomcat Users List
>Subject: Re: Different virtuel hosts with Tomcat 5
>
>>
>>
>>>Status 404: Teh requested resource (/manager/html) is not available. Is
>>>there also a documentation for this ?
>>
>>
>> There's documentation for the manager webapp, yes.  Look at manager.xml
>> and create one for your second Host also.
>>
>
>A question:
>
>- As the manager app is located inside server/webapps, and I want to
>configure the manager for each virtualhost, should I reference the same
>manager app inside server for each virtualhost?
>
>What about the tomcatusers.xml? It will use the same file??
>I would like to have each virtualhost to have a different user/password,
>how do I implement this?
>
>- Should I deploy the manager app under my virtualhost webapps dir to
>configure a different user for each virtualhost?
>
>- Or should I have to configure the a Resource tag inside each host??
>
>Thanks...
>
>--
>Emerson Cargnin
>Analista de Sistemas - Gerente Regional - Tubarão
>Setor de Desenvolvimento de Sistemas - TRE-SC
>tel : (048) - 251-3700 - Ramal 3181
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



jndi.properties tomcat 5.0

2004-07-22 Thread Phil Emerson
Hi Folks,

   I need to integrate my jboss server and tomcat 5.0
web server(standalone) using JNDI.
  
   I need explicitly mention JNDI properties in the
web server code for it to work. 

   p.put(Context.INITIAL_CONTEXT_FACTORY,
"org.jnp.interfaces.NamingContextFactory");
   p.put(Context.URL_PKG_PREFIXES,
"jboss.naming:org.jnp.interfaces");
   p.put(Context.PROVIDER_URL, "192.168.1.84:1099");

   Defining the parameters in the jndi.properties does
not work. 

I looked up the old posts and tried this solution
too..

props.load(
servlet.getServletContext().getResourceAsStream( 
 
"/WEB-INF/classes/jndi.properties" ) );


  but no success. 

  Am i missing something here.

TIA





__
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!
http://advision.webevents.yahoo.com/yahoo/votelifeengine/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



isapi_redirector2 warnings

2004-07-22 Thread Frank Febbraro
I have the isapi_redirector2.dll installed on an instance of IIS 5.0 on Win2k SP4

It is redirecting to a different server that has Tomcat 4.1.30 installed.

For EVERY request I get a slew of "warnings" in the event log..in the folowing order:

Event Type: Warning
Event Source: Apache Jakarta Connector2
Event Category: None
Event ID: 2
Date:  7/22/2004
Time:  4:04:09 PM
User:  N/A
Computer: x
Description:
Error: [jk_channel_apr_socket.c (405)]: jk2_channel_apr_send send failed 730053 An 
established connection was aborted by the software in your host machine.  
 
Event Type: Warning
Event Source: Apache Jakarta Connector2
Event Category: None
Event ID: 2
Date:  7/22/2004
Time:  4:04:09 PM
User:  N/A
Computer: x
Description:
Error: [jk_worker_ajp13.c (431)]: ajp13.service() error sending, reconnect 
channel.socket:xx.xxx.xx.xxx:8009 -3 0 No error
 
Event Type: Warning
Event Source: Apache Jakarta Connector2
Event Category: None
Event ID: 2
Date:  7/22/2004
Time:  4:04:13 PM
User:  N/A
Computer: x
Description:
Error: [jk_channel_apr_socket.c (405)]: jk2_channel_apr_send send failed 730053 An 
established connection was aborted by the software in your host machine.  
 
Event Type: Warning
Event Source: Apache Jakarta Connector2
Event Category: None
Event ID: 2
Date:  7/22/2004
Time:  4:04:13 PM
User:  N/A
Computer: x
Description:
Error: [jk_worker_ajp13.c (431)]: ajp13.service() error sending, reconnect 
channel.socket:xx.xxx.xx.xxx:8009 -3 0 No error
 
#
My workers2.properties file

[shm:] 
info=Scoreboard. Required for reconfiguration and status with multiprocess servers 
file=C:\Program Files\TomcatRedirector\temp\jk2.shm 
size=1048576 

[channel.socket:xx.xxx.xx.xxx:8009] 
info=Ajp13 forwarding over socket 
tomcatId=xx.xxx.xx.xxx:8009 

# Map webapps to the Web server uri space 
[uri:/licensing-portal/*]


Can someone please help me determine what is wrong and how to fix it? Google does not 
have much and what is there does not have any responses.

Thanks in advance,
Frank

mod_jk2 halfway working

2004-07-22 Thread Martens, Jason
I've finally got Tomcat 5 up and running using the jpackage rpms on
FC1.  Tomcat runs just fine, and I can access the example webapps on
port 8080.  Now I'm trying to get mod_jk2 working from apache 2.0.50.  I
have successfully mapped /jsp-examples/* to tomcat, but for some reason
it is only giving me the index.html page.  None of the images on
index.html show up, and if I click on the links, I get file not found
errors in the apache error_log.  How can I map everything under
/jsp-examples/, and not just the index.html?

Here's the entry in my workers2.properties:

[uri:/jsp-examples/*]
context=/jsp-examples
info=jsp examples

Thanks,
Jason

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



JSVC ignores in my server.xml...

2004-07-22 Thread Ivan Jouikov








Hi!

 

I have the following
configuration:

 

Fedora Core 1

JDK 1.5.0 beta 2

Tomcat 5.0.27

I installed jsvc according to
tomcatâs instructions.

 

Hereâs relevant part of my server.xml:

 

ÂÂÂ â

ÂÂÂ 

 

 

 

 

 ÂÂÂresourceName="UserDatabase" />

 

ÂÂÂ appBase="webapps2"
/>

 

 appBase="webapps" >

ÂÂÂ ablogic.net

ÂÂÂ
www.ablogic.net

ÂÂÂ ablogic.org

 ÂÂwww.ablogic.org

 

 

 

 appBase="/home/sibl/web/"
deployXML="true">

ÂÂÂ
www.siblumber.com

ÂÂÂ shop.siblumber.com

 

ÂÂÂ â

 

 

And inside my $CATALINA_HOME/conf/Catalina/siblumber.com/ROOT.xml
I have the following:



 



 

ÂÂÂ 

 

ÂÂÂ 

ÂÂÂ 

ÂÂÂ
maxActive5

ÂÂÂ 

 ÂÂÂmaxIdle5

ÂÂÂ 

ÂÂÂ
usernamexxx

ÂÂÂ 

ÂÂÂ
passwordxxx

ÂÂÂ 

ÂÂÂ
driverClassNamecom.mysql.jdbc.Driver

ÂÂÂ 

ÂÂÂ
urljdbc:mysql://127.0.0.1:3306/SIBL?autoReconnect=true&useUnicode=true&cha

ÂÂÂ 

 



 

Whenever I run startup.sh or shutdown.sh as root, everything goes fine.

If I try to run Tomcat5.sh start
as root, however, only my âlocalhostâ
element is parsed. ÂThere are no errors
inside the log whatsoever, and I have no idea what the hell is wrong.

My Tomcat5.sh jsvc
configuration is set to switch me to tomcat5 user.

On both of my folders (and all their sub-files) /usr/tomcat5 and /home/sibl/web the
owner is tomcat5:tomcat5 and privileges are set to ugo=rwx,
meaning everybody has unlimited access to all folders, therefore eliminating it
as a possible issue.

 

Does anybody know what the hell is the problem with
jsvc? Any help is greatly appreciated.










 
  
  Best Regards,
  
  Ivan V. Jouikov
  (206) 228-6670
  
  
 




 








---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.716 / Virus Database: 472 - Release Date: 05.07.2004
 

  


Re: Another question (Placement)

2004-07-22 Thread Schalk Neethling
As far as I know, no. You would have to have Tomcat installed and 
connected to Apache via mod_jk2 and then have all of the JSP's inside a 
directory inside the webapps directory in Tomcat. i.e. 
TOMCAT_ROOT/webapps/yourapp/file.jsp

Phillip Blancher wrote:
Long story short, I am to set this box up for a friend who is getting 
a JSP site to do work on. I have never looked at programming in JSP 
before.

That said. If I were programming a site in JSP, I would place the JSP 
files in the same place as the HTML files and such?

So if I normally placed things like index.php, index.html in 
d:\webserver\apache\htdocs, then I would place the file test.jsp in 
the same place right?

Phil
_
MSN® Calendar keeps you organized and takes the effort out of 
scheduling get-togethers. 
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Development.Multimedia.Branding
emotionalize.conceptualize.visualize.realize
Tel: +27125468436
Fax: +27125468436
email:[EMAIL PROTECTED]
web: www.volume4.co.za
This message contains information that is considered to be sensitive or confidential 
and may not be forwarded or disclosed to any other party without the permission of the 
sender. If you received this message in error, please notify me immediately so that I 
can correct and delete the original email. Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Another question (Placement)

2004-07-22 Thread Phillip Blancher
Well I just talked to the guy who I am doing this for and he said that 
looking at the site, all of the JSP files are sitting where the html files 
are and image folder with all images.

So how do I get Tomcat to use the htdocs folder?
Phil
From: "Dale, Matt" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Subject: RE: Another question (Placement)
Date: Thu, 22 Jul 2004 20:36:53 +0100
Nope, jsp files need to reside inside a tomcat webapp. You can map the 
directory that they live in using a variety of methods though.

-Original Message-
From: Phillip Blancher [mailto:[EMAIL PROTECTED]
Sent: 22 July 2004 20:34
To: [EMAIL PROTECTED]
Subject: Another question (Placement)
Long story short, I am to set this box up for a friend who is getting a JSP
site to do work on. I have never looked at programming in JSP before.
That said. If I were programming a site in JSP, I would place the JSP files
in the same place as the HTML files and such?
So if I normally placed things like index.php, index.html in
d:\webserver\apache\htdocs, then I would place the file test.jsp in the 
same
place right?

Phil
_
MSN® Calendar keeps you organized and takes the effort out of scheduling
get-togethers.
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines
  Start enjoying all the benefits of MSN® Premium right now and get the
first two months FREE*.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<< InterScan_Disclaimer.txt >>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Take advantage of powerful junk e-mail filters built on patented Microsoft® 
SmartScreen Technology. 
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Different virtuel hosts with Tomcat 5

2004-07-22 Thread Emerson Cargnin

Status 404: Teh requested resource (/manager/html) is not available. Is
there also a documentation for this ?

There's documentation for the manager webapp, yes.  Look at manager.xml
and create one for your second Host also.
A question:
- As the manager app is located inside server/webapps, and I want to
configure the manager for each virtualhost, should I reference the same
manager app inside server for each virtualhost?
What about the tomcatusers.xml? It will use the same file??
I would like to have each virtualhost to have a different user/password,
how do I implement this?
- Should I deploy the manager app under my virtualhost webapps dir to
configure a different user for each virtualhost?
- Or should I have to configure the a Resource tag inside each host??
Thanks...
--
Emerson Cargnin
Analista de Sistemas - Gerente Regional - Tubarão
Setor de Desenvolvimento de Sistemas - TRE-SC
tel : (048) - 251-3700 - Ramal 3181
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Another question (Placement)

2004-07-22 Thread Dale, Matt

Nope, jsp files need to reside inside a tomcat webapp. You can map the directory that 
they live in using a variety of methods though.

-Original Message-
From: Phillip Blancher [mailto:[EMAIL PROTECTED]
Sent: 22 July 2004 20:34
To: [EMAIL PROTECTED]
Subject: Another question (Placement)


Long story short, I am to set this box up for a friend who is getting a JSP 
site to do work on. I have never looked at programming in JSP before.

That said. If I were programming a site in JSP, I would place the JSP files 
in the same place as the HTML files and such?

So if I normally placed things like index.php, index.html in 
d:\webserver\apache\htdocs, then I would place the file test.jsp in the same 
place right?

Phil

_
MSN® Calendar keeps you organized and takes the effort out of scheduling 
get-togethers. 
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines
 
  Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Any opinions expressed in this E-mail may be those of the individual and not 
necessarily the company. This E-mail and any files transmitted with it are 
confidential and solely for the use of the intended recipient. If you are not the 
intended recipient or the person responsible for delivering to the intended recipient, 
be advised that you have received this E-mail in error and that any use or copying is 
strictly prohibited. If you have received this E-mail in error please notify the 
beCogent postmaster at [EMAIL PROTECTED]
Unless expressly stated, opinions in this email are those of the individual sender and 
not beCogent Ltd. You must take full responsibility for virus checking this email and 
any attachments.
Please note that the content of this email or any of its attachments may contain data 
that falls within the scope of the Data Protection Acts and that you must ensure that 
any handling or processing of such data by you is fully compliant with the terms and 
provisions of the Data Protection Act 1984 and 1998.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Another question (Placement)

2004-07-22 Thread Phillip Blancher
Long story short, I am to set this box up for a friend who is getting a JSP 
site to do work on. I have never looked at programming in JSP before.

That said. If I were programming a site in JSP, I would place the JSP files 
in the same place as the HTML files and such?

So if I normally placed things like index.php, index.html in 
d:\webserver\apache\htdocs, then I would place the file test.jsp in the same 
place right?

Phil
_
MSN® Calendar keeps you organized and takes the effort out of scheduling 
get-togethers. 
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Problem with jdbc:odbc in Tomcat 5.025

2004-07-22 Thread Shapira, Yoav

Hi,
I doubt many people are reading this thread, because jdbc:odbc is generally cruisin' 
for a bruisin', something always breaks.

Yoav Shapira
Millennium Research Informatics


>-Original Message-
>From: Wade Chandler [mailto:[EMAIL PROTECTED]
>Sent: Thursday, July 22, 2004 3:10 PM
>To: Tomcat Users List
>Subject: Re: Problem with jdbc:odbc in Tomcat 5.025
>
>Iván Escobedo wrote:
>
>> Wade, I have new information, I tried to replicate this problem with both
>tomcats at my home, and I found two issues:
>>
>> 1.  Tomcat 5.0.27 only works in standalone mode.
>> 2.  Both Tomcats work only if it access a "User DNS"; at my job, it works
>weather I use a "System or User DNS".
>>
>>
>>
>> -Mensaje original-
>> De: Wade Chandler [mailto:[EMAIL PROTECTED]
>> Enviado el: Miércoles, 21 de Julio de 2004 03:50 p.m.
>> Para: Tomcat Users List
>> Asunto: Re: Problem with jdbc:odbc in Tomcat 5.025
>>
>> Iván Escobedo wrote:
>>
>>>Ok, something happened after i started the Tomcat 5.0.27 in standalone,
>'cause now i start it in service mode and now it works.  What the...?
>>>I really don't know what happened, i just now that now it works.
>>>
>>>Any insights?
>>>
>>>-Mensaje original-
>>>De: Robert Bateman [mailto:[EMAIL PROTECTED]
>>>Enviado el: Miércoles, 21 de Julio de 2004 02:38 p.m.
>>>Para: Tomcat Users List
>>>Asunto: Re: Problem with jdbc:odbc in Tomcat 5.025
>>>
>>>Ivan,
>>>
>>>It may "not" be a jar issue.  One of the "problems" with running
>something as a service in Windows is that the program must know it's a
>service and log into and network drives or data bases itself.  Do you have
>your data source set to read a file on a networked drive?
>>>
>>>Bob
>>>
>>>
>>>On Wednesday 21 July 2004 04:30 pm, Iván Escobedo wrote:
>>>
>>>
Yes Wade, I started Tomcat 5.1 as a standalone and it works, could it
be that the service doesnn't load some jars? Another thing you have to
know is that the app is accesing a System DNS .

>>>
>>>
>>>
>>>-
>>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>-
>>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>>
>> I don't have any real idea other than maybe there was a file that tomcat
>probably was not able to create...one that may have been created by running
>it in standalone mode.
>>
>> Maybe it wasn't able to create a certain temp file or what ever under
>it's own working directories and somehow that caused it to pass invalid
>info to the underlying odbc driver.
>>
>> That's about the only thing I can think of.  Since you ran it as the your
>user and created a file it may have then been able to read it though it
>wasn't able to create it.
>>
>> I would have to see all the code in tomcat and the code inside of the
>jdbc odbc bridge classes and trace down in it to be sure, but usually it is
>something like that when it comes to security and an app working after
>running it as another user with more privileges.
>>
>> One thing is for sure...it wasn't magic...just allusive.  ;-)
>>
>> Wade
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>Do you mean TC 5.0.27 only works against a User DNS even in standalone
>mode?  Just clarifying.  Is anyone else reading this thread getting the
>same type of an error that might be able to help out by adding some more
>detail to this thread.  I think it definitely boils down to a security
>issue.
>
>Did you use the TC installer for windows, or did you unzip the tomcat
>installation and setup the service manually?  I would track down which
>user is the owner of the running service.  Then I would give that user
>permissions to the tomcat server directories (recursively).  See if that
>helps anything.  Also be sure that user has at least read access to your
>entire JVM directory (recursively) and can write to any temp directories
>setup for that user.
>
>One time I had to give a user access to certain areas of the registry
>for some odbc stuff I was working on.  This may be what is happening to
>you as well.  I was using ODBC, Access, and nameless ODBC entries.
>
>Wade
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to

Re: Problem with jdbc:odbc in Tomcat 5.025

2004-07-22 Thread Wade Chandler
Iván Escobedo wrote:
Wade, I have new information, I tried to replicate this problem with both tomcats at 
my home, and I found two issues:
1.  Tomcat 5.0.27 only works in standalone mode.
2.  Both Tomcats work only if it access a "User DNS"; at my job, it works weather I use a 
"System or User DNS".

-Mensaje original-
De: Wade Chandler [mailto:[EMAIL PROTECTED] 
Enviado el: Miércoles, 21 de Julio de 2004 03:50 p.m.
Para: Tomcat Users List
Asunto: Re: Problem with jdbc:odbc in Tomcat 5.025

Iván Escobedo wrote:
Ok, something happened after i started the Tomcat 5.0.27 in standalone, 'cause now i 
start it in service mode and now it works.  What the...?
I really don't know what happened, i just now that now it works.
Any insights?
-Mensaje original-
De: Robert Bateman [mailto:[EMAIL PROTECTED]
Enviado el: Miércoles, 21 de Julio de 2004 02:38 p.m.
Para: Tomcat Users List
Asunto: Re: Problem with jdbc:odbc in Tomcat 5.025
Ivan,
It may "not" be a jar issue.  One of the "problems" with running something as a 
service in Windows is that the program must know it's a service and log into and network drives or data 
bases itself.  Do you have your data source set to read a file on a networked drive?
Bob
On Wednesday 21 July 2004 04:30 pm, Iván Escobedo wrote:

Yes Wade, I started Tomcat 5.1 as a standalone and it works, could it 
be that the service doesnn't load some jars? Another thing you have to 
know is that the app is accesing a System DNS .


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

I don't have any real idea other than maybe there was a file that tomcat probably 
was not able to create...one that may have been created by running it in standalone 
mode.
Maybe it wasn't able to create a certain temp file or what ever under it's own working 
directories and somehow that caused it to pass invalid info to the underlying odbc 
driver.
That's about the only thing I can think of.  Since you ran it as the your user and 
created a file it may have then been able to read it though it wasn't able to create 
it.
I would have to see all the code in tomcat and the code inside of the jdbc odbc bridge 
classes and trace down in it to be sure, but usually it is something like that when it 
comes to security and an app working after running it as another user with more 
privileges.
One thing is for sure...it wasn't magic...just allusive.  ;-)
Wade
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Do you mean TC 5.0.27 only works against a User DNS even in standalone 
mode?  Just clarifying.  Is anyone else reading this thread getting the 
same type of an error that might be able to help out by adding some more 
detail to this thread.  I think it definitely boils down to a security 
issue.

Did you use the TC installer for windows, or did you unzip the tomcat 
installation and setup the service manually?  I would track down which 
user is the owner of the running service.  Then I would give that user 
permissions to the tomcat server directories (recursively).  See if that 
helps anything.  Also be sure that user has at least read access to your 
entire JVM directory (recursively) and can write to any temp directories 
setup for that user.

One time I had to give a user access to certain areas of the registry 
for some odbc stuff I was working on.  This may be what is happening to 
you as well.  I was using ODBC, Access, and nameless ODBC entries.

Wade
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: auto reload a class

2004-07-22 Thread Vic Cekvenich
FYI, this reloads:
http://127.0.0.1/manager/reload?path=/
.V
QM wrote:
On Fri, Jul 16, 2004 at 07:28:13AM -0500, Vic Cekvenich wrote:
: One feature I like in resin is that it reloads a class (for example a 
: servlet) automaticaly if I change it.
: 
: IS there a way to make tomcat reload any of the classes if they got changed?

Search the docs for the "reloadable" attr of .
-or, for specific examples, search the archives.  This comes up every so
often.
-QM

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


application path/docBase property

2004-07-22 Thread erh
I'm trying to find the property that corresponds to either the
application path (i.e. the path attribute of the Context element), or
the installed path (i.e. the docBase attribute).  I haven't had any luck
finding it.  Is there such a property?

Specifically, what I am trying to do is have a application that can
be installed to an arbitrary path use a common log4j properties file
and have the logs go to an appropriate log file.  Right now I'm working
around the problem by generating the log4j properties file at build time,
but I'd prefer not to have to rebuild just to install to a new location.

Any suggestions?

thanks,
eric

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Help (Started over again) Making Tomcat work with Apache

2004-07-22 Thread Phillip Blancher
I created a folder in the htdocs directory called WEB-INF which has an 
web.xml file that has inside of it the following code:


http://java.sun.com/dtd/web-app_2_3.dtd";>


And I am still getting the prompt to download the file.
Phil

I am not sure about this, but your problem seems to be confirming this. I
think the JSPs will not be compiled unless they are part of a web
application, i.e. you are being asked to save it because it isn't a format
your browser recognizes (it’s not a webpage). In the folder of your
test.jsp, you have to create a WEB-INF folder and it has to contain a valid
web.xml file (which can probably be empty aside from the 

tags).

-Original Message-
From: Phillip Blancher [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 22, 2004 1:05 PM
To: [EMAIL PROTECTED]
Subject: RE: Help (Started over again) Making Tomcat work with Apache
OK changed this. JSP is back to working, however localhost/test.jsp is 
still
coming up prompting me to save it.

Is there some kind of a file handler that needs to be placed in httpd.conf
for Apache for handling JSP's?
Phil
>
>You changed the worng thing! The path is what is typed in the Adress
>bar and the docBase is where the content is. So what you actually want
>is:
>
>  
>
>   debug="0"/>
>
_
Designer Mail isn't just fun to send, it's fun to receive. Use special
stationery, fonts and colors.
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=htt
p://hotmail.com/enca&HL=Market_MSNIS_Taglines
  Start enjoying all the benefits of MSN® Premium right now and get the
first two months FREE*.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Take advantage of powerful junk e-mail filters built on patented Microsoft® 
SmartScreen Technology. 
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  1   2   >