I have the following problem, and i really don't know what to do next...

I have just created a new OS Image and added the SYSGEN_HTTPD component to
the image... The thing is that I copy the NK.bin file to the CF card I boot
from, plug in the CF card but I can't see the \www folder inside the \Windows
folder... Do I have to copy those folder manually? Aren't they automatically
genereted from the NK.bin file?

Please help :)

Re: adding SYSGEN_HTTPD to the OS image by vishal

vishal
Fri Apr 25 04:26:55 PDT 2008

have you enabled browse directorybrowse flags in the registry ??


[HKEY_LOCAL_MACHINE\COMM\HTTPD]
"IsEnabled"=3Ddword:1
"UseAuthentication"=3Ddword:0
"DirBrowse"=3Ddword:1
[HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
@=3D"\\"

In the registry for HTTPD, enable directory browse and set path for
=93http://x.x.x.x/=94.

and then from your pc internet explorer type =93http://x.x.x.x=94 in
address bar to access our Windows CE device.




On Apr 25, 2:39=A0pm, Alex Mang <AlexM...@discussions.microsoft.com>
wrote:
> I have the following problem, and i really don't know what to do next...
>
> I have just created a new OS Image and added the SYSGEN_HTTPD component to=

> the image... The thing is that I copy the NK.bin file to the CF card I boo=
t
> from, plug in the CF card but I can't see the \www folder inside the \Wind=
ows
> folder... Do I have to copy those folder manually? Aren't they automatical=
ly
> genereted from the NK.bin file?
>
> Please help :)


Re: adding SYSGEN_HTTPD to the OS image by AlexMang

AlexMang
Fri Apr 25 05:00:03 PDT 2008

Uhm, I don't the second Registry Key... So I included in the OS image project
in VS, in the project.reg file the
HKEY_LOCAL_MACHINE\Comm\HTTPD key
with the values as suggested in your reply, but I don't understand this part:
> [HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
> @="\\"
What is the Key name and what are the valued to be included?

Thank you for your support


"vishal.g.shah@gmail.com" wrote:

> have you enabled browse directorybrowse flags in the registry ??
>
>
> [HKEY_LOCAL_MACHINE\COMM\HTTPD]
> "IsEnabled"=dword:1
> "UseAuthentication"=dword:0
> "DirBrowse"=dword:1
> [HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
> @="\\"
>
> In the registry for HTTPD, enable directory browse and set path for
> â??http://x.x.x.x/â??.
>
> and then from your pc internet explorer type â??http://x.x.x.xâ?? in
> address bar to access our Windows CE device.
>
>
>
>
> On Apr 25, 2:39 pm, Alex Mang <AlexM...@discussions.microsoft.com>
> wrote:
> > I have the following problem, and i really don't know what to do next...
> >
> > I have just created a new OS Image and added the SYSGEN_HTTPD component to
> > the image... The thing is that I copy the NK.bin file to the CF card I boot
> > from, plug in the CF card but I can't see the \www folder inside the \Windows
> > folder... Do I have to copy those folder manually? Aren't they automatically
> > genereted from the NK.bin file?
> >
> > Please help :)
>
>

Re: adding SYSGEN_HTTPD to the OS image by Bruce

Bruce
Fri Apr 25 05:38:01 PDT 2008

@ is the default setting for the key.

--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com

EuroTech Inc.
www.EuroTech.com

"Alex Mang" <AlexMang@discussions.microsoft.com> wrote in message
news:AFD17F95-60E9-40FF-85F6-19CE41D6F4B9@microsoft.com...
> Uhm, I don't the second Registry Key... So I included in the OS image
> project
> in VS, in the project.reg file the
> HKEY_LOCAL_MACHINE\Comm\HTTPD key
> with the values as suggested in your reply, but I don't understand this
> part:
>> [HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
>> @="\\"
> What is the Key name and what are the valued to be included?
>
> Thank you for your support
>
>
> "vishal.g.shah@gmail.com" wrote:
>
>> have you enabled browse directorybrowse flags in the registry ??
>>
>>
>> [HKEY_LOCAL_MACHINE\COMM\HTTPD]
>> "IsEnabled"=dword:1
>> "UseAuthentication"=dword:0
>> "DirBrowse"=dword:1
>> [HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
>> @="\\"
>>
>> In the registry for HTTPD, enable directory browse and set path for
>> "http://x.x.x.x/".
>>
>> and then from your pc internet explorer type "http://x.x.x.x" in
>> address bar to access our Windows CE device.
>>
>>
>>
>>
>> On Apr 25, 2:39 pm, Alex Mang <AlexM...@discussions.microsoft.com>
>> wrote:
>> > I have the following problem, and i really don't know what to do
>> > next...
>> >
>> > I have just created a new OS Image and added the SYSGEN_HTTPD component
>> > to
>> > the image... The thing is that I copy the NK.bin file to the CF card I
>> > boot
>> > from, plug in the CF card but I can't see the \www folder inside the
>> > \Windows
>> > folder... Do I have to copy those folder manually? Aren't they
>> > automatically
>> > genereted from the NK.bin file?
>> >
>> > Please help :)
>>
>>



Re: adding SYSGEN_HTTPD to the OS image by AlexMang

AlexMang
Fri Apr 25 09:00:01 PDT 2008

So I added the Key as you suggested in the project.reg file, under Parameter
Files in Platofrm Builder, but I still don't see any \www folder... what am I
supposed to do?

uhm, I can't know for sure if the registry keys have been correctly as I
haven't added KITL to the last OS image, so I can't use the Remote Registry
Editor tool (actually, when I add KITL to this image, VMINI activates (why?)
and I can't set the IP any more - nor does the usual static IP (the one used
in the boot-me sequence- respond to pings)...

Any suggestion?

"vishal.g.shah@gmail.com" wrote:

> have you enabled browse directorybrowse flags in the registry ??
>
>
> [HKEY_LOCAL_MACHINE\COMM\HTTPD]
> "IsEnabled"=dword:1
> "UseAuthentication"=dword:0
> "DirBrowse"=dword:1
> [HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
> @="\\"
>
> In the registry for HTTPD, enable directory browse and set path for
> â??http://x.x.x.x/â??.
>
> and then from your pc internet explorer type â??http://x.x.x.xâ?? in
> address bar to access our Windows CE device.
>
>
>
>
> On Apr 25, 2:39 pm, Alex Mang <AlexM...@discussions.microsoft.com>
> wrote:
> > I have the following problem, and i really don't know what to do next...
> >
> > I have just created a new OS Image and added the SYSGEN_HTTPD component to
> > the image... The thing is that I copy the NK.bin file to the CF card I boot
> > from, plug in the CF card but I can't see the \www folder inside the \Windows
> > folder... Do I have to copy those folder manually? Aren't they automatically
> > genereted from the NK.bin file?
> >
> > Please help :)
>
>

Re: adding SYSGEN_HTTPD to the OS image by vishal

vishal
Sat Apr 26 06:21:22 PDT 2008

you should get

[HKEY_LOCAL_MACHINE\COMM\HTTPD\]
"MaxLogSize"=3Ddword:8000
"LogFileDirectory"=3D"\\windows\\www"
"NTLM"=3Ddword:1
"Basic"=3Ddword:0
; Many configuration web pages (and telnet/ftp servers) by convention
use a
; user named ADMIN to have admin level priveleges. Make sure this
special ADMIN user
; has admin-level access to all Virtual Roots in web server as well,
for convenience.
"AdminUsers"=3D"ADMIN"

[HKEY_LOCAL_MACHINE\COMM\HTTPD\VROOTS\/]
@=3D"\\windows\\www\\wwwpub\\"
"a"=3Ddword:0

entry in your reginit.ini by default by simply adding SYSGEN_HTTPD and
then sysgening your project if u have these entries only then you will
be able to see www folder in windows directory ...







On Apr 25, 9:00 pm, Alex Mang <AlexM...@discussions.microsoft.com>
wrote:
> So I added the Key as you suggested in the project.reg file, under Paramet=
er
> Files in Platofrm Builder, but I still don't see any \www folder... what a=
m I
> supposed to do?
>
> uhm, I can't know for sure if the registry keys have been correctly as I
> haven't added KITL to the last OS image, so I can't use the Remote Registr=
y
> Editor tool (actually, when I add KITL to this image, VMINI activates (why=
?)
> and I can't set the IP any more - nor does the usual static IP (the one us=
ed
> in the boot-me sequence- respond to pings)...
>
> Any suggestion?
>
> "vishal.g.s...@gmail.com" wrote:
> > have you enabled browse directorybrowse flags in the registry ??
>
> > [HKEY_LOCAL_MACHINE\COMM\HTTPD]
> > "IsEnabled"=3Ddword:1
> > "UseAuthentication"=3Ddword:0
> > "DirBrowse"=3Ddword:1
> > [HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
> > @=3D"\\"
>
> > In the registry for HTTPD, enable directory browse and set path for
> > =93http://x.x.x.x/=94.
>
> > and then from your pc internet explorer type =93http://x.x.x.x=94in
> > address bar to access our Windows CE device.
>
> > On Apr 25, 2:39 pm, Alex Mang <AlexM...@discussions.microsoft.com>
> > wrote:
> > > I have the following problem, and i really don't know what to do next.=
..
>
> > > I have just created a new OS Image and added the SYSGEN_HTTPD componen=
t to
> > > the image... The thing is that I copy the NK.bin file to the CF card I=
boot
> > > from, plug in the CF card but I can't see the \www folder inside the \=
Windows
> > > folder... Do I have to copy those folder manually? Aren't they automat=
ically
> > > genereted from the NK.bin file?
>
> > > Please help :)


Re: adding SYSGEN_HTTPD to the OS image by AlexMang

AlexMang
Sat Apr 26 13:21:00 PDT 2008

I did everything as you suggested, but still no effect... I can't see the www
folder inside the Windows folder...

Could the Build Options of the OS image be the cause of this? Or maybe the
Envioronment variables?

I have selected:
[Build options]
- IMGBOOT = 1
- WINSHIP = 1
[Environment]
- prj_enable_frsghive = 1 //for enabling Hive-based registry to persist
registry changes when the device is turned off
- prj_bootdevice_atapi = 1 //this designates the IDE storage device as the
boot device
- prj_enable_fsmountasroot = 1 //this one enables the file system to mount
as the root file system
- imgram512 = 1 //the resulting image is generated to support device built
with 512MB RAM... - this is a unique eBox-4300 setting...

One more thing...
I've realised that in the servers.reg file (in PB, solution explorer [Public
-> Servers -> Parameter files]), there are two default values (one has the
value $REDIRECT and the other one has the value \windows\www\wwwpub\) in the
[HKEY_LOCAL_MACHINE\COMM\HTTPD\VROOTS\/] key... is this a problem? (the file
reginit.ini does contain the entries as you wrote...




"vishal.g.shah@gmail.com" wrote:

> you should get
>
> [HKEY_LOCAL_MACHINE\COMM\HTTPD\]
> "MaxLogSize"=dword:8000
> "LogFileDirectory"="\\windows\\www"
> "NTLM"=dword:1
> "Basic"=dword:0
> ; Many configuration web pages (and telnet/ftp servers) by convention
> use a
> ; user named ADMIN to have admin level priveleges. Make sure this
> special ADMIN user
> ; has admin-level access to all Virtual Roots in web server as well,
> for convenience.
> "AdminUsers"="ADMIN"
>
> [HKEY_LOCAL_MACHINE\COMM\HTTPD\VROOTS\/]
> @="\\windows\\www\\wwwpub\\"
> "a"=dword:0
>
> entry in your reginit.ini by default by simply adding SYSGEN_HTTPD and
> then sysgening your project if u have these entries only then you will
> be able to see www folder in windows directory ...
>
>
>
>
>
>
>
> On Apr 25, 9:00 pm, Alex Mang <AlexM...@discussions.microsoft.com>
> wrote:
> > So I added the Key as you suggested in the project.reg file, under Parameter
> > Files in Platofrm Builder, but I still don't see any \www folder... what am I
> > supposed to do?
> >
> > uhm, I can't know for sure if the registry keys have been correctly as I
> > haven't added KITL to the last OS image, so I can't use the Remote Registry
> > Editor tool (actually, when I add KITL to this image, VMINI activates (why?)
> > and I can't set the IP any more - nor does the usual static IP (the one used
> > in the boot-me sequence- respond to pings)...
> >
> > Any suggestion?
> >
> > "vishal.g.s...@gmail.com" wrote:
> > > have you enabled browse directorybrowse flags in the registry ??
> >
> > > [HKEY_LOCAL_MACHINE\COMM\HTTPD]
> > > "IsEnabled"=dword:1
> > > "UseAuthentication"=dword:0
> > > "DirBrowse"=dword:1
> > > [HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
> > > @="\\"
> >
> > > In the registry for HTTPD, enable directory browse and set path for
> > > â??http://x.x.x.x/â??.
> >
> > > and then from your pc internet explorer type â??http://x.x.x.xâ??in
> > > address bar to access our Windows CE device.
> >
> > > On Apr 25, 2:39 pm, Alex Mang <AlexM...@discussions.microsoft.com>
> > > wrote:
> > > > I have the following problem, and i really don't know what to do next....
> >
> > > > I have just created a new OS Image and added the SYSGEN_HTTPD component to
> > > > the image... The thing is that I copy the NK.bin file to the CF card I boot
> > > > from, plug in the CF card but I can't see the \www folder inside the \Windows
> > > > folder... Do I have to copy those folder manually? Aren't they automatically
> > > > genereted from the NK.bin file?
> >
> > > > Please help :)
>
>

Re: adding SYSGEN_HTTPD to the OS image by Bruce

Bruce
Mon Apr 28 05:34:34 PDT 2008

That isn't exactly true, while you need those entries, you need the entries
from server.dat in your initobj.dat file as well.

--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com

EuroTech Inc.
www.EuroTech.com

<vishal.g.shah@gmail.com> wrote in message
news:33f3c121-d479-4fde-8649-bfd959344960@w8g2000prd.googlegroups.com...
you should get

[HKEY_LOCAL_MACHINE\COMM\HTTPD\]
"MaxLogSize"=dword:8000
"LogFileDirectory"="\\windows\\www"
"NTLM"=dword:1
"Basic"=dword:0
; Many configuration web pages (and telnet/ftp servers) by convention
use a
; user named ADMIN to have admin level priveleges. Make sure this
special ADMIN user
; has admin-level access to all Virtual Roots in web server as well,
for convenience.
"AdminUsers"="ADMIN"

[HKEY_LOCAL_MACHINE\COMM\HTTPD\VROOTS\/]
@="\\windows\\www\\wwwpub\\"
"a"=dword:0

entry in your reginit.ini by default by simply adding SYSGEN_HTTPD and
then sysgening your project if u have these entries only then you will
be able to see www folder in windows directory ...







On Apr 25, 9:00 pm, Alex Mang <AlexM...@discussions.microsoft.com>
wrote:
> So I added the Key as you suggested in the project.reg file, under
> Parameter
> Files in Platofrm Builder, but I still don't see any \www folder... what
> am I
> supposed to do?
>
> uhm, I can't know for sure if the registry keys have been correctly as I
> haven't added KITL to the last OS image, so I can't use the Remote
> Registry
> Editor tool (actually, when I add KITL to this image, VMINI activates
> (why?)
> and I can't set the IP any more - nor does the usual static IP (the one
> used
> in the boot-me sequence- respond to pings)...
>
> Any suggestion?
>
> "vishal.g.s...@gmail.com" wrote:
> > have you enabled browse directorybrowse flags in the registry ??
>
> > [HKEY_LOCAL_MACHINE\COMM\HTTPD]
> > "IsEnabled"=dword:1
> > "UseAuthentication"=dword:0
> > "DirBrowse"=dword:1
> > [HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
> > @="\\"
>
> > In the registry for HTTPD, enable directory browse and set path for
> > ?http://x.x.x.x/?.
>
> > and then from your pc internet explorer type ?http://x.x.x.x?in
> > address bar to access our Windows CE device.
>
> > On Apr 25, 2:39 pm, Alex Mang <AlexM...@discussions.microsoft.com>
> > wrote:
> > > I have the following problem, and i really don't know what to do
> > > next...
>
> > > I have just created a new OS Image and added the SYSGEN_HTTPD
> > > component to
> > > the image... The thing is that I copy the NK.bin file to the CF card I
> > > boot
> > > from, plug in the CF card but I can't see the \www folder inside the
> > > \Windows
> > > folder... Do I have to copy those folder manually? Aren't they
> > > automatically
> > > genereted from the NK.bin file?
>
> > > Please help :)



Re: adding SYSGEN_HTTPD to the OS image by AlexMang

AlexMang
Mon Apr 28 07:35:01 PDT 2008

you probably are talking about

; @CESYSGEN IF SERVERS_MODULES_HTTPD
root:-Directory("\Windows"):-Directory("www")
Directory("\Windows\www"):-Directory("wwwpub")

Directory("\windows\www\wwwpub"):-File("default.htm","\windows\httpd_default.htm")

; @CESYSGEN ENDIF SERVERS_MODULES_HTTPD

I have these entries in both initobj.dat and servers.dat...
And obviously enough, there is no \www folder...

Any suggestion?

"Bruce Eitman [eMVP]" wrote:

> That isn't exactly true, while you need those entries, you need the entries
> from server.dat in your initobj.dat file as well.
>
> --
> Bruce Eitman (eMVP)
> Senior Engineer
> Bruce.Eitman AT EuroTech DOT com
>
> EuroTech Inc.
> www.EuroTech.com
>
> <vishal.g.shah@gmail.com> wrote in message
> news:33f3c121-d479-4fde-8649-bfd959344960@w8g2000prd.googlegroups.com...
> you should get
>
> [HKEY_LOCAL_MACHINE\COMM\HTTPD\]
> "MaxLogSize"=dword:8000
> "LogFileDirectory"="\\windows\\www"
> "NTLM"=dword:1
> "Basic"=dword:0
> ; Many configuration web pages (and telnet/ftp servers) by convention
> use a
> ; user named ADMIN to have admin level priveleges. Make sure this
> special ADMIN user
> ; has admin-level access to all Virtual Roots in web server as well,
> for convenience.
> "AdminUsers"="ADMIN"
>
> [HKEY_LOCAL_MACHINE\COMM\HTTPD\VROOTS\/]
> @="\\windows\\www\\wwwpub\\"
> "a"=dword:0
>
> entry in your reginit.ini by default by simply adding SYSGEN_HTTPD and
> then sysgening your project if u have these entries only then you will
> be able to see www folder in windows directory ...
>
>
>
>
>
>
>
> On Apr 25, 9:00 pm, Alex Mang <AlexM...@discussions.microsoft.com>
> wrote:
> > So I added the Key as you suggested in the project.reg file, under
> > Parameter
> > Files in Platofrm Builder, but I still don't see any \www folder... what
> > am I
> > supposed to do?
> >
> > uhm, I can't know for sure if the registry keys have been correctly as I
> > haven't added KITL to the last OS image, so I can't use the Remote
> > Registry
> > Editor tool (actually, when I add KITL to this image, VMINI activates
> > (why?)
> > and I can't set the IP any more - nor does the usual static IP (the one
> > used
> > in the boot-me sequence- respond to pings)...
> >
> > Any suggestion?
> >
> > "vishal.g.s...@gmail.com" wrote:
> > > have you enabled browse directorybrowse flags in the registry ??
> >
> > > [HKEY_LOCAL_MACHINE\COMM\HTTPD]
> > > "IsEnabled"=dword:1
> > > "UseAuthentication"=dword:0
> > > "DirBrowse"=dword:1
> > > [HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
> > > @="\\"
> >
> > > In the registry for HTTPD, enable directory browse and set path for
> > > â??http://x.x.x.x/â??.
> >
> > > and then from your pc internet explorer type â??http://x.x.x.xâ??in
> > > address bar to access our Windows CE device.
> >
> > > On Apr 25, 2:39 pm, Alex Mang <AlexM...@discussions.microsoft.com>
> > > wrote:
> > > > I have the following problem, and i really don't know what to do
> > > > next...
> >
> > > > I have just created a new OS Image and added the SYSGEN_HTTPD
> > > > component to
> > > > the image... The thing is that I copy the NK.bin file to the CF card I
> > > > boot
> > > > from, plug in the CF card but I can't see the \www folder inside the
> > > > \Windows
> > > > folder... Do I have to copy those folder manually? Aren't they
> > > > automatically
> > > > genereted from the NK.bin file?
> >
> > > > Please help :)
>
>
>

Re: adding SYSGEN_HTTPD to the OS image by Bruce

Bruce
Mon Apr 28 08:17:10 PDT 2008

Yes. That creates the folders and copies a file into \Windos\www\wwwpub.
The fact that it is in iniobj.dat tells me that your ran makeimg, but are
you actually running the OS that you built?


--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com

EuroTech Inc.
www.EuroTech.com

"Alex Mang" <AlexMang@discussions.microsoft.com> wrote in message
news:B74E3F19-A05E-4DDD-9A5E-D590FC79B1A9@microsoft.com...
> you probably are talking about
>
> ; @CESYSGEN IF SERVERS_MODULES_HTTPD
> root:-Directory("\Windows"):-Directory("www")
> Directory("\Windows\www"):-Directory("wwwpub")
>
> Directory("\windows\www\wwwpub"):-File("default.htm","\windows\httpd_default.htm")
>
> ; @CESYSGEN ENDIF SERVERS_MODULES_HTTPD
>
> I have these entries in both initobj.dat and servers.dat...
> And obviously enough, there is no \www folder...
>
> Any suggestion?
>
> "Bruce Eitman [eMVP]" wrote:
>
>> That isn't exactly true, while you need those entries, you need the
>> entries
>> from server.dat in your initobj.dat file as well.
>>
>> --
>> Bruce Eitman (eMVP)
>> Senior Engineer
>> Bruce.Eitman AT EuroTech DOT com
>>
>> EuroTech Inc.
>> www.EuroTech.com
>>
>> <vishal.g.shah@gmail.com> wrote in message
>> news:33f3c121-d479-4fde-8649-bfd959344960@w8g2000prd.googlegroups.com...
>> you should get
>>
>> [HKEY_LOCAL_MACHINE\COMM\HTTPD\]
>> "MaxLogSize"=dword:8000
>> "LogFileDirectory"="\\windows\\www"
>> "NTLM"=dword:1
>> "Basic"=dword:0
>> ; Many configuration web pages (and telnet/ftp servers) by convention
>> use a
>> ; user named ADMIN to have admin level priveleges. Make sure this
>> special ADMIN user
>> ; has admin-level access to all Virtual Roots in web server as well,
>> for convenience.
>> "AdminUsers"="ADMIN"
>>
>> [HKEY_LOCAL_MACHINE\COMM\HTTPD\VROOTS\/]
>> @="\\windows\\www\\wwwpub\\"
>> "a"=dword:0
>>
>> entry in your reginit.ini by default by simply adding SYSGEN_HTTPD and
>> then sysgening your project if u have these entries only then you will
>> be able to see www folder in windows directory ...
>>
>>
>>
>>
>>
>>
>>
>> On Apr 25, 9:00 pm, Alex Mang <AlexM...@discussions.microsoft.com>
>> wrote:
>> > So I added the Key as you suggested in the project.reg file, under
>> > Parameter
>> > Files in Platofrm Builder, but I still don't see any \www folder...
>> > what
>> > am I
>> > supposed to do?
>> >
>> > uhm, I can't know for sure if the registry keys have been correctly as
>> > I
>> > haven't added KITL to the last OS image, so I can't use the Remote
>> > Registry
>> > Editor tool (actually, when I add KITL to this image, VMINI activates
>> > (why?)
>> > and I can't set the IP any more - nor does the usual static IP (the one
>> > used
>> > in the boot-me sequence- respond to pings)...
>> >
>> > Any suggestion?
>> >
>> > "vishal.g.s...@gmail.com" wrote:
>> > > have you enabled browse directorybrowse flags in the registry ??
>> >
>> > > [HKEY_LOCAL_MACHINE\COMM\HTTPD]
>> > > "IsEnabled"=dword:1
>> > > "UseAuthentication"=dword:0
>> > > "DirBrowse"=dword:1
>> > > [HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
>> > > @="\\"
>> >
>> > > In the registry for HTTPD, enable directory browse and set path for
>> > > "http://x.x.x.x/".
>> >
>> > > and then from your pc internet explorer type "http://x.x.x.x"in
>> > > address bar to access our Windows CE device.
>> >
>> > > On Apr 25, 2:39 pm, Alex Mang <AlexM...@discussions.microsoft.com>
>> > > wrote:
>> > > > I have the following problem, and i really don't know what to do
>> > > > next...
>> >
>> > > > I have just created a new OS Image and added the SYSGEN_HTTPD
>> > > > component to
>> > > > the image... The thing is that I copy the NK.bin file to the CF
>> > > > card I
>> > > > boot
>> > > > from, plug in the CF card but I can't see the \www folder inside
>> > > > the
>> > > > \Windows
>> > > > folder... Do I have to copy those folder manually? Aren't they
>> > > > automatically
>> > > > genereted from the NK.bin file?
>> >
>> > > > Please help :)
>>
>>
>>



Re: adding SYSGEN_HTTPD to the OS image by AlexMang

AlexMang
Mon Apr 28 08:58:01 PDT 2008

Well after the build is finished (the status bar states: "Build succeeded"),
I copy the NK.bin file to a CF card, plug in the CF (in the eMbedded PC), and
power the embedded PC :)

Actually, in the beginning I copied the entire content of the IDE storage
device (that came with the embedded pc) to the CF card and modified the boot
device in the boot sequence (in such way that it boots from the CF card)...
This is why I previously asked if there are any other files to be copied to
the CF card besides NK.bin...

"Bruce Eitman [eMVP]" wrote:

> Yes. That creates the folders and copies a file into \Windos\www\wwwpub.
> The fact that it is in iniobj.dat tells me that your ran makeimg, but are
> you actually running the OS that you built?
>
>
> --
> Bruce Eitman (eMVP)
> Senior Engineer
> Bruce.Eitman AT EuroTech DOT com
>
> EuroTech Inc.
> www.EuroTech.com
>
> "Alex Mang" <AlexMang@discussions.microsoft.com> wrote in message
> news:B74E3F19-A05E-4DDD-9A5E-D590FC79B1A9@microsoft.com...
> > you probably are talking about
> >
> > ; @CESYSGEN IF SERVERS_MODULES_HTTPD
> > root:-Directory("\Windows"):-Directory("www")
> > Directory("\Windows\www"):-Directory("wwwpub")
> >
> > Directory("\windows\www\wwwpub"):-File("default.htm","\windows\httpd_default.htm")
> >
> > ; @CESYSGEN ENDIF SERVERS_MODULES_HTTPD
> >
> > I have these entries in both initobj.dat and servers.dat...
> > And obviously enough, there is no \www folder...
> >
> > Any suggestion?
> >
> > "Bruce Eitman [eMVP]" wrote:
> >
> >> That isn't exactly true, while you need those entries, you need the
> >> entries
> >> from server.dat in your initobj.dat file as well.
> >>
> >> --
> >> Bruce Eitman (eMVP)
> >> Senior Engineer
> >> Bruce.Eitman AT EuroTech DOT com
> >>
> >> EuroTech Inc.
> >> www.EuroTech.com
> >>
> >> <vishal.g.shah@gmail.com> wrote in message
> >> news:33f3c121-d479-4fde-8649-bfd959344960@w8g2000prd.googlegroups.com...
> >> you should get
> >>
> >> [HKEY_LOCAL_MACHINE\COMM\HTTPD\]
> >> "MaxLogSize"=dword:8000
> >> "LogFileDirectory"="\\windows\\www"
> >> "NTLM"=dword:1
> >> "Basic"=dword:0
> >> ; Many configuration web pages (and telnet/ftp servers) by convention
> >> use a
> >> ; user named ADMIN to have admin level priveleges. Make sure this
> >> special ADMIN user
> >> ; has admin-level access to all Virtual Roots in web server as well,
> >> for convenience.
> >> "AdminUsers"="ADMIN"
> >>
> >> [HKEY_LOCAL_MACHINE\COMM\HTTPD\VROOTS\/]
> >> @="\\windows\\www\\wwwpub\\"
> >> "a"=dword:0
> >>
> >> entry in your reginit.ini by default by simply adding SYSGEN_HTTPD and
> >> then sysgening your project if u have these entries only then you will
> >> be able to see www folder in windows directory ...
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> On Apr 25, 9:00 pm, Alex Mang <AlexM...@discussions.microsoft.com>
> >> wrote:
> >> > So I added the Key as you suggested in the project.reg file, under
> >> > Parameter
> >> > Files in Platofrm Builder, but I still don't see any \www folder...
> >> > what
> >> > am I
> >> > supposed to do?
> >> >
> >> > uhm, I can't know for sure if the registry keys have been correctly as
> >> > I
> >> > haven't added KITL to the last OS image, so I can't use the Remote
> >> > Registry
> >> > Editor tool (actually, when I add KITL to this image, VMINI activates
> >> > (why?)
> >> > and I can't set the IP any more - nor does the usual static IP (the one
> >> > used
> >> > in the boot-me sequence- respond to pings)...
> >> >
> >> > Any suggestion?
> >> >
> >> > "vishal.g.s...@gmail.com" wrote:
> >> > > have you enabled browse directorybrowse flags in the registry ??
> >> >
> >> > > [HKEY_LOCAL_MACHINE\COMM\HTTPD]
> >> > > "IsEnabled"=dword:1
> >> > > "UseAuthentication"=dword:0
> >> > > "DirBrowse"=dword:1
> >> > > [HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
> >> > > @="\\"
> >> >
> >> > > In the registry for HTTPD, enable directory browse and set path for
> >> > > "http://x.x.x.x/".
> >> >
> >> > > and then from your pc internet explorer type "http://x.x.x.x"in
> >> > > address bar to access our Windows CE device.
> >> >
> >> > > On Apr 25, 2:39 pm, Alex Mang <AlexM...@discussions.microsoft.com>
> >> > > wrote:
> >> > > > I have the following problem, and i really don't know what to do
> >> > > > next...
> >> >
> >> > > > I have just created a new OS Image and added the SYSGEN_HTTPD
> >> > > > component to
> >> > > > the image... The thing is that I copy the NK.bin file to the CF
> >> > > > card I
> >> > > > boot
> >> > > > from, plug in the CF card but I can't see the \www folder inside
> >> > > > the
> >> > > > \Windows
> >> > > > folder... Do I have to copy those folder manually? Aren't they
> >> > > > automatically
> >> > > > genereted from the NK.bin file?
> >> >
> >> > > > Please help :)
> >>
> >>
> >>
>
>
>

Re: adding SYSGEN_HTTPD to the OS image by Bruce

Bruce
Mon Apr 28 09:16:05 PDT 2008

I don't know anything about the device you are using, sounds like a CEPC
maybe. What I do know is that you didn't answer my question, is that OS
running on your device? You need to confirm that.

--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com

EuroTech Inc.
www.EuroTech.com

"Alex Mang" <AlexMang@discussions.microsoft.com> wrote in message
news:05B12E22-5517-4D63-8E79-F8F4F84154C2@microsoft.com...
> Well after the build is finished (the status bar states: "Build
> succeeded"),
> I copy the NK.bin file to a CF card, plug in the CF (in the eMbedded PC),
> and
> power the embedded PC :)
>
> Actually, in the beginning I copied the entire content of the IDE storage
> device (that came with the embedded pc) to the CF card and modified the
> boot
> device in the boot sequence (in such way that it boots from the CF
> card)...
> This is why I previously asked if there are any other files to be copied
> to
> the CF card besides NK.bin...
>
> "Bruce Eitman [eMVP]" wrote:
>
>> Yes. That creates the folders and copies a file into \Windos\www\wwwpub.
>> The fact that it is in iniobj.dat tells me that your ran makeimg, but are
>> you actually running the OS that you built?
>>
>>
>> --
>> Bruce Eitman (eMVP)
>> Senior Engineer
>> Bruce.Eitman AT EuroTech DOT com
>>
>> EuroTech Inc.
>> www.EuroTech.com
>>
>> "Alex Mang" <AlexMang@discussions.microsoft.com> wrote in message
>> news:B74E3F19-A05E-4DDD-9A5E-D590FC79B1A9@microsoft.com...
>> > you probably are talking about
>> >
>> > ; @CESYSGEN IF SERVERS_MODULES_HTTPD
>> > root:-Directory("\Windows"):-Directory("www")
>> > Directory("\Windows\www"):-Directory("wwwpub")
>> >
>> > Directory("\windows\www\wwwpub"):-File("default.htm","\windows\httpd_default.htm")
>> >
>> > ; @CESYSGEN ENDIF SERVERS_MODULES_HTTPD
>> >
>> > I have these entries in both initobj.dat and servers.dat...
>> > And obviously enough, there is no \www folder...
>> >
>> > Any suggestion?
>> >
>> > "Bruce Eitman [eMVP]" wrote:
>> >
>> >> That isn't exactly true, while you need those entries, you need the
>> >> entries
>> >> from server.dat in your initobj.dat file as well.
>> >>
>> >> --
>> >> Bruce Eitman (eMVP)
>> >> Senior Engineer
>> >> Bruce.Eitman AT EuroTech DOT com
>> >>
>> >> EuroTech Inc.
>> >> www.EuroTech.com
>> >>
>> >> <vishal.g.shah@gmail.com> wrote in message
>> >> news:33f3c121-d479-4fde-8649-bfd959344960@w8g2000prd.googlegroups.com...
>> >> you should get
>> >>
>> >> [HKEY_LOCAL_MACHINE\COMM\HTTPD\]
>> >> "MaxLogSize"=dword:8000
>> >> "LogFileDirectory"="\\windows\\www"
>> >> "NTLM"=dword:1
>> >> "Basic"=dword:0
>> >> ; Many configuration web pages (and telnet/ftp servers) by convention
>> >> use a
>> >> ; user named ADMIN to have admin level priveleges. Make sure this
>> >> special ADMIN user
>> >> ; has admin-level access to all Virtual Roots in web server as well,
>> >> for convenience.
>> >> "AdminUsers"="ADMIN"
>> >>
>> >> [HKEY_LOCAL_MACHINE\COMM\HTTPD\VROOTS\/]
>> >> @="\\windows\\www\\wwwpub\\"
>> >> "a"=dword:0
>> >>
>> >> entry in your reginit.ini by default by simply adding SYSGEN_HTTPD and
>> >> then sysgening your project if u have these entries only then you will
>> >> be able to see www folder in windows directory ...
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> On Apr 25, 9:00 pm, Alex Mang <AlexM...@discussions.microsoft.com>
>> >> wrote:
>> >> > So I added the Key as you suggested in the project.reg file, under
>> >> > Parameter
>> >> > Files in Platofrm Builder, but I still don't see any \www folder...
>> >> > what
>> >> > am I
>> >> > supposed to do?
>> >> >
>> >> > uhm, I can't know for sure if the registry keys have been correctly
>> >> > as
>> >> > I
>> >> > haven't added KITL to the last OS image, so I can't use the Remote
>> >> > Registry
>> >> > Editor tool (actually, when I add KITL to this image, VMINI
>> >> > activates
>> >> > (why?)
>> >> > and I can't set the IP any more - nor does the usual static IP (the
>> >> > one
>> >> > used
>> >> > in the boot-me sequence- respond to pings)...
>> >> >
>> >> > Any suggestion?
>> >> >
>> >> > "vishal.g.s...@gmail.com" wrote:
>> >> > > have you enabled browse directorybrowse flags in the registry ??
>> >> >
>> >> > > [HKEY_LOCAL_MACHINE\COMM\HTTPD]
>> >> > > "IsEnabled"=dword:1
>> >> > > "UseAuthentication"=dword:0
>> >> > > "DirBrowse"=dword:1
>> >> > > [HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
>> >> > > @="\\"
>> >> >
>> >> > > In the registry for HTTPD, enable directory browse and set path
>> >> > > for
>> >> > > "http://x.x.x.x/".
>> >> >
>> >> > > and then from your pc internet explorer type "http://x.x.x.x"in
>> >> > > address bar to access our Windows CE device.
>> >> >
>> >> > > On Apr 25, 2:39 pm, Alex Mang <AlexM...@discussions.microsoft.com>
>> >> > > wrote:
>> >> > > > I have the following problem, and i really don't know what to do
>> >> > > > next...
>> >> >
>> >> > > > I have just created a new OS Image and added the SYSGEN_HTTPD
>> >> > > > component to
>> >> > > > the image... The thing is that I copy the NK.bin file to the CF
>> >> > > > card I
>> >> > > > boot
>> >> > > > from, plug in the CF card but I can't see the \www folder inside
>> >> > > > the
>> >> > > > \Windows
>> >> > > > folder... Do I have to copy those folder manually? Aren't they
>> >> > > > automatically
>> >> > > > genereted from the NK.bin file?
>> >> >
>> >> > > > Please help :)
>> >>
>> >>
>> >>
>>
>>
>>



Re: adding SYSGEN_HTTPD to the OS image by AlexMang

AlexMang
Mon Apr 28 09:50:00 PDT 2008

Well it does boot, start and run correctly, except for the fact that I don't
have any \www folder generated... I do have the httpd-....htm fildes
generated though (in the \Windows folder - hidded files)...

The device I'm using is an eBox 4300...

"Bruce Eitman [eMVP]" wrote:

> I don't know anything about the device you are using, sounds like a CEPC
> maybe. What I do know is that you didn't answer my question, is that OS
> running on your device? You need to confirm that.
>
> --
> Bruce Eitman (eMVP)
> Senior Engineer
> Bruce.Eitman AT EuroTech DOT com
>
> EuroTech Inc.
> www.EuroTech.com
>
> "Alex Mang" <AlexMang@discussions.microsoft.com> wrote in message
> news:05B12E22-5517-4D63-8E79-F8F4F84154C2@microsoft.com...
> > Well after the build is finished (the status bar states: "Build
> > succeeded"),
> > I copy the NK.bin file to a CF card, plug in the CF (in the eMbedded PC),
> > and
> > power the embedded PC :)
> >
> > Actually, in the beginning I copied the entire content of the IDE storage
> > device (that came with the embedded pc) to the CF card and modified the
> > boot
> > device in the boot sequence (in such way that it boots from the CF
> > card)...
> > This is why I previously asked if there are any other files to be copied
> > to
> > the CF card besides NK.bin...
> >
> > "Bruce Eitman [eMVP]" wrote:
> >
> >> Yes. That creates the folders and copies a file into \Windos\www\wwwpub.
> >> The fact that it is in iniobj.dat tells me that your ran makeimg, but are
> >> you actually running the OS that you built?
> >>
> >>
> >> --
> >> Bruce Eitman (eMVP)
> >> Senior Engineer
> >> Bruce.Eitman AT EuroTech DOT com
> >>
> >> EuroTech Inc.
> >> www.EuroTech.com
> >>
> >> "Alex Mang" <AlexMang@discussions.microsoft.com> wrote in message
> >> news:B74E3F19-A05E-4DDD-9A5E-D590FC79B1A9@microsoft.com...
> >> > you probably are talking about
> >> >
> >> > ; @CESYSGEN IF SERVERS_MODULES_HTTPD
> >> > root:-Directory("\Windows"):-Directory("www")
> >> > Directory("\Windows\www"):-Directory("wwwpub")
> >> >
> >> > Directory("\windows\www\wwwpub"):-File("default.htm","\windows\httpd_default.htm")
> >> >
> >> > ; @CESYSGEN ENDIF SERVERS_MODULES_HTTPD
> >> >
> >> > I have these entries in both initobj.dat and servers.dat...
> >> > And obviously enough, there is no \www folder...
> >> >
> >> > Any suggestion?
> >> >
> >> > "Bruce Eitman [eMVP]" wrote:
> >> >
> >> >> That isn't exactly true, while you need those entries, you need the
> >> >> entries
> >> >> from server.dat in your initobj.dat file as well.
> >> >>
> >> >> --
> >> >> Bruce Eitman (eMVP)
> >> >> Senior Engineer
> >> >> Bruce.Eitman AT EuroTech DOT com
> >> >>
> >> >> EuroTech Inc.
> >> >> www.EuroTech.com
> >> >>
> >> >> <vishal.g.shah@gmail.com> wrote in message
> >> >> news:33f3c121-d479-4fde-8649-bfd959344960@w8g2000prd.googlegroups.com...
> >> >> you should get
> >> >>
> >> >> [HKEY_LOCAL_MACHINE\COMM\HTTPD\]
> >> >> "MaxLogSize"=dword:8000
> >> >> "LogFileDirectory"="\\windows\\www"
> >> >> "NTLM"=dword:1
> >> >> "Basic"=dword:0
> >> >> ; Many configuration web pages (and telnet/ftp servers) by convention
> >> >> use a
> >> >> ; user named ADMIN to have admin level priveleges. Make sure this
> >> >> special ADMIN user
> >> >> ; has admin-level access to all Virtual Roots in web server as well,
> >> >> for convenience.
> >> >> "AdminUsers"="ADMIN"
> >> >>
> >> >> [HKEY_LOCAL_MACHINE\COMM\HTTPD\VROOTS\/]
> >> >> @="\\windows\\www\\wwwpub\\"
> >> >> "a"=dword:0
> >> >>
> >> >> entry in your reginit.ini by default by simply adding SYSGEN_HTTPD and
> >> >> then sysgening your project if u have these entries only then you will
> >> >> be able to see www folder in windows directory ...
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> On Apr 25, 9:00 pm, Alex Mang <AlexM...@discussions.microsoft.com>
> >> >> wrote:
> >> >> > So I added the Key as you suggested in the project.reg file, under
> >> >> > Parameter
> >> >> > Files in Platofrm Builder, but I still don't see any \www folder...
> >> >> > what
> >> >> > am I
> >> >> > supposed to do?
> >> >> >
> >> >> > uhm, I can't know for sure if the registry keys have been correctly
> >> >> > as
> >> >> > I
> >> >> > haven't added KITL to the last OS image, so I can't use the Remote
> >> >> > Registry
> >> >> > Editor tool (actually, when I add KITL to this image, VMINI
> >> >> > activates
> >> >> > (why?)
> >> >> > and I can't set the IP any more - nor does the usual static IP (the
> >> >> > one
> >> >> > used
> >> >> > in the boot-me sequence- respond to pings)...
> >> >> >
> >> >> > Any suggestion?
> >> >> >
> >> >> > "vishal.g.s...@gmail.com" wrote:
> >> >> > > have you enabled browse directorybrowse flags in the registry ??
> >> >> >
> >> >> > > [HKEY_LOCAL_MACHINE\COMM\HTTPD]
> >> >> > > "IsEnabled"=dword:1
> >> >> > > "UseAuthentication"=dword:0
> >> >> > > "DirBrowse"=dword:1
> >> >> > > [HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
> >> >> > > @="\\"
> >> >> >
> >> >> > > In the registry for HTTPD, enable directory browse and set path
> >> >> > > for
> >> >> > > "http://x.x.x.x/".
> >> >> >
> >> >> > > and then from your pc internet explorer type "http://x.x.x.x"in
> >> >> > > address bar to access our Windows CE device.
> >> >> >
> >> >> > > On Apr 25, 2:39 pm, Alex Mang <AlexM...@discussions.microsoft.com>
> >> >> > > wrote:
> >> >> > > > I have the following problem, and i really don't know what to do
> >> >> > > > next...
> >> >> >
> >> >> > > > I have just created a new OS Image and added the SYSGEN_HTTPD
> >> >> > > > component to
> >> >> > > > the image... The thing is that I copy the NK.bin file to the CF
> >> >> > > > card I
> >> >> > > > boot
> >> >> > > > from, plug in the CF card but I can't see the \www folder inside
> >> >> > > > the
> >> >> > > > \Windows
> >> >> > > > folder... Do I have to copy those folder manually? Aren't they
> >> >> > > > automatically
> >> >> > > > genereted from the NK.bin file?
> >> >> >
> >> >> > > > Please help :)
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>

Re: adding SYSGEN_HTTPD to the OS image by Bruce

Bruce
Mon Apr 28 09:59:23 PDT 2008

" run correctly, except " So it runs correctly, except that it isn't
correct? Seems like you need to think about that some more. Sounds like
you are trying to avoid say that you don't know. So the first thing that I
would do is make a change that I could look for to determine if it is the OS
that you are building. That change could be a debug message, you could add
a file, remove a file... But before I go on with this, I want the know that
you know that the OS is the one that you built.

--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com

EuroTech Inc.
www.EuroTech.com

"Alex Mang" <AlexMang@discussions.microsoft.com> wrote in message
news:D245B338-AD6E-4456-9E37-CEEA0F77DF94@microsoft.com...
> Well it does boot, start and run correctly, except for the fact that I
> don't
> have any \www folder generated... I do have the httpd-....htm fildes
> generated though (in the \Windows folder - hidded files)...
>
> The device I'm using is an eBox 4300...
>
> "Bruce Eitman [eMVP]" wrote:
>
>> I don't know anything about the device you are using, sounds like a CEPC
>> maybe. What I do know is that you didn't answer my question, is that OS
>> running on your device? You need to confirm that.
>>
>> --
>> Bruce Eitman (eMVP)
>> Senior Engineer
>> Bruce.Eitman AT EuroTech DOT com
>>
>> EuroTech Inc.
>> www.EuroTech.com
>>
>> "Alex Mang" <AlexMang@discussions.microsoft.com> wrote in message
>> news:05B12E22-5517-4D63-8E79-F8F4F84154C2@microsoft.com...
>> > Well after the build is finished (the status bar states: "Build
>> > succeeded"),
>> > I copy the NK.bin file to a CF card, plug in the CF (in the eMbedded
>> > PC),
>> > and
>> > power the embedded PC :)
>> >
>> > Actually, in the beginning I copied the entire content of the IDE
>> > storage
>> > device (that came with the embedded pc) to the CF card and modified the
>> > boot
>> > device in the boot sequence (in such way that it boots from the CF
>> > card)...
>> > This is why I previously asked if there are any other files to be
>> > copied
>> > to
>> > the CF card besides NK.bin...
>> >
>> > "Bruce Eitman [eMVP]" wrote:
>> >
>> >> Yes. That creates the folders and copies a file into
>> >> \Windos\www\wwwpub.
>> >> The fact that it is in iniobj.dat tells me that your ran makeimg, but
>> >> are
>> >> you actually running the OS that you built?
>> >>
>> >>
>> >> --
>> >> Bruce Eitman (eMVP)
>> >> Senior Engineer
>> >> Bruce.Eitman AT EuroTech DOT com
>> >>
>> >> EuroTech Inc.
>> >> www.EuroTech.com
>> >>
>> >> "Alex Mang" <AlexMang@discussions.microsoft.com> wrote in message
>> >> news:B74E3F19-A05E-4DDD-9A5E-D590FC79B1A9@microsoft.com...
>> >> > you probably are talking about
>> >> >
>> >> > ; @CESYSGEN IF SERVERS_MODULES_HTTPD
>> >> > root:-Directory("\Windows"):-Directory("www")
>> >> > Directory("\Windows\www"):-Directory("wwwpub")
>> >> >
>> >> > Directory("\windows\www\wwwpub"):-File("default.htm","\windows\httpd_default.htm")
>> >> >
>> >> > ; @CESYSGEN ENDIF SERVERS_MODULES_HTTPD
>> >> >
>> >> > I have these entries in both initobj.dat and servers.dat...
>> >> > And obviously enough, there is no \www folder...
>> >> >
>> >> > Any suggestion?
>> >> >
>> >> > "Bruce Eitman [eMVP]" wrote:
>> >> >
>> >> >> That isn't exactly true, while you need those entries, you need the
>> >> >> entries
>> >> >> from server.dat in your initobj.dat file as well.
>> >> >>
>> >> >> --
>> >> >> Bruce Eitman (eMVP)
>> >> >> Senior Engineer
>> >> >> Bruce.Eitman AT EuroTech DOT com
>> >> >>
>> >> >> EuroTech Inc.
>> >> >> www.EuroTech.com
>> >> >>
>> >> >> <vishal.g.shah@gmail.com> wrote in message
>> >> >> news:33f3c121-d479-4fde-8649-bfd959344960@w8g2000prd.googlegroups.com...
>> >> >> you should get
>> >> >>
>> >> >> [HKEY_LOCAL_MACHINE\COMM\HTTPD\]
>> >> >> "MaxLogSize"=dword:8000
>> >> >> "LogFileDirectory"="\\windows\\www"
>> >> >> "NTLM"=dword:1
>> >> >> "Basic"=dword:0
>> >> >> ; Many configuration web pages (and telnet/ftp servers) by
>> >> >> convention
>> >> >> use a
>> >> >> ; user named ADMIN to have admin level priveleges. Make sure this
>> >> >> special ADMIN user
>> >> >> ; has admin-level access to all Virtual Roots in web server as
>> >> >> well,
>> >> >> for convenience.
>> >> >> "AdminUsers"="ADMIN"
>> >> >>
>> >> >> [HKEY_LOCAL_MACHINE\COMM\HTTPD\VROOTS\/]
>> >> >> @="\\windows\\www\\wwwpub\\"
>> >> >> "a"=dword:0
>> >> >>
>> >> >> entry in your reginit.ini by default by simply adding SYSGEN_HTTPD
>> >> >> and
>> >> >> then sysgening your project if u have these entries only then you
>> >> >> will
>> >> >> be able to see www folder in windows directory ...
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> On Apr 25, 9:00 pm, Alex Mang <AlexM...@discussions.microsoft.com>
>> >> >> wrote:
>> >> >> > So I added the Key as you suggested in the project.reg file,
>> >> >> > under
>> >> >> > Parameter
>> >> >> > Files in Platofrm Builder, but I still don't see any \www
>> >> >> > folder...
>> >> >> > what
>> >> >> > am I
>> >> >> > supposed to do?
>> >> >> >
>> >> >> > uhm, I can't know for sure if the registry keys have been
>> >> >> > correctly
>> >> >> > as
>> >> >> > I
>> >> >> > haven't added KITL to the last OS image, so I can't use the
>> >> >> > Remote
>> >> >> > Registry
>> >> >> > Editor tool (actually, when I add KITL to this image, VMINI
>> >> >> > activates
>> >> >> > (why?)
>> >> >> > and I can't set the IP any more - nor does the usual static IP
>> >> >> > (the
>> >> >> > one
>> >> >> > used
>> >> >> > in the boot-me sequence- respond t