> I have one issue when starting tomcat: Parse Fatal Error at line 1
> column 1: Content is not allowed in prolog.

I can't say what this is without any clue as to which xml file it is
complaining about. Although i suspect it's related to your last
question.

> The last instructions to get started say: Deploy your skins to your
> container.

You mentioned that the three war files were already deployed to your
tomcat-6 container, there's nothing more to do here.

>  Every skin deployed must have its name added into your hosts file
> pointing to 127.0.0.1. Would you mind sharing any additional
> information on this, please. When I try to access
> http://localhost:8080 I am being redirected to http://sesam.com/

What this means is the the skins:
generic.sesam and localhost.com must be referred to as hosts in
your /etc/hosts file both pointing to 127.0.0.1

Actually generic.sesam is handled in a special way since it's the base
skin of all skins, therefore it is only localhost.com you need to add to
the line in /etc/hosts that looks like
127.0.0.1 localhost

so that it becomes 
127.0.0.1 localhost localhost.com


Then in your browser you need to access http://localhost.com:8080/ not
just localhost. This i suspect will fix both problems.

~mck

ps. i'll update the documentation to clear these things up, thanks for
pointing it out, documentation is always tricky to get right first time
without having to go overboard.

-- 
"Laugh, share some happiness with the world. God knows we all have
problems, believe that sometimes it pays to act like a fool to make
someone else happy!" Anon 
| semb.wever.org | sesat.no | sesam.no |

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Kernel-development mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-development

Reply via email to