Good morning, i tried > $outputDir = "..\..\wmc\"; but this is leading to an syntax error.
> $outputDir = "..\..\wmc"; results in the windows disrectory and the following message, that the firefox don`t know, which programm he should use for c:\windows\bla i think, that is because c:\ is not an url like http://theurlofthefile but rather an file:\\\ for file:\\\c:\Programme, the url runs, but without file:\\\ i get errors. the mimetypes in apache conf are set. it`s crazy :/ regards, mandy -------- Original-Nachricht -------- Datum: Fri, 17 Aug 2007 09:53:29 +0200 Von: "olivier.terral" <[EMAIL PROTECTED]> An: Mandy Fleischhauer <[EMAIL PROTECTED]> CC: [email protected] Betreff: Re: [Mapbuilder-users] save wmc model to disc > Good morning , > > Mandy Fleischhauer a écrit : > > whe i only take > > $outputDir = "Programme\ApacheGroup\Apache2\htw-mapbuilder\wmc\"; > > > > without c:\, the result pick up links is: > > > http://kf13/htw-mapbuilder/client/htw-client/%5CProgramme%5CApacheGroup%5CApache2%5Chtw-mapbuilder%5Cwmc%5Ccmb10F.tmp.xml > > > > > > Have you try this ? > > $outputDir = "..\..\wmc\"; > > > > > that`s also incorrect :) > > > > and finally the tmp dir > > $outputDir = "\htw-mapbuilder\client\htw-client\wmc"; > > results in the windows directory on c:\windows\temp. > > > > i don`t understand this and i`m confused :( > > > > please help me :) > > > > have a nice evening, > > mandy > > > > > > -------- Original-Nachricht -------- > > Datum: Thu, 16 Aug 2007 17:21:33 +0200 > > Von: "olivier.terral" <[EMAIL PROTECTED]> > > An: Mandy Fleischhauer <[EMAIL PROTECTED]> > > CC: [email protected] > > Betreff: Re: [Mapbuilder-users] save wmc model to disc > > > > > >> Sorry Mandy , a big mistake > >> > >> If you want save into the webapps you must specified the entire url > >> to your webapps for example replace "/temp" by "c:\www\mapbuilder\". > >> > >> > >> > >> > >> > >> > >> olivier.terral a écrit : > >> > >>> Hi Mandy, > >>> > >>> Without the '/', context would be saved in the "tmp" folder (if you > have > >>> one ) of the root directory of your webapp . > >>> > >>> For example, with a mapbuilder webapp, you should be able to access to > >>> th context with this url: > >>> > >>> http://localhost/mapbuilder/tmp/YourContext.xml > >>> > >>> Mandy Fleischhauer a écrit : > >>> > >>> > >>>> sers, > >>>> > >>>> i`ve got a little question about the save directory, where the > >>>> > >> mapbuilder serialize.php save the xml wmc model to the disc. > >> > >>>> in my serialize.php this is the /tmp order. > >>>> > >>>> > >>>> > >>>> > >>>>> // Set save directory. This should be set to a writable, > >>>>> > >> web-accessible > directory. > >> > >>>>> $outputDir = "/tmp"; > >>>>> > >>>>> > >>>>> > >>>> but mapbuilder saves the model under the directory c:/windows/temp > and > >>>> > >> the link to load this xml file fails. > >> > >>>> other attempts, to set another tmp order, were in vain. > >>>> > >>>> please, where can i set the correct tmp dir in mapbuilder? > >>>> > >>>> thanks, > >>>> mandy > >>>> > >>>> > >>>> > >>>> > >>>> > >>> > >>> > >> > ------------------------------------------------------------------------- > >> > >>> This SF.net email is sponsored by: Splunk Inc. > >>> Still grepping through log files to find problems? Stop. > >>> Now Search log events and configuration files using AJAX and a > browser. > >>> Download your FREE copy of Splunk now >> http://get.splunk.com/ > >>> _______________________________________________ > >>> Mapbuilder-users mailing list > >>> [email protected] > >>> https://lists.sourceforge.net/lists/listinfo/mapbuilder-users > >>> > >>> > >>> > > > > -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kanns mit allen: http://www.gmx.net/de/go/multimessenger ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Mapbuilder-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-users
