Re: Hi

2004-01-19 Thread Bruno Vernay
[EMAIL PROTECTED] wrote:

 Test =)
abhpqsntiyyjw
--
Test, yep.


???

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Tomcat 4 mod_webapp in Win2k

2001-12-20 Thread Bruno VERNAY

Hi,
I got the same configuration working.
I just write a little doc covering only this configuration. Little 
changes are needed from default configuration :
http://bruno.vernay.free.fr/HowTo/index.html

What I can't do is change the default directory of the WebApps.

Can someone help me on this.

Thank


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: shlow(some times never) shutdown

2001-12-20 Thread Bruno VERNAY

You can use Tomcat only (without Apache) as a complete web server. 
This is stand alone.

You can use Tomcat with Apache with a connector. WARP (mod_webapps) for 
example. In this case you can delete the whole service stand-alone ...
in the server.xml. And leave only the service tomcat-Apache.

Now my problem is to change the WebApps directory in order to have the 
application tomcat on a parition and the webapps on an other partition.

Thanks


E B wrote:

 tomcat shuts down slowly on my linux. It shows 
 'Stopping service Tomcat-Standalone' and doesnt
 say anything about Tomcat-Apache.
 
 btw, what are these two?
 
  
 
 __
 Do You Yahoo!?
 Everything you'll ever need on one web page
 from News and Sport to Email and Music Charts
 http://uk.my.yahoo.com
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 


-- 
**
Bruno Mizzi-Vernay
[EMAIL PROTECTED]
#ICQ : 1923685
**


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat 4 mod_webapp in Win2k

2001-12-20 Thread Bruno VERNAY

At least I solved my problem !
I was trying to put the webapps in a different directory. I use Tomcat 4 
and Apache 1.3.22 with an WARP connector (mod_webapps.)

First : I totaly delete the Stand-alone service in the server.xml. It 
worked. Then I moved the WebApps directory and here is my new server.xml .
As you can see I added a Host and a context. It seems to work so far. It 
is a good or bad solution, any idea ?
(I explain the whole thing in http://bruno.vernay.free.fr/HowTo/index.html)

   Service name=Tomcat-Apache

 Connector className=org.apache.catalina.connector.warp.WarpConnector
  port=8008 minProcessors=5 maxProcessors=75
  enableLookups=true
  acceptCount=10 debug=0/

 Engine className=org.apache.catalina.connector.warp.WarpEngine
  name=Apache debug=0 defaultHost=123.137.245.357
  appBase=D:/bruno/doc/Dev/web/webapps

Host name=123.137.245.357 debug=0
 appBase=D:/bruno/doc/Dev/web/webapps unpackWARs=true

 !-- Tomcat Examples Context --
 Context path=/examples
docBase=D:/bruno/doc/Dev/web/webapps/examples debug=0
  reloadable=true/
/Host

   Logger className=org.apache.catalina.logger.FileLogger
   prefix=apache_log. suffix=.txt
   timestamp=true/

   Realm className=org.apache.catalina.realm.MemoryRealm /
 /Engine
   /Service

**
Bruno Mizzi-Vernay
[EMAIL PROTECTED]
#ICQ : 1923685
**


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: google

2001-12-20 Thread Bruno VERNAY

I didn't find any newsgroup too.
Is there only http://marc.theaimsgroup.com/?l=tomcat-userr=1w=2
to avoid the mailing-list ?

I have try comp.lang.java.programmer but it's too general. I don't thing 
that it is the right place to discuss Tomcat-Apache WARP connector.

Thanks




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY

I would be interested too, if you can share it.
Thanks.

Bongiorno.Christian wrote:

 Hi there,
   I can give you all the help you need -- I just did that. You will need to 
create a custom realm (not tough), and then there are some infrastructure dependent 
details to consider. Email me back if you want info.
 
 
 Chris
 
 
 
 
 -Original Message-
 From: ans M [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, December 20, 2001 3:55 AM
 To: [EMAIL PROTECTED]
 Subject: Please help me on NT Authentication
 
 
 Hi,
   
 I am building a system for the Intranet. We have a NT network. I wanted to know if 
by any means I can use the username and password that is registered in the NT Server, 
so that when a user logs in to NT system, he should be automatically logged in to my 
application built on Tomcat?
 
 Can anybody guide me on how to go abt it?
 
 Thanks in anticipation
 
 
 
 
 --
 You Win!  We Donate.
 Register to win $10,000 and Lycos will donate $1 to the Children's Wish Foundation 
(up to $20,000 in total).  Limit of one registration per person.  Go to 
http://shop.lycos.com/holidays/sweeps/
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 


-- 
**
Bruno Mizzi-Vernay
[EMAIL PROTECTED]
#ICQ : 1923685
**


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Mildly off topic, but there are too many smart people here

2001-12-20 Thread Bruno VERNAY

Can you replace the src=main.html by src=yourfile.jsp ?
It should work


**
Bruno Mizzi-Vernay
[EMAIL PROTECTED]
**


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY

Can't you change the IP adresses and other passwords ? I guess they are 
too numerous ?
I was asking for an intranet project, but I can't begin testing right 
now. I wouldn't even have enough right to access to our NT server.
I would have keep your information for later use.


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Mildly off topic, but there are too many smart people here

2001-12-20 Thread Bruno VERNAY

It looks good on my machine (IE6 or Mozilla latest build.)
But it won't hurt if
- you close the head element in login.jsp. just put /head before 
body
- for the frame set, simply use :

FRAMESET  ROWS=60,99%,50 BORDER=0 FRAMESPACING=0 FRAMEBORDER=NO  
 
FRAME SRC=header.html NAME=Header MARGINWIDTH=5 MARGINHEIGHT=5 
NORESIZE   
FRAME SRC=login.jsp NAME=Data MARGINWIDTH=5 MARGINHEIGHT=5 RESIZE
 
FRAME SRC=footer.html NAME=Footer MARGINWIDTH=5 MARGINHEIGHT=5 
RESIZE 
/FRAMESET

hope it helps


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY

Yes ... you said that you did it.

Bongiorno.Christian wrote:

 Are these questions on NT authentication directed at me? Not that I mind, I just 
need to know my audience



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY

It's still a NT Domain. But my PC is an 2k workstation.

Bongiorno.Christian wrote:

 Well, if you create a custom realm you can specify anything your 'lil heart desires 
in
 the config.xml file.
 
 You have all the right you need to access your NT domain controller if you can log 
onto
 the network with your domain username and password.
 
 Are you using a 2K domain or an NT domain. Ask your admin if you're not sure.
 



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Mildly off topic, but there are too many smart people here

2001-12-20 Thread Bruno VERNAY

Looks like the problem come from the login.jsp.
Does it work if you open just login.jsp ?

Bongiorno.Christian wrote:

 I am using I.E 6.0.2479.0006C0
 
 I am using TC 4.1??  This is being called from my machine directly through TC:8080  
I am not using localhost for url. I use my qualified machine name
 



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]