Frans Thamura wrote:
this is my sevenseasPartition

i try to restart, restarting success, but the o=sevenseas is not show up in
apache studio

i think i follow the right step

This part of the conf is correct, but you also need to inform the server that the partition exists. Here, you just created the Spring bean associated with the partition. You still have to add it to the contextPartitionConfiguration part :

<property name="contextPartitionConfigurations">
 <set>
   <!-- You can remove the example partition if you don't need it -->
   <ref bean="examplePartitionConfiguration"/>
   <!-- Add your new partion just below -->
   <ref bean="sevenSeasPartitionConfiguration"/>
 </set>
</property>

PS : When submitting a problem, it would be much better to provide more 
accurate informations, like the server version, platform on which you are 
running it, JVM version. The full server.xml could also help...

Thanks !


--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org


Reply via email to