About size of "j2sdkee-1_3-win.exe" file

Hi all,

1.

I download this file ,I found that the size is 14.2 MB,

but the size of web page is 14.9 MB

I can setup the file

I use windws 2000

But I can't see the default page of j2ee

after "http://localhost:8000"

I want know the size can influence run j2ee?

2.

J2ee can be intead Tomcat or JSWDK 1.0.1

for processing JSP file?

Please help me

Thanks a lot

David

[462 byte] By [dong33] at [2007-9-26 7:22:55]
# 1
Hi,I don't think the size of the file matters.I don't know about jswdk, but j2ee includes tomcat4.0. could you tell me how you set up the environment and what the error message says?
hasegawk at 2007-7-1 17:14:31 > top of Java-index,Other Topics,Patterns & OO Design...
# 2

Hi

Thanks for reply me first

I set up the environment below:

classpath:

D:\jdk1.3.1\lib\tools.jar;d:\j2ee1\lib\j2ee.jar;d:\j2ee1\lib\ejb10deployment.jar;d:\j2ee1\lib\jhall.jar

path:

C:\Borland\AppServer\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;D:\jdk1.3.1\bin;D:\jdk1.3.1\lib;D:\jdk1.3.1\jre\lib;d:\jakarta-ant-1.3\bin;d:\j2ee1\lib\j2ee.jar;%CLASSPATH%;D:\Program Files\Microsoft SQL Server\80\Tools\BINN

j2eepath:

d:\j2ee\lib\j2ee.jar;d:\j2ee\lib\ejb10deployment.jar;d:\j2ee\lib\jhall.jar;d:\j2ee\lib\system\rt.jar

the error message below:(after run j2ee -verbose and http://localhost:8000)

Error: 500

Internal Servlet Error:

java.lang.NoSuchMethodError

at com.sun.web.security.SecurityInterceptor.setSSLAttributes(SecurityInterceptor.java:56)

at com.sun.web.security.SecurityInterceptor.preInvoke(SecurityInterceptor.java:83)

at org.apache.tomcat.core.ServiceInvocationHandler.preInvoke(ServletWrapper.java:615)

at org.apache.tomcat.core.ServletWrapper.handleInvocation(ServletWrapper.java:531)

at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:378)

at org.apache.tomcat.core.Context.handleRequest(Context.java:644)

at org.apache.tomcat.core.ContextManager.service(ContextManager.java:440)

at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:144)

at org.apache.tomcat.service.TcpConnectionThread.run(TcpEndpoint.java:310)

at java.lang.Thread.run(Thread.java:484)

Thanks a lot

David

dong33 at 2007-7-1 17:14:31 > top of Java-index,Other Topics,Patterns & OO Design...
# 3
Hi,I am not sure what is causing this error since I didn't get it...sorry. but launching j2ee server shouldn't be so complicated. did you set the environment variables JAVA_HOME, J2EE_HOME and PATH?
hasegawk at 2007-7-1 17:14:31 > top of Java-index,Other Topics,Patterns & OO Design...
# 4
HiI set all path.By the way, I want to ask you other question.What function is "cpath" ?Why add "." at path when set some path ?Please help meThanks a lotDavid
dong33 at 2007-7-1 17:14:32 > top of Java-index,Other Topics,Patterns & OO Design...
# 5
Hi,I'm not sure about cpath... that's something I didn't set (or change) anything.as for ".", it stands for current working directory. if .java file is compiled, it looks for .class file in the same directory.
hasegawk at 2007-7-1 17:14:32 > top of Java-index,Other Topics,Patterns & OO Design...