When you access /WK you're accessing the AppServer, and it's reading from the "default" context -- when you install Webware, this is the Examples context (in WebKit/Examples). And it accesses the index or Main servlet in this context (since you didn't give a servlet name either). You can add a context in WebKit/Configs/Application.config, or you can experiment with the servlets that come with Webware.
On Thu, 2002-10-24 at 19:26, Michael Montagne wrote: > Pardon the imposition on the documentation discussion. I certainly > don't want to slow that down. But I'm just getting up to speed with > webware and i'm trying to do some playin around. I created an Appdir > and I can successfully reach http://localhost/WK. > > I set httpd.conf to: > > <Location /WK> > WKServer localhost 8086 > SetHandler webkit-handler > </Location> > > to get this to work. Now I want to modify some files and see what I can > do. But what file is my browser reading? In the AppDir? No. In the > base webware directory? Can't find it. My installation is very > "out-of-the-box" I just followed directions so perhaps someone can tell > me how to start experimenting. > > Thanks. I'm very excited about this software. > > -- > Michael Montagne > [EMAIL PROTECTED] > http://www.themontagnes.com > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0003en > _______________________________________________ > Webware-discuss mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/webware-discuss ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0003en _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
