Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Wtp-wst-dev] Generic Server Startup

Hi,

I am using the generic server framework and have run into a problem starting
a server as specified in its serverdef. (The server is Tomcat with Axis and
ActiveBPEL deployed).

The server remains in state 'Starting...' and never enters state 'Started'.
The server's log file looks fine, the last line indicates that it has
started a BPEL engine (as it should do). The server is up and running and
you can access the installed web apps, but its state remains in
'Starting...'. 

Here's the launch snippet from its serverdef:

<start>
<mainClass>org.apache.catalina.startup.Bootstrap</mainClass>
<workingDirectory>${tomcat.home}</workingDirectory>
<programArguments>start</programArguments>
<vmParameters>-Dcatalina.base="${tomcat.home}"
-Dcatalina.home="${tomcat.home}" -Djava.io.tmpdir="${tomcat.home}/temp"
-Djava.endorsed.dirs="${tomcat.home}\common\endorsed"</vmParameters>
<classpathReference>tomcat</classpathReference>
</start>


Any ideas what might be going wrong here?

Thanks,

-- Bruno

______________________________________________
Bruno Wassermann 
           
Research Fellow                
                               
University College London      Tel: +44 (0)20 7679 0369 (Direct Dial)
Dept. of Computer Science      Fax: +44 (0)20 7387 1397
Gower Street		       
London WC1E 6BT                http://www.cs.ucl.ac.uk/staff/B.Wassermann
United Kingdom 
______________________________________________
  



Back to the top