Cannot start camunda-webapp-tomcat-standalone-7.1.0

792 views
Skip to first unread message

jdim...@gmail.com

unread,
May 23, 2014, 1:08:57 AM5/23/14
to camunda-...@googlegroups.com
1. I'm using Windows 7 on a 64 bit machine with Apache 7 installed
2. I downloaded camunda-webapp-tomcat-standalone-7.1.0-Final.war
3. Renamed the file to camunda.war
4. Created a sub-folder camunda under the Apache webapps folder
5. Copied camunda.war into the camunda subfolder
6. Started Apache in cmd using %catalina_home%/bin/startup.bat
7. Use Google Chome browser and entered http://localhost:8080/camunda

Here's what I got:

HTTP Status 404 - /camunda/
type: Status report
message: /camunda/
description: The requested resource is not available.
Apache Tomcat/7.0.53

But, the file is definitely there and Java is installed correctly and on the path.

Any advice please?

Sebastian Menski

unread,
May 23, 2014, 1:25:41 AM5/23/14
to
Hi,


you don't have to create a seperate camunda folder under the tomcat webapps folder. Just copy the camunda.war to the webapps folder.


Does this help?


Cheers,
Sebastian 

jdim...@gmail.com

unread,
May 23, 2014, 3:31:40 AM5/23/14
to camunda-...@googlegroups.com
Thanks, Sebastian

1. OK. I copied camunda.war directly into tomcat webapps folder.
2. Entered http://localhost:8080/camunda.war in Google Chrome browser and got the same "http status 404, the requested resources not available".

Still wondering what I did wrong.

Thank you for any other suggestions.

Sebastian Menski

unread,
May 23, 2014, 3:39:12 AM5/23/14
to camunda-...@googlegroups.com, jdim...@gmail.com
Hi,
 
Is this a typo? 

2. Entered http://localhost:8080/camunda.war in Google Chrome browser and got the same "http status 404, the requested resources not available".
 
And you mean http://localhost:8080/camunda/ or if not please try this address.

If it is still not working please attach your tomcat startup log. It is located under logs/catalina.*.log

Cheers,
Sebastian

jdim...@gmail.com

unread,
May 23, 2014, 3:52:47 AM5/23/14
to camunda-...@googlegroups.com, jdim...@gmail.com
I think http://localhost:8080/camunda/ would try to access a war file in the subfolder of /camunda/

You suggested copying camunda.war directly into the webapps folder, so to access this one would enter "http://localhost:8080/camunda.war"

Anyway, "http://localhost:8080/camunda/ returns the same 404 error page.

Here's the catalina.*.log:

May 23, 2014 4:53:39 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\PC Connectivity Solution\;c:\program files\apache-maven-3.1.1\bin;e:\Program Files (x86)\Liquid Technologies\Liquid XML 2013\XmlDataBinder11\Redist11\cpp\win32\bin;C:\Program Files (x86)\Liquid Technologies\Liquid XML 2013\XmlDataBinder11\Redist11\cpp\win32\bin;e:\Program Files (x86)\Liquid Technologies\Liquid XML Studio 2011\XmlDataBinder9\Redist9\cpp\win32\bin;C:\Users\user\AppData\Local\Smartbar\Application\;C:\Users\user\AppData\Local\Smartbar\Application\;e:\Program Files\FDS\FDS6\bin;e:\Program Files\FDS\shortcuts;C:\Program Files\Java\jre7\bin;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Java\jre7\bin;E:\Program Files\Microsoft SQL Server\110\Tools\Binn\;E:\Program Files\Microsoft SQL Server\110\DTS\Binn\;E:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;E:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;E:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;c:\fluent.inc\airpak2.0\bin.ntx86;C:\Program Files (x86)\CFAST6\;c:\fluent.inc\ntbin\ntx86;C:\Program Files (x86)\OpenVPN\bin;E:\Python33;E:\Python33\Lib\site-packages\;E:\Python33\Scripts\;%ANT_HOME%/bin;C:\Windows\system32;C:\Windows;C:\Program Files\Java\jdk 1.7.0_21\bin;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Common Files\Autodesk Shared\;E:\Program Files\nodejs\;C:\php;C:\Program Files\Microsoft\Web Platform Installer\;e:\Groovy\Groovy-2.2.1\bin;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\EaseUS\Todo Backup\bin\x64\;.
May 23, 2014 4:53:40 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
May 23, 2014 4:53:40 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
May 23, 2014 4:53:40 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1689 ms
May 23, 2014 4:53:40 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
May 23, 2014 4:53:40 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.53
May 23, 2014 4:53:40 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory E:\apache-tomcat-7.0.53\webapps\camunda
May 23, 2014 4:53:42 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory E:\apache-tomcat-7.0.53\webapps\docs
May 23, 2014 4:53:42 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory E:\apache-tomcat-7.0.53\webapps\examples
May 23, 2014 4:53:43 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory E:\apache-tomcat-7.0.53\webapps\host-manager
May 23, 2014 4:53:43 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory E:\apache-tomcat-7.0.53\webapps\manager
May 23, 2014 4:53:43 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory E:\apache-tomcat-7.0.53\webapps\ROOT
May 23, 2014 4:53:43 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
May 23, 2014 4:53:43 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
May 23, 2014 4:53:43 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 3251 ms
May 23, 2014 7:24:05 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\PC Connectivity Solution\;c:\program files\apache-maven-3.1.1\bin;e:\Program Files (x86)\Liquid Technologies\Liquid XML 2013\XmlDataBinder11\Redist11\cpp\win32\bin;C:\Program Files (x86)\Liquid Technologies\Liquid XML 2013\XmlDataBinder11\Redist11\cpp\win32\bin;e:\Program Files (x86)\Liquid Technologies\Liquid XML Studio 2011\XmlDataBinder9\Redist9\cpp\win32\bin;C:\Users\user\AppData\Local\Smartbar\Application\;C:\Users\user\AppData\Local\Smartbar\Application\;e:\Program Files\FDS\FDS6\bin;e:\Program Files\FDS\shortcuts;C:\Program Files\Java\jre7\bin;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Java\jre7\bin;E:\Program Files\Microsoft SQL Server\110\Tools\Binn\;E:\Program Files\Microsoft SQL Server\110\DTS\Binn\;E:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;E:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;E:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;c:\fluent.inc\airpak2.0\bin.ntx86;C:\Program Files (x86)\CFAST6\;c:\fluent.inc\ntbin\ntx86;C:\Program Files (x86)\OpenVPN\bin;E:\Python33;E:\Python33\Lib\site-packages\;E:\Python33\Scripts\;%ANT_HOME%/bin;C:\Windows\system32;C:\Windows;C:\Program Files\Java\jdk 1.7.0_21\bin;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Common Files\Autodesk Shared\;E:\Program Files\nodejs\;C:\php;C:\Program Files\Microsoft\Web Platform Installer\;e:\Groovy\Groovy-2.2.1\bin;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\EaseUS\Todo Backup\bin\x64\;.
May 23, 2014 7:24:06 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
May 23, 2014 7:24:06 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
May 23, 2014 7:24:06 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1009 ms
May 23, 2014 7:24:06 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
May 23, 2014 7:24:06 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.53
May 23, 2014 7:24:06 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive E:\apache-tomcat-7.0.53\webapps\camunda.war
May 23, 2014 7:24:06 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory E:\apache-tomcat-7.0.53\webapps\docs
May 23, 2014 7:24:06 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory E:\apache-tomcat-7.0.53\webapps\examples
May 23, 2014 7:24:07 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory E:\apache-tomcat-7.0.53\webapps\host-manager
May 23, 2014 7:24:08 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory E:\apache-tomcat-7.0.53\webapps\manager
May 23, 2014 7:24:08 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory E:\apache-tomcat-7.0.53\webapps\ROOT
May 23, 2014 7:24:08 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
May 23, 2014 7:24:08 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
May 23, 2014 7:24:08 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2110 ms
May 23, 2014 7:36:49 PM org.apache.tomcat.websocket.pojo.PojoEndpointBase onError
SEVERE: Failed to call onError method of POJO end point for POJO of type [websocket.snake.SnakeAnnotation]
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.tomcat.websocket.pojo.PojoEndpointBase.onError(PojoEndpointBase.java:131)
at org.apache.tomcat.websocket.WsSession.sendCloseMessage(WsSession.java:501)
at org.apache.tomcat.websocket.WsSession.onClose(WsSession.java:441)
at org.apache.tomcat.websocket.WsFrameBase.processDataControl(WsFrameBase.java:324)
at org.apache.tomcat.websocket.WsFrameBase.processData(WsFrameBase.java:270)
at org.apache.tomcat.websocket.WsFrameBase.processInputBuffer(WsFrameBase.java:116)
at org.apache.tomcat.websocket.server.WsFrameServer.onDataAvailable(WsFrameServer.java:54)
at org.apache.tomcat.websocket.server.WsHttpUpgradeHandler$WsReadListener.onDataAvailable(WsHttpUpgradeHandler.java:194)
at org.apache.coyote.http11.upgrade.AbstractServletInputStream.onDataAvailable(AbstractServletInputStream.java:189)
at org.apache.coyote.http11.upgrade.AbstractProcessor.upgradeDispatch(AbstractProcessor.java:92)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:605)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: java.util.concurrent.ExecutionException: java.net.SocketException: Software caused connection abort: socket write error
at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.startMessageBlock(WsRemoteEndpointImplBase.java:243)
at org.apache.tomcat.websocket.WsSession.sendCloseMessage(WsSession.java:487)
... 13 more
Caused by: java.util.concurrent.ExecutionException: java.net.SocketException: Software caused connection abort: socket write error
at org.apache.tomcat.websocket.FutureToSendHandler.get(FutureToSendHandler.java:102)
at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.startMessageBlock(WsRemoteEndpointImplBase.java:238)
... 14 more
Caused by: java.net.SocketException: Software caused connection abort: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at org.apache.coyote.http11.upgrade.BioServletOutputStream.doWrite(BioServletOutputStream.java:37)
at org.apache.coyote.http11.upgrade.AbstractServletOutputStream.writeInternal(AbstractServletOutputStream.java:125)
at org.apache.coyote.http11.upgrade.AbstractServletOutputStream.write(AbstractServletOutputStream.java:92)
at org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer.onWritePossible(WsRemoteEndpointImplServer.java:94)
at org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer.doWrite(WsRemoteEndpointImplServer.java:81)
at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.writeMessagePart(WsRemoteEndpointImplBase.java:393)
at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.startMessage(WsRemoteEndpointImplBase.java:287)
at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.startMessageBlock(WsRemoteEndpointImplBase.java:233)
... 14 more

May 23, 2014 7:37:26 PM websocket.drawboard.DrawboardEndpoint onError
SEVERE: onError: java.io.IOException: java.util.concurrent.ExecutionException: java.net.SocketException: Software caused connection abort: socket write error
java.io.IOException: java.util.concurrent.ExecutionException: java.net.SocketException: Software caused connection abort: socket write error
at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.startMessageBlock(WsRemoteEndpointImplBase.java:243)
at org.apache.tomcat.websocket.WsSession.sendCloseMessage(WsSession.java:487)
at org.apache.tomcat.websocket.WsSession.onClose(WsSession.java:441)
at org.apache.tomcat.websocket.WsFrameBase.processDataControl(WsFrameBase.java:324)
at org.apache.tomcat.websocket.WsFrameBase.processData(WsFrameBase.java:270)
at org.apache.tomcat.websocket.WsFrameBase.processInputBuffer(WsFrameBase.java:116)
at org.apache.tomcat.websocket.server.WsFrameServer.onDataAvailable(WsFrameServer.java:54)
at org.apache.tomcat.websocket.server.WsHttpUpgradeHandler$WsReadListener.onDataAvailable(WsHttpUpgradeHandler.java:194)
at org.apache.coyote.http11.upgrade.AbstractServletInputStream.onDataAvailable(AbstractServletInputStream.java:189)
at org.apache.coyote.http11.upgrade.AbstractProcessor.upgradeDispatch(AbstractProcessor.java:92)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:605)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.util.concurrent.ExecutionException: java.net.SocketException: Software caused connection abort: socket write error
at org.apache.tomcat.websocket.FutureToSendHandler.get(FutureToSendHandler.java:102)
at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.startMessageBlock(WsRemoteEndpointImplBase.java:238)
... 14 more
Caused by: java.net.SocketException: Software caused connection abort: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at org.apache.coyote.http11.upgrade.BioServletOutputStream.doWrite(BioServletOutputStream.java:37)
at org.apache.coyote.http11.upgrade.AbstractServletOutputStream.writeInternal(AbstractServletOutputStream.java:125)
at org.apache.coyote.http11.upgrade.AbstractServletOutputStream.write(AbstractServletOutputStream.java:92)
at org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer.onWritePossible(WsRemoteEndpointImplServer.java:94)
at org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer.doWrite(WsRemoteEndpointImplServer.java:81)
at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.writeMessagePart(WsRemoteEndpointImplBase.java:393)
at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.startMessage(WsRemoteEndpointImplBase.java:287)
at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.startMessageBlock(WsRemoteEndpointImplBase.java:233)
... 14 more

May 23, 2014 7:48:08 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\PC Connectivity Solution\;c:\program files\apache-maven-3.1.1\bin;e:\Program Files (x86)\Liquid Technologies\Liquid XML 2013\XmlDataBinder11\Redist11\cpp\win32\bin;C:\Program Files (x86)\Liquid Technologies\Liquid XML 2013\XmlDataBinder11\Redist11\cpp\win32\bin;e:\Program Files (x86)\Liquid Technologies\Liquid XML Studio 2011\XmlDataBinder9\Redist9\cpp\win32\bin;C:\Users\user\AppData\Local\Smartbar\Application\;C:\Users\user\AppData\Local\Smartbar\Application\;e:\Program Files\FDS\FDS6\bin;e:\Program Files\FDS\shortcuts;C:\Program Files\Java\jre7\bin;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Java\jre7\bin;E:\Program Files\Microsoft SQL Server\110\Tools\Binn\;E:\Program Files\Microsoft SQL Server\110\DTS\Binn\;E:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;E:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;E:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;c:\fluent.inc\airpak2.0\bin.ntx86;C:\Program Files (x86)\CFAST6\;c:\fluent.inc\ntbin\ntx86;C:\Program Files (x86)\OpenVPN\bin;E:\Python33;E:\Python33\Lib\site-packages\;E:\Python33\Scripts\;%ANT_HOME%/bin;C:\Windows\system32;C:\Windows;C:\Program Files\Java\jdk 1.7.0_21\bin;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Common Files\Autodesk Shared\;E:\Program Files\nodejs\;C:\php;C:\Program Files\Microsoft\Web Platform Installer\;e:\Groovy\Groovy-2.2.1\bin;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\EaseUS\Todo Backup\bin\x64\;.
May 23, 2014 7:48:09 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
May 23, 2014 7:48:09 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
May 23, 2014 7:48:09 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 768 ms
May 23, 2014 7:48:09 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
May 23, 2014 7:48:09 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.53
May 23, 2014 7:48:09 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive E:\apache-tomcat-7.0.53\webapps\camunda.war
May 23, 2014 7:48:09 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory E:\apache-tomcat-7.0.53\webapps\docs
May 23, 2014 7:48:10 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory E:\apache-tomcat-7.0.53\webapps\examples
May 23, 2014 7:48:10 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory E:\apache-tomcat-7.0.53\webapps\host-manager
May 23, 2014 7:48:10 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory E:\apache-tomcat-7.0.53\webapps\manager
May 23, 2014 7:48:10 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory E:\apache-tomcat-7.0.53\webapps\ROOT
May 23, 2014 7:48:10 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
May 23, 2014 7:48:10 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
May 23, 2014 7:48:10 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1469 ms

jdim...@gmail.com

unread,
May 23, 2014, 4:07:20 AM5/23/14
to camunda-...@googlegroups.com, jdim...@gmail.com
Thanks, Sebastian

It works now.

1. I copied camunda.war into the webapps folder directly
2. I entered "http://localhost:8080/camunda/
3. An error page with 404 was returned, but a subfolder "camunda" was created automatically
4. I entered "http://localhost:8080/camunda/ again, and now I've got the admin page

Thanks a lot
Reply all
Reply to author
Forward
0 new messages