Re: Tomcat 6.0.37 on As400 don't work more

2015-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Buon Giorno,

On 4/23/15 10:06 AM, gio.cot wrote:
 this morning (without in appearance  have done nothing) I don't 
 succeed to run  my applications Web installed on Tomcat on As400.
 If I open the Tomcat console I see  listed only the applications /
  host-manager and /manager, all the me applications are not listed 
 anymore.

It looks like your applications have been undeployed or removed from
the webapps/ directory. Have you checked the filesystem to make sure
that all the web applications are where you think they should be?

Is there some other administrator who could have made changes, here?

 If I go with Wrklnk on webapps I see them.

What is Wrklnk?

 In the log I find the following errors: can you help me to
 understand where could be the problem ?

The errors you are seeing are from deploying the examples web
application, which it seems like you don't want to do, anyway.

Find out what's going on with your installation; it looks like someone
has probably changed something.

What version of Tomcat are you running?

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v2
Comment: GPGTools - http://gpgtools.org

iQIcBAEBCAAGBQJVOkLJAAoJEBzwKT+lPKRYXk8P/2TfC8rjHOvzcZPb9vGallca
ugnePBwOY8tuqpqFuauZgHtwpcHpDXgi4luM/QFOsJsA0afzwc6EM7vTb6msyShn
qL48BCiaBq1lOcX6O50j/BNqyrONNNQvcFJ2vTA26Vd0NPta+A4WV2TkpSOj41Kz
HyP0SkW+s861fqKjYvZZIfN4eE0SkvtASGpJyq+HPIv2/kcJM5hmcTRd94wOqNtx
wR7u4d3+i6uh9d7FRH3krTWZZ6KmpozivIlckes42yJ0/Gl7uldEIBW2IT4t8/Wh
VS7mzmVioKfT6zjK48qMnwgKij/VZlruUzKxwphUAI/F9h8FqO8inSlH1jU3W4fT
glT7YnblMYxZa7ibINJpJOfYgCka9QqoBN/9JOzQ9aMwLg7v+x39Qd52dwCQ3Me0
3gxLaMI7gTO1V+NCERaLPALXE7Z2XQBD2tE7SjAkHgOOuDA1TeSV7bb+ch3yWPEK
bc6G/6fFwuUY0gy9eD5kO3fKX3PFSAYkjWSKj64fHC0zRigMRbg8PKnRev11h/3M
4X3I0lFHJcDYsLYQsp4eNxjq+CdRiTThUuCQ0NI8FkVrh12IDGFS8zYGb83IFN93
q9BPfy9t0iom8Ru5crdpKNwCljDSB14VDP3h3RbJrnx2jS6qWT8hEQbIuicAnO//
l8lkvKYp3nCPG3clQLlF
=WJ/E
-END PGP SIGNATURE-

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



Re: Tomcat 6.0.37 on As400 don't work more

2015-04-23 Thread Konstantin Kolinko
2015-04-23 17:06 GMT+03:00 gio.cot gio@virgilio.it:
 Hi

 this morning (without in appearance  have done nothing) I don't succeed  to
 run  my applications Web installed on Tomcat on As400. If I open  the Tomcat
 console I see  listed only the applications / host-manager and

 / manager, all the me applications are not listed  anymore. If I go with
 Wrklnk

 on webapps I see them. In the log I find the following errors:can you
 help me to understand where could be the problem ?



 Thanks in advance



 Attached my web.xml file

Rules:
http://tomcat.apache.org/lists.html#tomcat-users
- 7. Please format your messages as plain text, not HTML. Do not
send attachments, as they are likely to be removed and ignored by the
mailing list server.


 23-Apr-2015 15.03.50 org.apache.catalina.startup.HostConfig

 deployDirectory

 INFORMAZIONI: Deploying web application directory examples



 23-Apr-2015 15.03.50 org.apache.catalina.startup.HostConfig

 deployDirectory

 GRAVE: Error deploying web application directory examples



 java.lang.SecurityException: Servlet of class

 org.apache.catalina.ssi.SSIServlet is privileged and cannot be loaded by

 this web appllication

 at

 org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1179)



  at

 org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1026)



  at

 org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4421)


The examples application itself does not use SSIServlet.  As such, it
looks that someone  added (uncommented) SSIServlet in the global
conf/web.xml file on the server.  Those settings are shared by all web
applications.

One should not modify the global conf/web.xml file. If SSI
(server-side-includes) feature is needed, you should add that
servlet and servlet-mapping to your own WEB-INF/web.xml file.


A web application is not allowed to load the SSIServlet class unless
the site administrator explicitly allowed it by marking that
application as privileged.

(Manager and Host-Manager are privileged, as thus they did not fail at startup)

Best regards,
Konstantin Kolinko

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



Tomcat 6.0.37 on As400 don't work more

2015-04-23 Thread gio.cot
Hi 

this morning (without in appearance  have done nothing) I don't succeed  to
run  my applications Web installed on Tomcat on As400. If I open  the Tomcat
console I see  listed only the applications / host-manager and  

/ manager, all the me applications are not listed  anymore. If I go with
Wrklnk  

on webapps I see them. In the log I find the following errors:can you
help me to understand where could be the problem ? 

 

Thanks in advance 

 

Attached my web.xml file 

 

23-Apr-2015 15.03.50 org.apache.catalina.startup.HostConfig

deployDirectory 

INFORMAZIONI: Deploying web application directory examples 



23-Apr-2015 15.03.50 org.apache.catalina.startup.HostConfig

deployDirectory 

GRAVE: Error deploying web application directory examples  



java.lang.SecurityException: Servlet of class

org.apache.catalina.ssi.SSIServlet is privileged and cannot be loaded by

this web appllication

at

org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:11
79)



 at

org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1026)

   

 at

org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:
4421)

  

 at

org.apache.catalina.core.StandardContext.start(StandardContext.java:4734) 

 

 at

org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:7
99)



 at

org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)



 at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)   

 

 

 


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