Re: test mail

2005-04-29 Thread vince
sandy kumar wrote:
Hi,
I am trying to send a mail to this forum but cant see
my mail in the archieve. If you can see this mail then
can anyone send me a confirmation pls.
cheers,
sandie 

Send instant messages to your online friends http://uk.messenger.yahoo.com 

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

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


package does not exist?

2003-12-03 Thread Vince Barta
C:\Inetpub\wwwroot\tomcat\webapps\myDirectory\WEB-INF\classes\myDirectory\resBean.java:Line6:
 package util does not exist
 
import util.*;
 
 The util package is in my web-inf/classes folder. Why would I get this compile error 
in a bean? 
 
 


-
Do you Yahoo!?
Free Pop-Up Blocker - Get it now

how to make files in a context's subdirectory be accessible?

2003-10-16 Thread Vince Law
Hi All,

Hope some of you can help me with this question.   I mapped a web-app or
context test to a physical path by creating a xml file test.xml and
putting it in the CATALINA_HOME/conf/Catalina/localhost directory.  The
text.xml contains the following:

==
Context className=org.apache.catalina.core.StandardContext
displayName=Testing Application backgroundProcessorDelay=-1
privileged=false debug=0
charsetMapperClass=org.apache.catalina.util.CharsetMapper
wrapperClass=org.apache.catalina.core.StandardWrapper
engineName=Catalina cookies=true crossContext=false
docBase=E:\Temp\tomcat\build\test lazy=true path=/test
startupTime=150 useNaming=true cachingAllowed=true j2EEServer=none
j2EEApplication=none domain=Catalina swallowOutput=false
reloadable=false tldScanTime=0
configFile=E:\jakarta-tomcat-5.0.7\conf\Catalina\lrn\test.xml
  Logger className=org.apache.catalina.logger.FileLogger
debug=0 verbosity=1 prefix=lrn_test_log. directory=logs
timestamp=true suffix=.txt/
/Context
==

In the physical path E:\Temp\tomcat\build\test, I created a subdirectory
testsub, and put a file index.jsp there.

When I tried to access the file:
http://localhost:8080/test/testsub/index.jsp, I got an java exception
java.lang.NoSuchMethodError (please see the full stack trace below).  My
question is, how can I configure TomCat so that t files in the context's
subdirectory can be accessible without any error?

Thank you so much in advance!

Sincerely,
Vince


Error's stack Trace:
===
javax.servlet.ServletException
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
root cause 
java.lang.NoSuchMethodError
at
org.apache.jasper.compiler.JspUtil.makeJavaPackage(JspUtil.java:948)
at
org.apache.jasper.JspCompilationContext.getDerivedPackageName(JspCompilation
Context.java:403)
at
org.apache.jasper.JspCompilationContext.getServletPackageName(JspCompilation
Context.java:393)
at
org.apache.jasper.JspCompilationContext.createOutputDir(JspCompilationContex
t.java:605)
at
org.apache.jasper.JspCompilationContext.getOutputDir(JspCompilationContext.j
ava:227)
at
org.apache.jasper.JspCompilationContext.getClassFileName(JspCompilationConte
xt.java:475)
at org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:514)
at org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:484)
at
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:5
53)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:3
00)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
=


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



connectors and port80

2003-06-03 Thread Fumo, Vince








I'm trying to get tc to run on a linux 9
server. I've got it working fine on port 8080 but when I change my
connector to port 80 I get an access denied exception (see info below). I'm
guessing I got the connector definition correct and that its
something in linux. Do any of you have any
suggestions?



Connector (from server.xml)



Connector className=org.apache.coyote.tomcat4.CoyoteConnector
redirectPort=8443 bufferSize=2048
port=80 connectionTimeout=2
scheme=http enableLookups=true
secure=false protocolHandlerClassName=org.apache.coyote.http11.Http11Protocol
debug=0 disableUploadTimeout=true
maxKeepAliveRequests=100 proxyPort=0 tcpNoDelay=true
maxProcessors=75 minProcessors=5
acceptCount=100 useURIValidati
onHack=false connectionLinger=-1
compression=off 

Factory className=org.apache.catalina.net.DefaultServerSocketFactory/

/Connector



Exception output (from catalina.out)



[INFO] Registry - -Creating MBeanServer

java.net.BindException: Permission
denied:80

 at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:280)

 at
org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:150)

 at
org.apache.coyote.tomcat4.CoyoteConnector.initialize(CoyoteConnector.java:1117)

 at org.apache.catalina.core.StandardService.initialize(Unknown
Source)


at org.apache.catalina.core.StandardServer.initialize(Unknown
Source)

 at org.apache.catalina.startup.Catalina.start(Unknown
Source)

 at org.apache.catalina.startup.Catalina.execute(Unknown
Source)

 at org.apache.catalina.startup.Catalina.process(Unknown
Source)

 at java.lang.reflect.Method.invoke(Native
Method)

 at org.apache.catalina.startup.Bootstrap.main(Unknown
Source)

[ERROR] Http11Protocol - -Error initializing endpoint java.net.BindException: Permission denied:80

Catalina.start: LifecycleException:
Protocol handler initialization failed: java.net.BindException:
Permission denied:80

LifecycleException: Protocol handler initialization failed: java.net.BindException: Permission denied:80

 at org.apache.coyote.tomcat4.CoyoteConnector.initialize(CoyoteConnector.java:1119)

 at org.apache.catalina.core.StandardService.initialize(Unknown
Source)

 at org.apache.catalina.core.StandardServer.initialize(Unknown
Source)

 at org.apache.catalina.startup.Catalina.start(Unknown
Source)

 at org.apache.catalina.startup.Catalina.execute(Unknown
Source)

 at org.apache.catalina.startup.Catalina.process(Unknown
Source)

 at java.lang.reflect.Method.invoke(Native
Method)

 at org.apache.catalina.startup.Bootstrap.main(Unknown
Source)

Catalina.stop: LifecycleException:
This server has not yet been started

LifecycleException: This server has not yet been started

 at org.apache.catalina.core.StandardServer.stop(Unknown
Source)

 at org.apache.catalina.startup.Catalina.start(Unknown
Source)

 at org.apache.catalina.startup.Catalina.execute(Unknown
Source)

 at org.apache.catalina.startup.Catalina.process(Unknown
Source)

 at java.lang.reflect.Method.invoke(Native
Method)

 at org.apache.catalina.startup.Bootstrap.main(Unknown
Source)





Vincent Fumo

Software Engineer

ACS State and Local Solutions

777 Saw Mill River Rd.

Tarrytown,
 NY
 10591

914-789-6162

AIM : neodem2001

















RE: connectors and port80

2003-06-03 Thread Fumo, Vince
Nope..installed as root. Is there a way I can verify the group/user
ownership?

vef

-Original Message-
From: Mirit Naim [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 02, 2003 8:50 AM
To: [EMAIL PROTECTED]
Subject: Re: connectors and port80

Under which account you installed tomcat? If it is not root, you can't
run it at port 80 just like that (maybe there is a forwarding option, I
don't know).

 [EMAIL PROTECTED] 06/02/03 04:46PM 
I'm trying to get tc to run on a linux 9 server. I've got it working
fine on
port 8080 but when I change my connector to port 80 I get an access
denied
exception (see info below). I'm guessing I got the connector
definition
correct and that its something in linux. Do any of you have any
suggestions?
 
Connector (from server.xml)
 
Connector className=org.apache.coyote.tomcat4.CoyoteConnector
redirectPort=8443 bufferSize=2048 port=80
connectionTimeout=2
scheme=http enableLookups=true secure=false
protocolHandlerClassName=org.apache.coyote.http11.Http11Protocol
debug=0
disableUploadTimeout=true maxKeepAliveRequests=100 proxyPort=0
tcpNoDelay=true maxProcessors=75 minProcessors=5
acceptCount=100
useURIValidati onHack=false connectionLinger=-1 compression=off

Factory
className=org.apache.catalina.net.DefaultServerSocketFactory/
/Connector
 
Exception output (from catalina.out)
 
[INFO] Registry - -Creating MBeanServer
java.net.BindException: Permission denied:80
at
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java
:280)
at
org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:150)
at
org.apache.coyote.tomcat4.CoyoteConnector.initialize(CoyoteConnector.java:11
17)
at org.apache.catalina.core.StandardService.initialize(Unknown
Source)
at org.apache.catalina.core.StandardServer.initialize(Unknown
Source)
at org.apache.catalina.startup.Catalina.start(Unknown Source)
at org.apache.catalina.startup.Catalina.execute(Unknown
Source)
at org.apache.catalina.startup.Catalina.process(Unknown
Source)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Unknown Source)
[ERROR] Http11Protocol - -Error initializing endpoint
java.net.BindException: Permission denied:80
Catalina.start: LifecycleException:  Protocol handler initialization
failed:
java.net.BindException: Permission denied:80
LifecycleException:  Protocol handler initialization failed:
java.net.BindException: Permission denied:80
at
org.apache.coyote.tomcat4.CoyoteConnector.initialize(CoyoteConnector.java:11
19)
at org.apache.catalina.core.StandardService.initialize(Unknown
Source)
at org.apache.catalina.core.StandardServer.initialize(Unknown
Source)
at org.apache.catalina.startup.Catalina.start(Unknown Source)
at org.apache.catalina.startup.Catalina.execute(Unknown
Source)
at org.apache.catalina.startup.Catalina.process(Unknown
Source)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Unknown Source)
Catalina.stop: LifecycleException:  This server has not yet been
started
LifecycleException:  This server has not yet been started
at org.apache.catalina.core.StandardServer.stop(Unknown
Source)
at org.apache.catalina.startup.Catalina.start(Unknown Source)
at org.apache.catalina.startup.Catalina.execute(Unknown
Source)
at org.apache.catalina.startup.Catalina.process(Unknown
Source)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Unknown Source)
 

Vincent Fumo
Software Engineer
ACS State and Local Solutions
777 Saw Mill River Rd.
Tarrytown, NY 10591
914-789-6162
AIM : neodem2001
 
 
 
 

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


RE: connectors and port80

2003-06-03 Thread Fumo, Vince
In answer to John and your question, I have tomcat starting as a service in
/etc/init.d . However, in this case with the port 80 thing, here is what I
did (as root)

1) service tomcat4 stop
2) swapped the server.xml file
3) service tomcat4 start

and then I got (and copied to the previous email) the exception..

vef

-Original Message-
From: Mirit Naim [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 02, 2003 8:59 AM
To: [EMAIL PROTECTED]
Subject: RE: connectors and port80

which account do you use to start tomcat?

 [EMAIL PROTECTED] 06/02/03 04:55PM 
Nope..installed as root. Is there a way I can verify the group/user
ownership?

vef

-Original Message-
From: Mirit Naim [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 02, 2003 8:50 AM
To: [EMAIL PROTECTED] 
Subject: Re: connectors and port80

Under which account you installed tomcat? If it is not root, you can't
run it at port 80 just like that (maybe there is a forwarding option,
I
don't know).

 [EMAIL PROTECTED] 06/02/03 04:46PM 
I'm trying to get tc to run on a linux 9 server. I've got it working
fine on
port 8080 but when I change my connector to port 80 I get an access
denied
exception (see info below). I'm guessing I got the connector
definition
correct and that its something in linux. Do any of you have any
suggestions?
 
Connector (from server.xml)
 
Connector className=org.apache.coyote.tomcat4.CoyoteConnector
redirectPort=8443 bufferSize=2048 port=80
connectionTimeout=2
scheme=http enableLookups=true secure=false
protocolHandlerClassName=org.apache.coyote.http11.Http11Protocol
debug=0
disableUploadTimeout=true maxKeepAliveRequests=100 proxyPort=0
tcpNoDelay=true maxProcessors=75 minProcessors=5
acceptCount=100
useURIValidati onHack=false connectionLinger=-1 compression=off

Factory
className=org.apache.catalina.net.DefaultServerSocketFactory/
/Connector
 
Exception output (from catalina.out)
 
[INFO] Registry - -Creating MBeanServer
java.net.BindException: Permission denied:80
at
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java
:280)
at
org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:150)
at
org.apache.coyote.tomcat4.CoyoteConnector.initialize(CoyoteConnector.java:11
17)
at org.apache.catalina.core.StandardService.initialize(Unknown
Source)
at org.apache.catalina.core.StandardServer.initialize(Unknown
Source)
at org.apache.catalina.startup.Catalina.start(Unknown Source)
at org.apache.catalina.startup.Catalina.execute(Unknown
Source)
at org.apache.catalina.startup.Catalina.process(Unknown
Source)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Unknown Source)
[ERROR] Http11Protocol - -Error initializing endpoint
java.net.BindException: Permission denied:80
Catalina.start: LifecycleException:  Protocol handler initialization
failed:
java.net.BindException: Permission denied:80
LifecycleException:  Protocol handler initialization failed:
java.net.BindException: Permission denied:80
at
org.apache.coyote.tomcat4.CoyoteConnector.initialize(CoyoteConnector.java:11
19)
at org.apache.catalina.core.StandardService.initialize(Unknown
Source)
at org.apache.catalina.core.StandardServer.initialize(Unknown
Source)
at org.apache.catalina.startup.Catalina.start(Unknown Source)
at org.apache.catalina.startup.Catalina.execute(Unknown
Source)
at org.apache.catalina.startup.Catalina.process(Unknown
Source)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Unknown Source)
Catalina.stop: LifecycleException:  This server has not yet been
started
LifecycleException:  This server has not yet been started
at org.apache.catalina.core.StandardServer.stop(Unknown
Source)
at org.apache.catalina.startup.Catalina.start(Unknown Source)
at org.apache.catalina.startup.Catalina.execute(Unknown
Source)
at org.apache.catalina.startup.Catalina.process(Unknown
Source)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Unknown Source)
 

Vincent Fumo
Software Engineer
ACS State and Local Solutions
777 Saw Mill River Rd.
Tarrytown, NY 10591
914-789-6162
AIM : neodem2001
 
 
 
 

-
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: connectors and port80

2003-06-03 Thread Fumo, Vince
You are correct on both. I'd love to run apache but the pc I'm running it on
has only 64mb of ram and I'm having problems as it is so I'm trying to stay
light. So, to solve my problem I have to find a way to get tomcat to run as
root correct?

vef

-Original Message-
From: John Turner [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 02, 2003 10:17 AM
To: Tomcat Users List
Subject: Re: connectors and port80


I'm guessing Red Hat.  I'm guessing RPM.  If true and true, then the user 
running Tomcat is a user called 'tomcat4', which does not have permission 
to bind a service to port 80.

Either run as root on port 80 (not as tomcat4), or use Apache on port 80 
and redirect requests to Tomcat.  Apache is safe to run on port 80 as 
root.

John

On Mon, 2 Jun 2003 10:10:02 -0400, Fumo, Vince [EMAIL PROTECTED] 
wrote:

 In answer to John and your question, I have tomcat starting as a service 
 in
 /etc/init.d . However, in this case with the port 80 thing, here is what 
 I
 did (as root)

 1) service tomcat4 stop
 2) swapped the server.xml file
 3) service tomcat4 start

 and then I got (and copied to the previous email) the exception..

 vef

 -Original Message-
 From: Mirit Naim [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 
 8:59 AM
 To: [EMAIL PROTECTED]
 Subject: RE: connectors and port80

 which account do you use to start tomcat?

 [EMAIL PROTECTED] 06/02/03 04:55PM 
 Nope..installed as root. Is there a way I can verify the group/user
 ownership?

 vef

 -Original Message-
 From: Mirit Naim [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 
 8:50 AM
 To: [EMAIL PROTECTED] Subject: Re: connectors and port80

 Under which account you installed tomcat? If it is not root, you can't
 run it at port 80 just like that (maybe there is a forwarding option,
 I
 don't know).

 [EMAIL PROTECTED] 06/02/03 04:46PM 
 I'm trying to get tc to run on a linux 9 server. I've got it working
 fine on
 port 8080 but when I change my connector to port 80 I get an access
 denied
 exception (see info below). I'm guessing I got the connector
 definition
 correct and that its something in linux. Do any of you have any
 suggestions?
 Connector (from server.xml)
 Connector className=org.apache.coyote.tomcat4.CoyoteConnector
 redirectPort=8443 bufferSize=2048 port=80
 connectionTimeout=2
 scheme=http enableLookups=true secure=false
 protocolHandlerClassName=org.apache.coyote.http11.Http11Protocol
 debug=0
 disableUploadTimeout=true maxKeepAliveRequests=100 proxyPort=0
 tcpNoDelay=true maxProcessors=75 minProcessors=5
 acceptCount=100
 useURIValidati onHack=false connectionLinger=-1 compression=off

 Factory
 className=org.apache.catalina.net.DefaultServerSocketFactory/
 /Connector
 Exception output (from catalina.out)
 [INFO] Registry - -Creating MBeanServer
 java.net.BindException: Permission denied:80
 at

org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java



 :280)
 at
 org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:150)
 at

org.apache.coyote.tomcat4.CoyoteConnector.initialize(CoyoteConnector.java:11



 17)
 at org.apache.catalina.core.StandardService.initialize(Unknown
 Source)
 at org.apache.catalina.core.StandardServer.initialize(Unknown
 Source)
 at org.apache.catalina.startup.Catalina.start(Unknown Source)
 at org.apache.catalina.startup.Catalina.execute(Unknown
 Source)
 at org.apache.catalina.startup.Catalina.process(Unknown
 Source)
 at java.lang.reflect.Method.invoke(Native Method)
 at org.apache.catalina.startup.Bootstrap.main(Unknown Source)
 [ERROR] Http11Protocol - -Error initializing endpoint
 java.net.BindException: Permission denied:80
 Catalina.start: LifecycleException:  Protocol handler initialization
 failed:
 java.net.BindException: Permission denied:80
 LifecycleException:  Protocol handler initialization failed:
 java.net.BindException: Permission denied:80
 at

org.apache.coyote.tomcat4.CoyoteConnector.initialize(CoyoteConnector.java:11



 19)
 at org.apache.catalina.core.StandardService.initialize(Unknown
 Source)
 at org.apache.catalina.core.StandardServer.initialize(Unknown
 Source)
 at org.apache.catalina.startup.Catalina.start(Unknown Source)
 at org.apache.catalina.startup.Catalina.execute(Unknown
 Source)
 at org.apache.catalina.startup.Catalina.process(Unknown
 Source)
 at java.lang.reflect.Method.invoke(Native Method)
 at org.apache.catalina.startup.Bootstrap.main(Unknown Source)
 Catalina.stop: LifecycleException:  This server has not yet been
 started
 LifecycleException:  This server has not yet been started
 at org.apache.catalina.core.StandardServer.stop(Unknown
 Source)
 at org.apache.catalina.startup.Catalina.start(Unknown Source)
 at org.apache.catalina.startup.Catalina.execute(Unknown
 Source)
 at org.apache.catalina.startup.Catalina.process(Unknown
 Source)
 at java.lang.reflect.Method.invoke(Native Method)
 at org.apache.catalina.startup.Bootstrap.main(Unknown Source)


 Vincent Fumo
 Software Engineer

RE: connectors and port80

2003-06-03 Thread Fumo, Vince
Well, what can I do? I need to have jsp and struts support and this is the
only machine they can spare...I can imagine how slow it will be. Anyway, I'm
going to take your advice and reinstall from a tar. Should I put everything
into /var/tomcat4? Or should I break it up into other directories and create
symlinks like the rpm did?

vef

-Original Message-
From: John Turner [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 02, 2003 10:41 AM
To: Tomcat Users List
Subject: Re: connectors and port80


Find a way?  No, it's easy, but with the RPM it might be problematic.

As root:

$CATALINA_HOME/bin/startup.sh

That's all it takes.  However, that's assuming a binary install.  I don't 
use RPMsbut as far as I know, the Tomcat RPM for Red Hat puts things in 
various places that may or may not work with simple call to startup.sh.  
You'll probably need to dissect the tomcat4 daemon script installed by the 
RPM to figure out where things are and how they need to be called.

Option 2 (what I would do if you were me ;) ) is uninstall the RPM, 
download the binary package, and use that.

I might as well say this before someone else doesyou're asking for 
grief running Tomcat on 64MB RAM, its going to be slooow.  You'd be 
better off running Apache on the machine with 64MB RAM, on port 80, and 
using mod_jk or mod_jk2 to connect to Tomcat running on some other machine 
with more horsepower.

John

On Mon, 2 Jun 2003 10:30:27 -0400, Fumo, Vince [EMAIL PROTECTED] 
wrote:

 You are correct on both. I'd love to run apache but the pc I'm running it 
 on
 has only 64mb of ram and I'm having problems as it is so I'm trying to 
 stay
 light. So, to solve my problem I have to find a way to get tomcat to run 
 as
 root correct?

 vef

 -Original Message-
 From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, June 
 02, 2003 10:17 AM
 To: Tomcat Users List
 Subject: Re: connectors and port80


 I'm guessing Red Hat.  I'm guessing RPM.  If true and true, then the user 
 running Tomcat is a user called 'tomcat4', which does not have permission 
 to bind a service to port 80.

 Either run as root on port 80 (not as tomcat4), or use Apache on port 80 
 and redirect requests to Tomcat.  Apache is safe to run on port 80 as 
 root.

 John

 On Mon, 2 Jun 2003 10:10:02 -0400, Fumo, Vince [EMAIL PROTECTED] 
 wrote:

 In answer to John and your question, I have tomcat starting as a service 
 in
 /etc/init.d . However, in this case with the port 80 thing, here is what 
 I
 did (as root)

 1) service tomcat4 stop
 2) swapped the server.xml file
 3) service tomcat4 start

 and then I got (and copied to the previous email) the exception..

 vef

 -Original Message-
 From: Mirit Naim [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 
 8:59 AM
 To: [EMAIL PROTECTED]
 Subject: RE: connectors and port80

 which account do you use to start tomcat?

 [EMAIL PROTECTED] 06/02/03 04:55PM 
 Nope..installed as root. Is there a way I can verify the group/user
 ownership?

 vef

 -Original Message-
 From: Mirit Naim [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 
 8:50 AM
 To: [EMAIL PROTECTED] Subject: Re: connectors and port80

 Under which account you installed tomcat? If it is not root, you can't
 run it at port 80 just like that (maybe there is a forwarding option,
 I
 don't know).

 [EMAIL PROTECTED] 06/02/03 04:46PM 
 I'm trying to get tc to run on a linux 9 server. I've got it working
 fine on
 port 8080 but when I change my connector to port 80 I get an access
 denied
 exception (see info below). I'm guessing I got the connector
 definition
 correct and that its something in linux. Do any of you have any
 suggestions?
 Connector (from server.xml)
 Connector className=org.apache.coyote.tomcat4.CoyoteConnector
 redirectPort=8443 bufferSize=2048 port=80
 connectionTimeout=2
 scheme=http enableLookups=true secure=false
 protocolHandlerClassName=org.apache.coyote.http11.Http11Protocol
 debug=0
 disableUploadTimeout=true maxKeepAliveRequests=100 proxyPort=0
 tcpNoDelay=true maxProcessors=75 minProcessors=5
 acceptCount=100
 useURIValidati onHack=false connectionLinger=-1 compression=off

 Factory
 className=org.apache.catalina.net.DefaultServerSocketFactory/
 /Connector
 Exception output (from catalina.out)
 [INFO] Registry - -Creating MBeanServer
 java.net.BindException: Permission denied:80
 at


org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java



 :280)
 at
 org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:150)
 at


org.apache.coyote.tomcat4.CoyoteConnector.initialize(CoyoteConnector.java:11



 17)
 at org.apache.catalina.core.StandardService.initialize(Unknown
 Source)
 at org.apache.catalina.core.StandardServer.initialize(Unknown
 Source)
 at org.apache.catalina.startup.Catalina.start(Unknown Source)
 at org.apache.catalina.startup.Catalina.execute(Unknown
 Source)
 at org.apache.catalina.startup.Catalina.process(Unknown
 Source

Silent Installation of Tomcat 4.0.6

2003-04-01 Thread Timon, Vince








I have been searching multiple forums high
and low for a definitive answer to the following question:



Is there a way to silent install tomcat
4.0.6, meaning the installation runs without displaying the user interface and
the program uses default values or a response (.iss) file to complete the
install? 



If there is a way to do it, could someone
provide the actual mechanism? Thanks in advance for any help. 










Tomcat as service wrapper files missing

2000-11-29 Thread Vince Ulfig



Hi,

I want Apache and Tomcat to start automatically as 
a service
on my NT machine when the machine boots, or when I 
log in.

I'm following the instructions on this 
page:
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/NT-Service-howto.html

This page refers to these files, that I cannot 
find:

  Locate the wrapper.properties template file in your Tomcat conf directory. 

  Update the wrapper.tomcat_home property to point at your tomcat home. 
  Update the wrapper.java_home property to point at your Java home. 
I'm attempting to use Apache and Tomcat with another software
that refers to this wrapper files.

I installed this version of tomcat:
apache_1_3_14_win32_r2.exe
from the URL:http://jakarta.apache.org/builds/tomcat/release/v3.1/bin/

The install exe was encased in this zip file on the above URL:
jakarta-tomcat.zip

Why did my installation not install the wrapper files, and
how do I find them?

Thanks!