English 中文(简体)
Tomcat5的开端——不准卡塔里纳特。
原标题:Tomcat5 startup - denied permission for catalina.out

在系统升级后,I系统再也无法启用我的tomcat5服务器。 执行startup.sh结果如下:

imac:bin mmm$ ./startup.sh 
Using CATALINA_BASE:   /Library/Tomcat_bak
Using CATALINA_HOME:   /Library/Tomcat_bak
Using CATALINA_TMPDIR: /Library/Tomcat_bak/temp
Using JRE_HOME:        /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home
Using CLASSPATH:       /Library/Tomcat_bak/bin/bootstrap.jar
touch: /Library/Tomcat_bak/logs/catalina.out: Permission denied
/Library/Tomcat_bak/bin/catalina.sh: line 294: /Library/Tomcat_bak/logs/catalina.out: Permission denied

用户和权利的设定与升级之前相同:

-rwxr-xr-x@  1 macports  admin   1,1K 29 Mär  2010 startup.sh

What i ve done: I upgraded my iMac Snow Leopard to Lion. This caused some errors for e.g python, so i updated macports and reinstalled the ports i needed (according to the instructions on the macPorts page. I have not reinstalled any tomcat port manually).

Regards mmm...

最佳回答

在电梯升级后,这似乎是一个用户/群体的问题。 我在不使用玉米港口的情况下重新插入散射线,现在它工作。

问题回答

暂无回答




相关问题
Tomcat´s server.xml dynamic configuration

My web application uses the same database configuration as the application XYZ. I have a resource declaration for a context in server.xml, so I have a duplicated configuration (once for web ...

session transfer issue from Tomcat to ASP.Net

I am using Tomcat to host JSP and using IIS 7.0 to host aspx (C# + .Net 3.5 + VSTS 2008), and I have some session transfer issue from JSP page to ASPX page. JSP page is in one domain and all other ...

JSP exception - class not found (tomcat)

I m setting up an existing application on a new Tomcat 5.5 server connecting to a Postgres database (running on Debian Lenny). When I access it I get a series of stack traces with the following root ...