cancel
Showing results for 
Search instead for 
Did you mean: 

classpath to tomcat\shared [Solved}

michaelc
Champ on-the-rise
Champ on-the-rise
I am developing on windows.
I don't see where tomcat\shared is being attached to the classpath.

  I wanted to change the location of the share directory.

  I see if I have a SetPaths.bat it is set there ( I think )
  but I don't have one.

So how do I change my shared directory to another location ?
rem — If SetPaths.bat already exists - assume set by hand and use as is
set PATH=%ALF_HOME%bin;%PATH%
if not exist "SetPaths.bat" goto getpaths
call SetPaths.bat
goto start

:getpaths
call RegPaths.exe
call SetPaths.bat
del SetPaths.bat
2 REPLIES 2

zaizi
Champ in-the-making
Champ in-the-making
In tomcat config. Tomcat/conf/catalina.properties.

Ainga

michaelc
Champ on-the-rise
Champ on-the-rise
In tomcat config. Tomcat/conf/catalina.properties.
Ainga

Perfect thank you, thank you.
  I no longer need my deployment script in eclipse.

  I just added my library before the default library
  shared.loader=C:/cesr/Alfresco334/shared/classes,C:/Alfresco/V334Mod/tomcat/shared/classes.

   SO now I change in eclipse and reload and test. it's a beautiful thing.
   remove my library and I have the default share.
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.