Rams kuwait

Greenhorn
+ Follow
since Nov 25, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Rams kuwait

Hi!

My company has a web site ,which was integarated Tomcat5.0 with IIS5.0 on Windows2000 server .The website contains html,jsp and some flash files(.swf).

Now I want to install the same website on a new Windows2003 server with Tomcat6.0.

My query are:

1. Why should integrate Tomcat with IIS?

2.Can i run the same website on a new Windows2003 server with Tomcat6.0 only?Then how we can run flash files(.swf)?

3.Is it require again integration between Tomcat and IIS?

Quick response is appreciated.

Thanks
Rams

14 years ago
Hi!

I want to run flash files(.swf) in my Tomcat6.0. Is there any changes in configuration files like web.xml?

I need your help.

Quick response is appreciated.

Thanks
Rams
14 years ago
Hi!

I want to attach the file(JPG/any image file only) to my Html file then how can i retrieve this file in my ASP program.

pz help me with simple example.

awaiting your quick response.

Thanks
Rams
14 years ago
Hi!

I want to attach the file(JPG/any image file only) to my Html file then how can i retrieve this file in my ASP program.

pz help me with simple example.

awaiting your quick response.

Thanks
Rams
Hi!

I want to send values which are submitted through html file as a email to JSP.but the submitter will receive the message as "succussfully your values sent" and at the same time the values should reach the particular email address thru Jsp page.

awaiting your response..

Thanks
Rams
14 years ago
JSP
Hi!
I want to send some values to the email.

My tasks are
1.Create a html file with some fields.
2.Get the values from the above html file and then send to "PR@XYZ.Com" Url of a JSP page
3.When the user click on submit button of above html file ,it sholud display Thanq.html file contents but the values should reach to the above URL.

How we can send the values to above URL.

Thanks
Rams
14 years ago
Hi!

I have a problem with conversion configuration objects from ASP to JSP.

My tasks are
1.Create a html file with some fields.
2.Get the values from above html file and then send to "PR@XYZ.Com" Url.
3.When the user click on submit button of above html file ,it sholud display Thanq.html file contents but the values should reach to the above URL.

How we can send the values to above URL.

This is the ASP code to convert into JSP program.

<%
Dim myMail
Dim Conf
<!-- Getting the CDO message object -->
Set myMail = CreateObject("CDO.Message")

<!-- Getting the CDO Configuration object -->
Set Conf = CreateObject("CDO.Configuration")

<!-- Setting SMTP server name etc to configuration object -->
response.write("xxx");
With Conf.Fields
.Item("http://schemas.microsoft.com/cdo/configuration/sendusing") =2
.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") ="192.100.100.200"
.Update
End With

<!-- Setting configuration values to my mail object -->
Set myMail.Configuration = Conf

<!-- Getting values from html submited html form-->
fdate=Request.form("fdate")
fday=Request.form("fday")
ftime=Request.form("ftime")
brand=Request.form("brand")
problem=Request.form("problem")
company=Request.form("company")
roomno=Request.form("roomno")
department=Request.form("department")
section=Request.form("section")
uname=Request.form("uname")
tel=Request.form("tel")

myMail.To = "PR@XYZ.COM"
myMail.From = email
myMail.Subject = "Service Form Details"

mytable="<table border='0' ><tr><td ><strong> INFORMATION FROM SERVICE FORM</strong></td></tr><tr><td >
</td><tr><td ><table border='0' id='table1' ><tr><td >

<strong>Date</strong>

</td><td class='smallbold'>"&fdate&"</td></tr>"

mytable=mytable& "<tr><td ><strong>Day</strong></td><td class='smallbold'>"&fday&"</td></tr>"

mytable=mytable& "<tr><td ><strong>Time</strong></td><td class='smallbold'>"&ftime&"</td></tr>"


mytable=mytable& "<tr><td class='smallbold'>
</td></tr><tr><td ><strong>Problem Description</strong></td><td>"

mytable=mytable& "<tr><td ><strong>Brand/SW</strong></td><td class='smallbold'>"&brand&"</td></tr>"


str=""
options=Request.Form("options")

opt=split(options,",")

for i=0 to ubound(opt)
str=str& opt(i)
if i <> ubound(opt) then
str=str& "
"
end if
Next

mytable=mytable& str

mytable=mytable& "<tr><td ><strong>Type of problem</strong></td><td class='smallbold'>"&problem&"</td></tr>"

mytable=mytable& "
</td></tr><tr><td class='smallbold'>
</td></tr><tr><td ><strong>User Information</strong></td><td>"

mytable=mytable& "<tr><td ><strong>Company/Ministry</strong></td><td class='smallbold'>"&company&"</td></tr>"
mytable=mytable& "<tr><td ><strong>Room No</strong></td><td class='smallbold'>"&roomno&"</td></tr>"
mytable=mytable& "<tr><td ><strong>Department</strong></td><td class='smallbold'>"&department&"</td></tr>"
mytable=mytable& "<tr><td ><strong>Section</strong></td><td class='smallbold'>"§ion&"</td></tr>"
mytable=mytable& "<tr><td ><strong>User Name</strong></td><td class='smallbold'>"&uname&"</td></tr>"
mytable=mytable& "<tr><td ><strong>Telephone No</strong></td><td class='smallbold'>"&tel&"</td></tr>"







mytable=mytable& "
</td></tr><tr><td class='smallbold'>
</td></tr></table></td></tr></table>"

myMail.HTMLBody=mytable

myMail.Send

set myMail = nothing
set Conf = nothing
if err Then
Response.Write err.Description %>
XYZ CO.
<%Else
Response.Redirect "thankq.html"
End if%>


If you provide JSP code of the above program i'll be very thankfull to you.

Thanks & Regards
Rams
14 years ago
JSP
Hi!

I want to use i18n for my JSP pages in the ATG Dynamo programming .How
to use this i18n concepts?
I want the clear steps to create a simple Jsp page using i18n
concepts.


Thanks in advance.


Regards,
Rams.
Hi!

How to apply the localization for all pages in the ATG Dynamo Programming.

provide sample code is appreciated.

Thanks in advance..

Rams
[ December 25, 2008: Message edited by: Rams kuwait ]
Hi!

I want to create one form with ATG Dynamo,So that i have selected one FormHandler component through ellipse(..)button and form method as a "post". When i click next button the next window (Configure Input Fields)shows fields are disable.How these fields will enable to select the items without hardcoding the forms.I want to select the fields to create the forms automatically without coding the forms.

your quick response appreciated

regards,
Rams
Hi!

I'm using ATG Dynamo in Eclipse3.2 for modifying the XML files.
I have imported my ATG Dynamo project through eclipse but it has showing the messages are "atg.servlet.container cannot be resolved " and
The declared package "_atg_3._jspbuild" does not match the expected package "dynamusic-j2ee.dynamusic-web.war.WEB-INF.DYNAMO-INF.jspbuild._atg_3._jspbuild._common"Dynamusic/j2ee-apps/dynamusic-j2ee/dynamusic-web.war/WEB-INF/DYNAMO-INF/jspbuild/_atg_3/_jspbuild

your help is appreciated.

regards
Rams